Need grid line

Have a suggestion for "Everything"? Please post it here.
Post Reply
ahdung
Posts: 7
Joined: Sat Aug 24, 2019 3:51 am

Need grid line

Post by ahdung »

Please consider provide a "show grid line" option for detail view.
ovg
Posts: 294
Joined: Thu Oct 27, 2016 7:19 pm

Re: Need grid line

Post by ovg »

Try:
Tools->Options->General->UI check Full row select
Tools->Options->General->View check Alternate row color
void
Developer
Posts: 15283
Joined: Fri Oct 16, 2009 11:31 pm

Re: Need grid line

Post by void »

I've added to my TODO list: add grid lines

Thank you for your suggestion.
void
Developer
Posts: 15283
Joined: Fri Oct 16, 2009 11:31 pm

Re: Need grid line

Post by void »

Everything 1.5.0.1276a adds support for grid lines.

To show grid lines
  • In Everything 1.5, type in the following search and press ENTER:
    /grid_lines=1

To hide grid lines
  • In Everything 1.5, type in the following search and press ENTER:
    /grid_lines=0

To customize the grid line color in the standard theme:
  • In Everything 1.5, type in the following search and press ENTER:
    /grid_line_color=#rrggbb
    where rr, gg and bb are the hexidecimal color values for Red, Green and Blue.

To customize the grid line color in the dark theme:
  • In Everything 1.5, type in the following search and press ENTER:
    /dark_grid_line_color=#rrggbb
    where rr, gg and bb are the hexidecimal color values for Red, Green and Blue.
ahdung
Posts: 7
Joined: Sat Aug 24, 2019 3:51 am

Re: Need grid line

Post by ahdung »

Great, Thank you very mush!
Post Reply