Support • Re: Everything stops showing thumbnails for files in new iCloud...
Same thing has happened to me! It's awful! I can't see anything now. I can't work like this!Statistics: Posted by lisalee44 — Sat May 04, 2024 11:31 pm
View ArticleEverything 1.5 Alpha • Re: XYplorer Integration
So, to sum up, here's what worked:Open Folder:Code: $exec("C:\Program Files $(x86$)\XYplorer\XYplorer.exe" "%1")Open Path:Code: $exec("C:\Program Files $(x86$)\XYplorer\XYplorer.exe"...
View ArticleSupport • Re: How to press ENTER on a video and it runs a batch file?
More solutions Perfect!Many thanks.Thread fully solved.Statistics: Posted by Gabarito — Sun May 05, 2024 11:07 pm
View ArticleSupport • File Preview for unknown extension
Hello,I have some text files which have a specific unknown extension, I set the default open with to Notepad++ thinking that it would be shown in the file preview window but it didn't.How can I solve...
View ArticleGeneral • Re: How to copy/save ONLY all the highlighted titles into...
Uncheck Regular Expressions from the Search menu.Search for:regex:"(?<= - )[^\(\)]+(?=\()" addcol:regmatch0Select all your files.From the File menu, under the Copy Properties submenu, click Copy...
View ArticleEverything 1.5 Alpha • Re: Possible Bug: Results Missing from Indexed Volume
Is anything shown at the bottom right of the status bar?Please try the following search to bypass any macros:"i:\"Does this find any results?Debug logs will show the search op codes:Clear your...
View ArticleGeneral • Re: Problem with regular expressions for complex search operations...
Could you please provide the filenames that mismatch and the exact regex search.Statistics: Posted by void — Sun May 05, 2024 11:53 pm
View ArticleSupport • Re: File Preview for unknown extension
Using .foo as an example:From the Start menu, search for: regeditRight click Registry Editor and click Run as administratorIn the Registry Editor, navigate to:HKEY_CLASSES_ROOT\.foo(please make this...
View ArticleDevelopment, plugins and third party software • Re: General question about...
@void is your GUI available as a library?No.Please try a Virtual Listview if you are working with a lot of values.Statistics: Posted by void — Mon May 06, 2024 12:05 am
View ArticleEverything 1.5 Alpha • Re: Bookmarks in side-panel have inconsistently...
Recently you have received from me my whole settings. voidtools does not keep any user data.Could you please resend.I see the expected colors.Selection and inactive selection override the mouseover...
View ArticleEverything 1.5 Alpha • Re: Is it possible to retain the same search-session...
I will have a setting to do this in the next alpha update.Thank you for the suggestion.Statistics: Posted by void — Mon May 06, 2024 12:11 am
View ArticleSupport • Re: How to find similar videos? Does properties help?
Everything probably wont help here..If you're only after duplicates of one video, you could search for the length + 3 seconds.For example:If the original length is: 5:50Search for:length:5:53Thanks, I...
View ArticleGeneral • What's the deeeal with Run History??
Hello,Everything is the best thing since sliced-bread. I always enjoy finding better ways to use it.One thing I have never really taken advantage of is "Run History" -- beacuse I don't understand how...
View ArticleEverything 1.5 Alpha • Re: Everything Server / Network Index questionss and...
I have two pcs, both with 1.50.1373a installed, the network index and everything server configured, and set to index each other.This will not work.Both PCs will be forever reindexing.I recommend...
View ArticleGeneral • Re: What's the deeeal with Run History??
Pressing ENTER from the search box will select the most run result.This can be useful to make Everything a launcher.For example:Search for:c:\windows\notepad.exeRight click notepad.exe and click Set...
View ArticleEverything 1.5 Alpha • Re: Unexpected "Search Bar" BEHAVIOR after...
Debug logs might help find the issue.In Everything, type in the following search and press ENTER:/restart-debug-logWait for Everything to restart.Try typing in your search.After Everything stabilizes,...
View ArticleSupport • Re: Selecting rows with Middle Mouse Button
You might be using Everything64.exe, please try the following:#If WinActive("ahk_class EVERYTHING") && mouseOver("ahk_class EVERYTHING", "SysListView321")Statistics: Posted by void — Tue May...
View ArticleBug report • Re: "Find Length Duplicates" doen't show the same...
Please specify length_dupe_tolerance in milliseconds.Please try length_dupe_tolerance=1000 for 1 second.Statistics: Posted by void — Wed May 08, 2024 2:21 am
View ArticleEverything 1.5 Alpha • Re: Length Duplicate
Please specify length_dupe_tolerance in milliseconds.Please try length_dupe_tolerance=1000 for 1 second.Statistics: Posted by void — Wed May 08, 2024 2:21 am
View ArticleEverything 1.5 Alpha • Re: Find Keeps Focus
Nice find.Thanks for the detailed instructions to reproduce the issue.The issue is caused by hiding the findbar for tabs and not clearing the focus order.The issue will be fixed in the next alpha...
View Article