Ah, cheers. For me that's much less useful than chronological order like the Opera example above. Would be nice to have an option in the settings (or config ini) to alter this.therube wrote:It's ordered by Search Count.
Search Everything for 'Search History.csv".
Search found 10 matches
- Mon Jan 12, 2015 11:32 pm
- Forum: Suggestions
- Topic: Things to do (TODO)
- Replies: 126
- Views: 1237256
Re: Things to do
- Sun Jan 11, 2015 9:17 pm
- Forum: Suggestions
- Topic: Things to do (TODO)
- Replies: 126
- Views: 1237256
Re: Things to do
Sorry for the double post, but I just noticed history drop-down entries aren't displayed from last typed. In fact I'm not sure what order they are arranged in at all.
The screenshot below shows the very last typed history result highlighted:

The screenshot below shows the very last typed history result highlighted:

- Fri Jan 09, 2015 4:21 am
- Forum: Suggestions
- Topic: Things to do (TODO)
- Replies: 126
- Views: 1237256
Re: Things to do
Arrow-key down, DEL (similar to what you can do with FF's awesomebar). Thanks. Is this documented anywhere? Found the Search History page in the docs but it doesn't mention these features. How do I add a search to the search history? Press Enter from the search edit or perform an action on a result...
- Thu Jan 08, 2015 11:25 pm
- Forum: Suggestions
- Topic: Things to do (TODO)
- Replies: 126
- Views: 1237256
Re: Things to do
Atl-back-arrow, Alt+right-arrow, kind of does it. Search bar dropdown, kind of does it. Everything | Options |History, kind of does it. Didn't see the History setting before, nice. The Alt+Arrow key was kinda flaky though, as it doesn't seem to return me to the current search when navigating forwar...
- Tue Jan 06, 2015 10:02 pm
- Forum: Suggestions
- Topic: Things to do (TODO)
- Replies: 126
- Views: 1237256
Re: Things to do
"Things to do" list for a future release of Everything: mp3 bit rate columns etc. History menu? It would be great to have custom columns, ala File Explorer. That way it could be configured to display audio metadata. Something also useful for columns would be to implement flexible columns that chang...
- Tue Jan 06, 2015 9:36 pm
- Forum: Suggestions
- Topic: 'Natural' number sorting and Autohotkey compatibility
- Replies: 4
- Views: 5507
Re: 'Natural' number sorting and Autohotkey compatibility
Joy!
Discovered it was the fact that my AHK scripts weren't being run as Administrator. With Everything being run as Admin the scripts couldn't access the window. Now I run the script as Admin via the shortcut I use to have it auto-start with the system.
Discovered it was the fact that my AHK scripts weren't being run as Administrator. With Everything being run as Admin the scripts couldn't access the window. Now I run the script as Admin via the shortcut I use to have it auto-start with the system.
- Sun Dec 28, 2014 2:45 am
- Forum: Suggestions
- Topic: 'Natural' number sorting and Autohotkey compatibility
- Replies: 4
- Views: 5507
Re: 'Natural' number sorting and Autohotkey compatibility
Good to see it's on the to do list at least. Looking forward to it being implemented.void wrote:There's no option for ''natural'' sorting yet. I do have it on my "things to do" list.
Wish I knew what was causing Autohotkey to not play nice with Everything.
- Sat Dec 27, 2014 1:48 pm
- Forum: Suggestions
- Topic: 'Natural' number sorting and Autohotkey compatibility
- Replies: 4
- Views: 5507
'Natural' number sorting and Autohotkey compatibility
When sorting files Everything sorts single digit numbers without leading zeros amongst double digit numbers, such as: 1 11 2 23 In File Explorer under Windows 8 (and IIRC OSX, too) it sorts naturally, from lowest numerical value to highest - in the example above '2' would be sorted under '1'. It wou...
- Sat Dec 27, 2014 12:31 pm
- Forum: Support
- Topic: How to search only one directory deep?
- Replies: 2
- Views: 3306
Re: How to search only one directory deep?
Ah, the parents: parameter is just what I'm looking for! Cheers 

- Sat Dec 27, 2014 5:52 am
- Forum: Support
- Topic: How to search only one directory deep?
- Replies: 2
- Views: 3306
How to search only one directory deep?
So I read the docs and found this section: Limit the search to a single folder: c:\windows\ !c:\windows\*\* I'd like to be able to search only one directory deep. This is the code I'm currently using for an 'Apps' search filter: <"C:\Portable Apps\"|"C:\Program Files\"|"C:\Program Files (x86)\"> .ex...