Support • Can image preview be displayed underneath the results?
Can the image preview window (Menu > View > Preview) be displayed underneath the results list rather than to its right?Statistics: Posted by burgundy — Sun Dec 29, 2024 2:14 pm
View ArticleSupport • Re: Using brackets in a search
Grouping is made using < >From the helpAn Everything search is made up of search terms.The search is broken into search terms with the following operators:space = AND| = OR< > = Group...
View ArticleSupport • Re: Can image preview be displayed underneath the results?
Currently, no.The preview pane can only be anchored to the left or right of the window.An option to anchor the preview pane to the bottom of the window is on my TODO list.Statistics: Posted by void —...
View ArticleSuggestions • Re: Tabs occasionally used : right-hand block, tab colours...
I have on my TODO list to add a support for pinned tabs.I also have on my TODO list to add a tab/window manager.I will consider a tab color option.Thank you for the suggestions.Statistics: Posted by...
View ArticleSupport • Re: Quite question Anyway to inverse path colum in results?
Everything 1.5 has an option to show the parent name first (Narrow Paths):For example, instead of displaying:C:\Program Files\Everythingshow:Everything (C:\Program Files)To enable narrow paths:In...
View ArticleSuggestions • Match Path option in Find in Results
This suggestion is probably there, or perhaps there is an option I haven't found.I have often found that I am using find on a result list and my expectation is that my search will include a string in...
View ArticleSupport • Re: Everything incorrectly treating "fake" drive letter...
To add, in case this helps:If I search for `A:\.*` using regex, it will not return `A:\D\` which is expected/desired.If I search for something that is only in `A:\`, it returns both the `A:\file.ext`...
View ArticleEverything 1.5 Alpha • Re: Exclude folder
Please try the following exclude filter:regex:\\\\Synology\\.+\\#(snapshot|recycle)\\ = a single literal \. = match any character+ = match the previous element one or more times.Statistics: Posted by...
View ArticleEverything 1.5 Alpha • Re: Support for several custom columns in one ADS file
It's on my TODO list.For now, to pull values out of multi-line text/plain alternate data streams with regex:add-column:1 regex:alternate-data-stream-text-plain*:\bkey=.*For DWORDs, please try the...
View ArticleSupport • Re: Everything does not start - CCleaner
The better tip is to stay away from useless tools like CCleaner All this type of tools produce more problems than fixing.Statistics: Posted by horst.epp — Tue Dec 31, 2024 10:26 am
View ArticleGeneral • Ability to sort photos by "date taken"?
Recently, I backed up 30,000 photos to my PC from my iCloud, which went great. But now, when I try to sort my photos by their date taken in the win10 file explorer, I have to wait 10 mins for them to...
View ArticleEverything 1.5 Alpha • Re: Advanced Rename
Couple feature requests, one that I believe would just generally be beneficial, the second is wishful thinking...1) In both the Old Format and New Format fields, allow for setting a specific time to...
View ArticleGeneral • Re: Ability to sort photos by "date taken"?
Everything 1.5 will have support for a Date Taken column.To show the Date Taken column in Everything 1.5:In Everything 1.5, right click the result list column header and click Add column....Search...
View ArticleSupport • filter parameter issue
Hello,I had this old filter for displaying a certain part of path addcolumn:a a-label:="First $param: path parts" a:=regexextract($path:,"(?:(?:^|\\)[^\\]*){$param:}") I did not use it for some time...
View ArticleSupport • Re: filter parameter issue
Please try unquoting $param:addcolumn:a a-label:="First "$param:" path parts" a:=regexextract($path:,"(?:(?:^|\\)[^\\]*){"$param:"}")I will review this change..Statistics: Posted by void — Wed Jan 01,...
View ArticleEverything 1.5 Alpha • Re: Don't close the last tab
Everything 1.5.0.1391a adds an option to keep the window opened when closing the last tab.To keep the window opened when closing the last tab:In Everything 1.5, from the Tools menu, click...
View ArticleEverything 1.5 Alpha • Re: filter bar "sticky" since upgrading
Everything 1.5.0.1391a will now activate the filter if it changes from a keypress and you click outside the dropdown list.Statistics: Posted by void — Thu Jan 02, 2025 5:18 am
View ArticleGeneral • Re: Number of handles keeps increasing
Thank you for the logs.Nothing looks out of the ordinary from the logs.Could you please send your %APPDATA%\Everything\Everything.ini in a bug reportI would like to do some testing my end.Maybe it's...
View ArticleEverything 1.5 Alpha • Re: When there are many search results, switching...
The script is unlikely to work as you are posting the message to the active window.Even though you activate Everything, Everything might not be the active window in your PostMessage call.Please try...
View ArticleEverything 1.5 Alpha • Re: feature request:hotkey to move the active tab around
move the active tab ...Are you aware of other applications that can move tabs around using keyboard shortcuts?And if so: which shortcuts do they use?Statistics: Posted by NotNull — Thu Jan 02, 2025...
View Article