Not clearing results upon closing window

General discussion related to "Everything".
Post Reply
rseiler
Posts: 41
Joined: Fri Aug 15, 2014 7:08 pm

Not clearing results upon closing window

Post by rseiler »

I'm sure this option exists, but I've gone through the obvious places and am just not seeing it.

Let's say you do a search, get results, and then "close" Everything (it doesn't really close--it just minimizes to the tray).

You then click on Everything again and your search and its results are gone.

Is there a way for it to just always show what you did last, at least until you actually close the program?
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Not clearing results upon closing window

Post by void »

The Hide on close option will keep the search and results between closing and reopening the search window from the tray icon.

To enable Hide on close:
  • Completely exit Everything.
  • Open your %APPDATA%\Everything\Everything.ini
  • Change the following line:

    Code: Select all

    hide_on_close=0
    to:

    Code: Select all

    hide_on_close=1
  • Save changes and restart Everything.
http://www.voidtools.com/support/everyt ... e_on_close
rseiler
Posts: 41
Joined: Fri Aug 15, 2014 7:08 pm

Re: Not clearing results upon closing window

Post by rseiler »

Thanks, I knew it had to be somewhere.
Post Reply