Result List Behaviour

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
a1ph0r
Posts: 7
Joined: Fri Aug 28, 2009 7:53 am

Result List Behaviour

Post by a1ph0r »

Any way to restore the Result List behaviour of 1.4.x to that of 1.3's, i.e. showing the full list of previous search results related to the current input. With 1.4.x you have to use CTRL+Space to display this list, was displayed in full @ 1.3.
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Result List Behaviour

Post by void »

Are you referring to Always show search suggestions?

To enable Always show search suggestions:
  • In Everything, from the Tools menu, click Options.
  • Click the History tab.
  • Check Always show search suggestions.
  • Click OK.
To show the the same number of search history results as in Everything 1.3:
  • Completely exit Everything (right click the Everything system tray icon and click Exit)
  • Open your %APPDATA%\Everything\Everything.ini
  • Change the following line:
    search_history_always_suggest_visible_count_max=1
    to:
    search_history_always_suggest_visible_count_max=24
  • Save changes and restart Everything.
a1ph0r
Posts: 7
Joined: Fri Aug 28, 2009 7:53 am

Re: Result List Behaviour

Post by a1ph0r »

Are you referring to Always show search suggestions?
Yes I was, many thanks for the solution :) , hadn't spotted that hidden setting in the ini.
Post Reply