Search found 15003 matches

by void
Wed May 08, 2024 10:35 am
Forum: Everything 1.5 Alpha
Topic: How to copy/save ONLY all the highlighted titles into notepad/text editor?
Replies: 6
Views: 215

Re: How to copy/save ONLY all the highlighted titles into notepad/text editor?

Use the following prefix:

regex:(?<=\()

For example:

regex:(?<=\()([^)\s]+)\b
regex:(?<=\()(\w+)(?=\s|\))
regex:(?<=\()(\S+?)\)
regex:(?<=\()(.*?)\)
regex:(?<=\()([^)\s]+)\)
regex:(?<=\()(\w+).*?\)



The only way not to capture something is using look-around assertions
by void
Wed May 08, 2024 9:53 am
Forum: Everything 1.5 Alpha
Topic: Unexpected "Search Bar" BEHAVIOR after running Everything and trying to search immediately.
Replies: 13
Views: 290

Re: Unexpected "Search Bar" BEHAVIOR after running Everything and trying to search immediately.

Thank you for the verbose logs. 2024-05-08 10:54:38.575: EDIT message 00000008 0000000000040ea2 0000000000000000 2024-05-08 10:54:38.576: listview message 00000281 0000000000000001 00000000c000000f 2024-05-08 10:54:38.576: listview message 00000007 0000000000080e50 0000000000000000 The search box wa...
by void
Wed May 08, 2024 8:08 am
Forum: Everything 1.5 Alpha
Topic: Everything Server / Network Index questionss and debugging?
Replies: 3
Views: 161

Re: Everything Server / Network Index questionss and debugging?

If I use ETP server, then I'm only seeing the remote files? Correct. You cannot index an ETP server. So it's either search the ETP server or local database. Maybe I'm approaching this all the wrong way? Goal is I have a laptop and desktop, I want to search files across both machines. In the past I ...
by void
Wed May 08, 2024 4:55 am
Forum: Everything 1.5 Alpha
Topic: K: USB Flash Drive, does not show Size / Date
Replies: 2
Views: 74

Re: K: USB Flash Drive, does not show Size / Date

Thanks for the issue report therube, created a new file (DIR > "ford tough") -> no size nor date If you can reproduce the issue, could you please send verbose debug logs: In Everything 1.5 , from the Tools menu, under the Debug submenu, check Verbose . From the Tools menu, under the Debug ...
by void
Wed May 08, 2024 3:34 am
Forum: Everything 1.5 Alpha
Topic: Unexpected "Search Bar" BEHAVIOR after running Everything and trying to search immediately.
Replies: 13
Views: 290

Re: Unexpected "Search Bar" BEHAVIOR after running Everything and trying to search immediately.

Everything doesn't set the mouse cursor position. Did you mean the focus goes to a file or folder in the result list? Please try enable Tools -> Options -> Search -> Focus search on activate. This will focus the search box when you click Everything in the taskbar. Are you minimizing Everything? This...
by void
Wed May 08, 2024 2:52 am
Forum: Everything 1.5 Alpha
Topic: Restore Defaults, should have a warning prompt
Replies: 2
Views: 66

Re: Restore Defaults, should have a warning prompt

I'll remove the Alt + R shortcut for restore defaults. The two required actions (restore defaults + OK/Apply) should be enough to prevent most accidental resets. It is unfortunate that the reset button is next to the restore defaults button in the Advanced page. I'll look into a redesign here.. Ever...
by void
Wed May 08, 2024 2:35 am
Forum: Everything 1.5 Alpha
Topic: How to copy/save ONLY all the highlighted titles into notepad/text editor?
Replies: 6
Views: 215

Re: How to copy/save ONLY all the highlighted titles into notepad/text editor?

Use Regular Expression Match 1 (instead of match 0) Match 0 is the entire match. Match 1 is the first capture inside the ( ) Everything will always highlight with Regular Expression Match 0 Uncheck Regular Expressions from the Search menu. Search for: regex:\(([^)\s]+)\b addcol:regmatch1 Select all ...
by void
Wed May 08, 2024 2:32 am
Forum: Everything 1.5 Alpha
Topic: Find Length Duplicates, does not find all Length Duplicates
Replies: 2
Views: 69

Re: Find Length Duplicates, does not find all Length Duplicates

Please try setting your length_dupe_tolerance to 1000 milliseconds.

Does the issue persist?

Specifying length_dupe_tolerance in seconds was my mistake.
Sorry for the inconvenience.
by void
Wed May 08, 2024 2:24 am
Forum: Everything 1.5 Alpha
Topic: Find Keeps Focus
Replies: 1
Views: 46

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 update.
by void
Wed May 08, 2024 2:21 am
Forum: Everything 1.5 Alpha
Topic: Length Duplicate
Replies: 4
Views: 1267

Re: Length Duplicate

Please specify length_dupe_tolerance in milliseconds.

Please try length_dupe_tolerance=1000 for 1 second.
by void
Wed May 08, 2024 2:21 am
Forum: Bug report
Topic: "Find Length Duplicates" doen't show the same length files
Replies: 2
Views: 67

Re: "Find Length Duplicates" doen't show the same length files

Please specify length_dupe_tolerance in milliseconds.

Please try length_dupe_tolerance=1000 for 1 second.
by void
Tue May 07, 2024 11:57 pm
Forum: Everything 1.5 Alpha
Topic: Grouping is Wrong with a Length Tolerance=1
Replies: 2
Views: 71

Re: Grouping is Wrong with a Length Tolerance=1

length_dupe_tolerance is now specified in milliseconds (instead of seconds).

This change was made in Everything 1.5.0.1373a.



Please try setting length_dupe_tolerance to: 1000 for one second.
by void
Tue May 07, 2024 10:29 am
Forum: Everything 1.5 Alpha
Topic: Unexpected "Search Bar" BEHAVIOR after running Everything and trying to search immediately.
Replies: 13
Views: 290

Re: Unexpected "Search Bar" BEHAVIOR after running Everything and trying to search immediately.

Thank you for the logs. first file search: 0.018234 seconds last file search: 0.000002 seconds Searching performance looks fine. I think this is related to single click open. Do you want single click open enabled? (Tools -> Options -> Results -> Single click open) My guess is the mouse is hovering o...
by void
Tue May 07, 2024 8:46 am
Forum: Everything 1.5 Alpha
Topic: Bookmarks in side-panel have inconsistently appliance of colors
Replies: 10
Views: 926

Re: Bookmarks in side-panel have inconsistently appliance of colors

Why is it always red for e.g. ZOOM 100% until I pick some non-ZOOM one but orange for every other [i.e. a non-ZOOM one]? Please check what control has focus after opening your bookmark. Is it the search box or the bookmark sidebar? It's possible your bookmark has an empty search. Check your zoom bo...
by void
Tue May 07, 2024 8:03 am
Forum: Support
Topic: Selecting rows with Middle Mouse Button
Replies: 11
Views: 333

Re: Selecting rows with Middle Mouse Button

The following worked for me: #If WinActive("ahk_class EVERYTHING_(1.5a)") && mouseOver("ahk_class EVERYTHING_(1.5a)", "SysListView321") MButton Up:: Send ^{LButton} Return mouseOver(winTitle, ctl) { If !WinExist(winTitle) Return false MouseGetPos,,, hWnd, overCt...
by void
Tue May 07, 2024 7:12 am
Forum: Suggestions
Topic: Don't commit rename when defocus
Replies: 2
Views: 73

Re: Don't commit rename when defocus

Restoring the label edit focus after alt tabbing or clicking back to Everything is quirky..
I will explore an option to do this.

Thank you for the suggestion.



For now, Shift + F2 to open the advanced rename.
The advanced renamer will stay opened when you alt+tab.
by void
Tue May 07, 2024 4:57 am
Forum: Everything 1.5 Alpha
Topic: Bookmarks in side-panel have inconsistently appliance of colors
Replies: 10
Views: 926

Re: Bookmarks in side-panel have inconsistently appliance of colors

Thank you for the ini. I am seeing the expected colors. The search box will be focused when opening a bookmark with a normal search. (eg: d:\test\ ) The bookmark sidebar will remain focused when opening a bookmark with a search command. (eg: /zoom=75 ) The selected text is Red when hovering over the...
by void
Tue May 07, 2024 3:59 am
Forum: Support
Topic: Selecting rows with Middle Mouse Button
Replies: 11
Views: 333

Re: Selecting rows with Middle Mouse Button

You might be using Everything64.exe, please try the following:

#If WinActive("ahk_class EVERYTHING_(1.5a)") && mouseOver("ahk_class EVERYTHING_(1.5a)", "SysListView321")
by void
Tue May 07, 2024 3:56 am
Forum: Everything 1.5 Alpha
Topic: Unexpected "Search Bar" BEHAVIOR after running Everything and trying to search immediately.
Replies: 13
Views: 290

Re: Unexpected "Search Bar" BEHAVIOR after running Everything and trying to search immediately.

Debug logs might help find the issue. In Everything, type in the following search and press ENTER: /restart-debug-log Wait for Everything to restart. Try typing in your search. After Everything stabilizes, from the Tools menu, under the Debug submenu, click Stop Debug Logging. ---This will open your...
by void
Tue May 07, 2024 3:50 am
Forum: General
Topic: What's the deeeal with Run History??
Replies: 2
Views: 147

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.exe Right click notepad.exe and click Set Run Count. Set the run count to: 1000 Click OK. Now you can search for not and press ENTER ENTER...
by void
Tue May 07, 2024 3:44 am
Forum: Everything 1.5 Alpha
Topic: Everything Server / Network Index questionss and debugging?
Replies: 3
Views: 161

Re: Everything Server / Network Index questionss and debugging?

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 running only one dedicated Everything Server that indexes both PCs. Have all your clients include thi...
by void
Mon May 06, 2024 11:16 pm
Forum: Everything 1.5 Alpha
Topic: Not indexing all folders
Replies: 7
Views: 379

Re: Not indexing all folders

Thanks for running the log. Was 'Rescanning \\server\Project_Archive' shown in the status bar? How long was Everything logging? It sounds like Everything was rescanning your folder. There might be an issue with updating your index with this rescan. Please try a shorter verbose debug log: Please wait...
by void
Mon May 06, 2024 12:09 pm
Forum: Everything 1.5 Alpha
Topic: Bug in Formula
Replies: 1
Views: 141

Re: Bug in Formula

Thank you for the bug report nikov, Everything doesn't eat the | with columna:= Everything is currently treating this as: columna:=0 | | 1 addcolumn:columna (columna:=0 OR everything OR 1) addcolumn:columna I will trial eating | with columna:= in the next alpha update. For now, please try: columna:=...
by void
Mon May 06, 2024 12:01 pm
Forum: Everything 1.5 Alpha
Topic: How to find similar videos? Does properties help?
Replies: 12
Views: 388

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:50 Search for: length:5:53 To find media files that are within 3 seconds: video: addcol:a a:=$length:/30000000 dupe:a-descending T...
by void
Mon May 06, 2024 10:21 am
Forum: General
Topic: Problem with regular expressions for complex search operations in unicode names.
Replies: 13
Views: 296

Re: Problem with regular expressions for complex search operations in unicode names.

There is spaces in your regex pattern.

Please escape spaces with double quotes.

It might be easier to wrap your entire regex pattern with double quotes:

regex:" - (Time|Sweet)( - |\().*\bDjB\b"
by void
Mon May 06, 2024 9:22 am
Forum: General
Topic: Problem with regular expressions for complex search operations in unicode names.
Replies: 13
Views: 296

Re: Problem with regular expressions for complex search operations in unicode names.

That is an expected match. You will need to improve your regex pattern. For example: regex:" - "(Time|Sweet)(" - "|\().*\bDjB\b regex: = enable regular expressions " - " = match space dash space (use double quotes to escape spaces) (Time|Sweet) = match Time or Sweet (&q...
by void
Mon May 06, 2024 9:07 am
Forum: General
Topic: Problem with regular expressions for complex search operations in unicode names.
Replies: 13
Views: 296

Re: Problem with regular expressions for complex search operations in unicode names.

Regular expressions is already enabled under the Search menu.

regex: will not work with Regular expressions enabled under the Search menu.



Please disable Regular expressions from the Search menu and search for:

regex:.*(?:Time|Sweet).*DjB.*
by void
Mon May 06, 2024 9:00 am
Forum: General
Topic: Problem with regular expressions for complex search operations in unicode names.
Replies: 13
Views: 296

Re: Problem with regular expressions for complex search operations in unicode names.

Thank you for the filenames. The search: regex:.*(?:Time|Sweet).*DjB.* finds the following for me: C:\TEST\REGEX\【D独家】Millenium - Time ( DjB Electro Rmx 2023).mp3 The following filename: 谢锋 - 前前左右(DjB Electro Rmx 2024 粤语).mp3 does not contain Time or Sweet, it should not be matched. -Are you expecti...
by void
Mon May 06, 2024 8:20 am
Forum: General
Topic: Problem with regular expressions for complex search operations in unicode names.
Replies: 13
Views: 296

Re: Problem with regular expressions for complex search operations in unicode names.

But my regex doesn't even work in Everything. What do you mean by doesn't work? What is the filename that you expect this to match? I only tested in the text editor What text did this match? What is shown in the status bar on the right? (eg: are you matching case, do you have a filter enabled, is r...
by void
Mon May 06, 2024 12:11 am
Forum: Everything 1.5 Alpha
Topic: Is it possible to retain the same search-session when re-opening the window/program?
Replies: 2
Views: 185

Re: Is it possible to retain the same search-session when re-opening the window/program?

I will have a setting to do this in the next alpha update.

Thank you for the suggestion.
by void
Mon May 06, 2024 12:10 am
Forum: Everything 1.5 Alpha
Topic: Bookmarks in side-panel have inconsistently appliance of colors
Replies: 10
Views: 926

Re: Bookmarks in side-panel have inconsistently appliance of colors

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 state.
by void
Mon May 06, 2024 12:05 am
Forum: Development, plugins and third party software
Topic: General question about Everything's code
Replies: 4
Views: 11069

Re: General question about Everything's code

@void is your GUI available as a library?
No.

Please try a Virtual Listview if you are working with a lot of values.
by void
Mon May 06, 2024 12:02 am
Forum: Support
Topic: File Preview for unknown extension
Replies: 2
Views: 150

Re: File Preview for unknown extension

Using .foo as an example: From the Start menu, search for: regedit Right click Registry Editor and click Run as administrator In the Registry Editor, navigate to: HKEY_CLASSES_ROOT\.foo (please make this key if it does not exist -Right click -> New -> Key) Create a new String Value (right click on t...
by void
Sun May 05, 2024 11:53 pm
Forum: General
Topic: Problem with regular expressions for complex search operations in unicode names.
Replies: 13
Views: 296

Re: Problem with regular expressions for complex search operations in unicode names.

Could you please provide the filenames that mismatch and the exact regex search.
by void
Sun May 05, 2024 11:43 pm
Forum: Everything 1.5 Alpha
Topic: Possible Bug: Results Missing from Indexed Volume
Replies: 5
Views: 278

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 search. In Everything , from the Tools menu, under the Debug submenu, check Start Debug Logg...
by void
Sun May 05, 2024 11:37 pm
Forum: Everything 1.5 Alpha
Topic: How to copy/save ONLY all the highlighted titles into notepad/text editor?
Replies: 6
Views: 215

Re: How to copy/save ONLY all the highlighted titles into notepad/text editor?

Uncheck Regular Expressions from the Search menu.
Search for:
regex:"(?<= - )[^\(\)]+(?=\()" addcol:regmatch0
Select all your files.
From the File menu, under the Copy Properties submenu, click Copy Regular Expression Match 0
by void
Sun May 05, 2024 7:33 am
Forum: Everything 1.5 Alpha
Topic: Possible Bug: Results Missing from Indexed Volume
Replies: 5
Views: 278

Re: Possible Bug: Results Missing from Indexed Volume

Please make sure no search options are checked under the Search menu (eg: uncheck match case, uncheck match whole words, uncheck regex)

Please make sure the Everything filter is active under the Search menu.
by void
Sat May 04, 2024 11:04 am
Forum: Everything 1.5 Alpha
Topic: Any quick way to copy or export only the listed columns?
Replies: 4
Views: 256

Re: Any quick way to copy or export only the listed columns?

Is it safe to make an efu file without the CRLF at the end? Yes. I will also add the CRLF at the end in the next alpha update. This will be consistent with copying as TSV in Excel. (I tried something similar to "/copy $name:&crlf:" but "/copy" command doesn't support that.) ...
by void
Sat May 04, 2024 7:21 am
Forum: Everything 1.5 Alpha
Topic: Any quick way to copy or export only the listed columns?
Replies: 4
Views: 256

Re: Any quick way to copy or export only the listed columns?

Create a bookmark and set the search to: /copy $name:&tab:$size: Select your results and run this bookmark. Please consider the following bookmark search if you want to copy all results: /select-all /copy $name:&tab:$size: /copy /copy-header /select-all /copy and /copy-header example To copy...
by void
Fri May 03, 2024 9:19 am
Forum: Support
Topic: Selecting rows with Middle Mouse Button
Replies: 11
Views: 333

Re: Selecting rows with Middle Mouse Button

There's no option in Everything to toggle the selection on middle mouse click.

I will consider an option to do this.

Thank you for the suggestion.

The middle mouse button in Everything scrolls the view.
by void
Fri May 03, 2024 8:20 am
Forum: Everything 1.5 Alpha
Topic: Bookmarks in side-panel have inconsistently appliance of colors
Replies: 10
Views: 926

Re: Bookmarks in side-panel have inconsistently appliance of colors

I am seeing the expected colors for selection and inactive selection.

Please send screenshots to help clarify the issue.

What are you settings under Tools -> Options -> Fonts and colors -> Item = Bookmarks Sidebar?
by void
Fri May 03, 2024 3:11 am
Forum: Everything 1.5 Alpha
Topic: Not indexing all folders
Replies: 7
Views: 379

Re: Not indexing all folders

Thank you for the log. The basic log shows Everything has started scanning your folder. No errors are reported. Unfortunately, Everything is not in verbose debug mode. Rescan activity is only reported in verbose debug mode. Could you please resend the verbose debug log: Please wait for any existing ...
by void
Fri May 03, 2024 3:07 am
Forum: Everything 1.5 Alpha
Topic: Problem with visibility of highlighted file names!
Replies: 6
Views: 298

Re: Problem with visibility of highlighted file names!

Set the inactive selected background color under Tools -> Options -> Fonts and Colors -> Item = Result List > Inactive Selected
by void
Fri May 03, 2024 2:16 am
Forum: Everything 1.5 Alpha
Topic: 1373 breaks transfer of .db & reading on another compter
Replies: 9
Views: 322

Re: 1373 breaks transfer of .db & reading on another compter

Thank you for the issue report therube, The database format hasn't changed. I haven't been able to reproduce the issue. 1373 is loading my Everything.db files from 1371. Could you please make sure there's free disk space available and the db file is copying correctly. Could you please check your sea...
by void
Thu May 02, 2024 10:59 pm
Forum: Everything 1.5 Alpha
Topic: Problem with visibility of highlighted file names!
Replies: 6
Views: 298

Re: Problem with visibility of highlighted file names!

If it is not the selection color, it might be the offline color. Everything will render offline files with 50% transparency. To render offline files normally: In Everything 1.5 , from the Tools menu, click Options . Click the Advanced tab on the left. To the right of Show settings containing , searc...
by void
Thu May 02, 2024 9:30 am
Forum: Everything 1.5 Alpha
Topic: Graphic artefacts in Everything.
Replies: 12
Views: 604

Re: Graphic artefacts in Everything.

The total limit is 65536. Per process is 10000. When you exceed these limits you will see graphic artifacts as no more GDI objects can be created. GDI Objects What's the upper limit on GDI objects for one process GDI = Graphics Device Interface Check the GDI object values when you see graphic artifa...
by void
Thu May 02, 2024 9:06 am
Forum: Everything 1.5 Alpha
Topic: Graphic artefacts in Everything.
Replies: 12
Views: 604

Re: Graphic artefacts in Everything.

You are limited to about 10000 GDI objects.

Try sorting by GDI objects to see if a program is using a lot.. (1000+)
by void
Thu May 02, 2024 8:39 am
Forum: Everything 1.5 Alpha
Topic: Graphic artefacts in Everything.
Replies: 12
Views: 604

Re: Graphic artefacts in Everything.

Use the Task Manager to check if any programs are leaking GDI Objects.

Ctrl + Shift + ESC -> Task Manager -> Details -> View -> Select Columns -> GDI Objects
by void
Thu May 02, 2024 8:32 am
Forum: Everything 1.5 Alpha
Topic: Filtermacro parameters
Replies: 2
Views: 197

Re: Filtermacro parameters

I like the idea of $param1: and $param2*:
I will consider these in a future release.



The next alpha update will add support for #param:

#param: will be replaced with the parameter text as is.

For example:

startwith:#param:

=>

startwith:n otepad
by void
Thu May 02, 2024 2:35 am
Forum: Support
Topic: Help please
Replies: 7
Views: 285

Re: Help please

Please make sure Tools -> Options -> Folders -> E: -> Attempt to monitor changes is checked.

Please make sure Tools -> Options -> Folders -> E: -> Fast rescan is unchecked.