Search found 21 matches

by mwsm
Thu Nov 17, 2016 8:03 am
Forum: Support
Topic: List of file types in the search categories?
Replies: 3
Views: 4853

Re: List of file types in the search categories?

Also, the search filter is displayed in the status bar when you hover over a filter item in the Search menu.
by mwsm
Mon Nov 07, 2016 11:04 pm
Forum: Suggestions
Topic: File count column for directories.
Replies: 2
Views: 4597

Re: File count column for directories.

The ability to right click on a directory, then middle click to have it open another copy of everything instead replacing the one you clicked from would be very nice. Not sure I follow exactly what you're suggesting, but you can get close to this feature by enabling "Options > General > Show f...
by mwsm
Thu Nov 03, 2016 11:39 pm
Forum: Support
Topic: Filter functions
Replies: 13
Views: 40553

Re: Filter functions

This is an excellent and powerful new feature! For example, I am now able to create a custom Whole Word filter that includes the underscore character as a word boundary, something I've long missed in Everything. I set up the Filter like this: Search: regex:"(?:\b|_)word:(?:\b|_)" Macro: ww...
by mwsm
Thu Nov 03, 2016 11:34 am
Forum: General
Topic: Rules for Filter Search Field
Replies: 5
Views: 13831

Re: Rules for Filter Search Field

Thank you very much! Filter macros work perfectly in 790b.
by mwsm
Wed Nov 02, 2016 5:43 pm
Forum: General
Topic: Rules for Filter Search Field
Replies: 5
Views: 13831

Re: Rules for Filter Search Field

The filter search works exactly the same way as your normal search does. The filter search options, such as match case work exactly the same as a normal search does with enabling a search option from the Search menu. Modifiers can be used exactly the same as a normal search. Thanks for the notes. A...
by mwsm
Wed Nov 02, 2016 1:30 pm
Forum: General
Topic: Rules for Filter Search Field
Replies: 5
Views: 13831

Rules for Filter Search Field

Are there specific rules for what works in the Filter > Search field? I have not found many details in the documentation or the forum. For example: case:ABC regex:ABC both work, but the case is ignored; and: regex:"^ABC" regex:"[A-Z]" both return zero results (for me). Am I missi...
by mwsm
Wed Nov 02, 2016 12:28 pm
Forum: Bug report
Topic: Bookmark Sort Not Remembered with Macro?
Replies: 2
Views: 5273

Re: Bookmark Sort Not Remembered with Macro?

Ah, that explains it. Thanks!
by mwsm
Wed Nov 02, 2016 5:34 am
Forum: Bug report
Topic: Bookmark Sort Not Remembered with Macro?
Replies: 2
Views: 5273

Bookmark Sort Not Remembered with Macro?

When a bookmark has a specified "Remember sort", the sort order is set correctly when the bookmark is called from the menu, but does not appear to be used when the bookmark is called with a macro. Is this the expected behaviour?

Tested in v1.4.0.713b and v1.4.1.787b, in Windows 7.
by mwsm
Thu Aug 04, 2016 1:08 pm
Forum: General
Topic: Limiting search to within a folder
Replies: 20
Views: 68598

Re: Limiting search to within a folder

If you prefer a GUI, try the "Search > Advanced Search..." dialog in Everything 1.4+.
by mwsm
Sat Jun 11, 2016 5:47 pm
Forum: Suggestions
Topic: Add Underscore to "Whole Word" Separator Characters
Replies: 5
Views: 8724

Re: Add Underscore to "Whole Word" Separator Characters

You could do that, if you were searching for a specific file and knew the details of the file name. However if you were searching across multiple hard-drives and thousands of files, and wanted to find all occurrences of eg " frog ", "frog,", "_frog_", etc, but not "...
by mwsm
Sat Jun 11, 2016 5:37 pm
Forum: Suggestions
Topic: Rename - Ignore Extension
Replies: 2
Views: 6233

Re: Rename - Ignore Extension

You can retain different extensions during a rename with this pattern: Old format: %1.%2 New format: %1 river.%2 which will rename all of your example files from: test 123.mp4 test 123.flv test 456.mp4 test 456.flv to: test 123 river.mp4 test 123 river.flv test 456 river.mp4 test 456 river.flv witho...
by mwsm
Fri Jun 10, 2016 1:31 pm
Forum: Suggestions
Topic: Add Underscore to "Whole Word" Separator Characters
Replies: 5
Views: 8724

Add Underscore to "Whole Word" Separator Characters

Would it be possible to add the underscore ("_") to the word separator characters in the Match Whole Word feature (and wholeword: modifier)? The underscore is a common word separator in source code file names, so this would be very handy for searching. Even better would be an .ini option t...
by mwsm
Fri Jun 10, 2016 1:22 pm
Forum: Suggestions
Topic: Hotkey to Focus Preview
Replies: 5
Views: 9410

Re: Hotkey to Focus Preview

Thanks for looking into this! And thank you very much for developing this amazing program.
by mwsm
Thu Jun 09, 2016 3:47 pm
Forum: Suggestions
Topic: Hotkey to Focus Preview
Replies: 5
Views: 9410

Re: Hotkey to Focus Preview

@therube: Thanks for the suggestions, and agreed on all points. But what I'm specifically after is a keyboard shortcut to focus (i.e., move the cursor into) the Preview panel when previewing text files. @void: Thanks for the quick response, that's exactly what I'm looking for. However, I'm seeing so...
by mwsm
Wed Jun 08, 2016 9:57 pm
Forum: Suggestions
Topic: Hotkey to Focus Preview
Replies: 5
Views: 9410

Hotkey to Focus Preview

Currently if the Preview panel has focus (eg when previewing a text file), the Tab key will move focus back to the Search field. However I have not found a keyboard shortcut to move focus into the Preview panel. Is there one already available? If not, could the Tab key cycle focus into the Preview p...
by mwsm
Sat May 21, 2016 8:00 am
Forum: General
Topic: Remove Search Everything... from Recycle Bin context menu
Replies: 19
Views: 37350

Re: Remove Search Everything... from Recycle Bin context men

The registry key for the Recycle Bin folder is: HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E} but that won't help you. To accomplish what you want you'll need to move the Search Everything key from: HKEY_CLASSES_ROOT\Folder\shell\Search Everything... to: HKEY_CLASSES_ROOT\Directory\...
by mwsm
Sat Feb 20, 2016 5:12 am
Forum: Support
Topic: Index only first level of folders
Replies: 5
Views: 6239

Re: Index only first level of folders

Try:

Code: Select all

parents:2
by mwsm
Sat Dec 19, 2015 8:38 pm
Forum: Support
Topic: A "space" in a search causes ES to forget "AND" searches
Replies: 2
Views: 5222

Re: A "space" in a search causes ES to forget "AND" searches

Perhaps you have "Search > Enable Regex" enabled? If so then "mango" (space) "rocketship" would be interpreted as "mango rocketship", as you describe.
by mwsm
Thu Dec 17, 2015 2:18 pm
Forum: Bug report
Topic: Cannot use windows key as hotkeys in Windows 10
Replies: 6
Views: 27041

Re: Cannot use windows key as hotkeys in Windows 10

You can indeed disable the default Windows hotkeys selectively, if you don't mind tweaking the registry: http://voidtools.com/forum/viewtopic.php?f=2&t=955#p8942 http://windowssecrets.com/forums/showthread.php/153042#post897852 http://geoffchappell.com/notes/windows/shell/explorer/globalhotkeys....
by mwsm
Mon Oct 26, 2015 5:11 am
Forum: Suggestions
Topic: Clipboard Manager based on Everything
Replies: 4
Views: 8305

Re: Clipboard Manager based on Everything

It's not exactly what you're hoping for, but ClipX is a small, fast, and free clipboard utility for Windows with a simple "find as you type" search feature: http://bluemars.org/clipx/ I've been using it for years on many versions of Windows and it's excellent. The plugins are also worth ch...
by mwsm
Thu Feb 28, 2013 2:25 am
Forum: Support
Topic: Someone willing to help with a wild card search?
Replies: 6
Views: 9062

Re: Someone willing to help with a wild card search?

If you're still looking for a solution, this regex should work: regex:\([^,)]+,[^)]+\) which, if you're curious about regular expressions, means: \( - left parens (escaped for regex) [^,)]+ - one or more of any character except comma or right parens , - a comma [^)]+ - one or more of any character e...