Search found 15147 matches

by void
Thu May 23, 2024 11:50 am
Forum: Everything 1.5 Alpha
Topic: Compare 2 file lists with each other?
Replies: 59
Views: 4184

Re: Compare 2 file lists with each other?

- If there is a folder with a space in the search query, I get NO result with the old or new code. Could you please send the debug output: Clear your search. From the Tools menu, under the Debug submenu, click Start Debug Logging... Search for: diff:"D:\totalcmd\Test 1\";"C:\totalcmd...
by void
Thu May 23, 2024 10:14 am
Forum: Everything 1.5 Alpha
Topic: [BUG] Everything stops responding when scrolling file types in advanced search
Replies: 4
Views: 104

Re: [BUG] Everything stops responding when scrolling file types in advanced search

Thank you for the mini crash dump.

The system is crashing when rendering the icon for the NRW file type.
Do you work with NRW files?

In the Registry Editor, what is shown under:
HKEY_CLASSES_ROOT\.nrw
by void
Thu May 23, 2024 6:34 am
Forum: Everything 1.5 Alpha
Topic: The search command wholefilename: not available in the filter
Replies: 3
Views: 42

Re: The search command wholefilename: not available in the filter

A History sidebar is on my TODO list.

Thank you for the suggestion.

For now, please try History -> Find History (Ctrl + H)
by void
Thu May 23, 2024 6:32 am
Forum: Everything 1.5 Alpha
Topic: INI Settings
Replies: 50
Views: 273059

Re: INI Settings

Everything 1.5.0.1377a replaces the following settings: session_store_restore_on_startup session_store_restore_on_new_window preview_single_handler_instance with: session_store_restore_on_first_shown_window preview_multiple_handler_instances Everything 1.5.0.1377a adds the following settings: paren...
by void
Thu May 23, 2024 6:14 am
Forum: Everything 1.5 Alpha
Topic: The search command wholefilename: not available in the filter
Replies: 3
Views: 42

Re: The search command wholefilename: not available in the filter

Are you activating the filter or using a filter macro?

Please try the following filter search:

wholefilename:$param:

wholefilename: is now applied to your search or macro parameter.
by void
Thu May 23, 2024 6:13 am
Forum: Everything 1.5 Alpha
Topic: Sessions
Replies: 34
Views: 2235

Re: Sessions

Everything 1.5.0.1377a improves sessions. Fixed an issue with restored tabs using the wrong sort. Closed windows and tabs are now saved to your session. (edit: restored columns are currently broken -I'm working on a fix..) Disabling Tools -> Options -> Run in background will now correctly save your...
by void
Thu May 23, 2024 6:06 am
Forum: Bug report
Topic: [BUG]: preview_single_handler_instance not working as expected
Replies: 9
Views: 748

Re: [BUG]: preview_single_handler_instance not working as expected

Everything 1.5.0.1377a improves the preview pane. Everything will now never change the preview position before calling DoPreview. Only a single preview instance is now allowed by default. This is now the same behavior as Everything 1.4. Except, Everything 1.5 runs the preview handler in a separate ...
by void
Thu May 23, 2024 12:27 am
Forum: General
Topic: Multiple instances?
Replies: 27
Views: 28266

Re: Multiple instances?

The installed Everything.exe and the portable Everything.exe are the same. Both run in the unnamed instance by default. Use -instance to specify an instance. This will be easier to do for the portable version. Call your portable Everything.exe with -instance "My unique instance name" For e...
by void
Thu May 23, 2024 12:10 am
Forum: Everything 1.5 Alpha
Topic: Is it possible for a bookmark to bypass OMIT?
Replies: 2
Views: 56

Re: Is it possible for a bookmark to bypass OMIT?

Include the following in your bookmark search:

no-omit-results:
by void
Wed May 22, 2024 7:37 am
Forum: Everything 1.5 Alpha
Topic: Property Indexing causes Sharing Violation
Replies: 4
Views: 99

Re: Property Indexing causes Sharing Violation

Thank you for the issue report Michael, I have put this on my Things to fix list. A delay should help. It's unfortunate that Windows Property System opens files without FILE_SHARE_WRITE (or yt-dlp is opening files without FILE_SHARE_READ) For now, please exclude these files from your indexed propert...
by void
Wed May 22, 2024 3:09 am
Forum: General
Topic: How to detect if a file has been deleted?
Replies: 8
Views: 105

Re: How to detect if a file has been deleted?

Everything 1.5 is currently in development.
by void
Wed May 22, 2024 12:58 am
Forum: General
Topic: How to detect if a file has been deleted?
Replies: 8
Views: 105

Re: How to detect if a file has been deleted?

An option to do this will be available in Everything 1.5 with the Index Journal:
  • In Everything 1.5, from the Index menu, click Index Journal.
  • Change Action to: File Delete
  • Search or browse your deleted files.
by void
Wed May 22, 2024 12:18 am
Forum: Support
Topic: great many files and folders are missing from the following "C:\Program Files (x86)\Steam\steamapps\common folder:"
Replies: 7
Views: 157

Re: great many files and folders are missing from the following "C:\Program Files (x86)\Steam\steamapps\common folder:

A space in Everything means AND.

Please try escaping spaces with double quotes (")

"C:\Program Files (x86)\Steam\steamapps\common\" folder:
by void
Wed May 22, 2024 12:08 am
Forum: Bug report
Topic: Crash Using Backslash to Search
Replies: 3
Views: 109

Re: Crash Using Backslash to Search

1376a fixed a crash when searching for folders in really deep folder. I haven't been able to reproduce the issue with 1376a. Everything has different optimized path search methods: C:\Users\Public = root exact-compare: C: and subpath exact-compare: Users and subpath startwith public. (builds parent ...
by void
Tue May 21, 2024 11:21 pm
Forum: Support
Topic: great many files and folders are missing from the following "C:\Program Files (x86)\Steam\steamapps\common folder:"
Replies: 7
Views: 157

Re: great many files and folders are missing from the following "C:\Program Files (x86)\Steam\steamapps\common folder:

There's no result omissions loaded, so it can't be that.. Does Everything find your common folder? (search for: folder:exact:common ) These folders might be junctions -Does Everything find empty folders inside the common folder? (search for: folder:common\* ) The rebuild was in the log. All files an...
by void
Tue May 21, 2024 7:38 am
Forum: Bug report
Topic: [BUG]: preview_single_handler_instance not working as expected
Replies: 9
Views: 748

Re: [BUG]: preview_single_handler_instance not working as expected

Yes, the extra process is only created when Everything changes the preview position with SetRect before DoPreview.

With the coming fix, only one process is created and is closed when you hide the preview pane or exit Everything.
by void
Tue May 21, 2024 6:50 am
Forum: Suggestions
Topic: Ctrl-Shift Mousewheel : Zoom just text
Replies: 1
Views: 91

Re: Ctrl-Shift Mousewheel : Zoom just text

I will consider a text only zoom.

Thank you for the suggestion.



For now, you can change the default font size under Tools -> Options -> Fonts and Colors -> Item = (Default) -> Size
by void
Tue May 21, 2024 6:45 am
Forum: Everything 1.5 Alpha
Topic: Preview not shown after Page Down
Replies: 2
Views: 107

Re: Preview not shown after Page Down

Could you please send a mini crash dump.

The mini crash dump will show the preview handler causing the issue.
by void
Tue May 21, 2024 6:41 am
Forum: Bug report
Topic: [BUG]: preview_single_handler_instance not working as expected
Replies: 9
Views: 748

Re: [BUG]: preview_single_handler_instance not working as expected

Thank you for the issue report DerekZiemba,

It took me a while to find the cause of the issue.

It's a issue with the Monaco preview handler and changing the preview position with SetRect before DoPreview.

I am working on a solution..
by void
Mon May 20, 2024 11:24 pm
Forum: Support
Topic: great many files and folders are missing from the following "C:\Program Files (x86)\Steam\steamapps\common folder:"
Replies: 7
Views: 157

Re: great many files and folders are missing from the following "C:\Program Files (x86)\Steam\steamapps\common folder:

Thank you for the logs. Your logs look fine, Everything is installed correctly and is detecting changes to your C: drive and your search settings are the defaults. Does Windows Explorer show the missing folder? Was this game installed on another drive? Please try forcing a rebuild: In Everything, fr...
by void
Mon May 20, 2024 11:05 pm
Forum: Bug report
Topic: height and width properties not working
Replies: 5
Views: 192

Re: height and width properties not working

You should be able to update without a db rebuild.

The last database change was in 1347a.
by void
Mon May 20, 2024 1:13 am
Forum: Bug report
Topic: height and width properties not working
Replies: 5
Views: 192

Re: height and width properties not working

What version of Everything? (Help -> About)

1355a fixed an issue with width: and height: using the wrong dimensions.
by void
Sun May 19, 2024 2:37 am
Forum: Everything 1.5 Alpha
Topic: Sessions
Replies: 34
Views: 2235

Re: Sessions

Sessions and windows are different. A session can have multiple windows. The session lasts until you exit Everything (File -> Exit) or you shutdown Windows. Closing all your windows does not end the session (unless you disable Tools -> Options -> UI -> Run in background) Restore previous session can...
by void
Sun May 19, 2024 2:22 am
Forum: Everything 1.5 Alpha
Topic: Networked Drive takes forever to Index
Replies: 5
Views: 169

Re: Networked Drive takes forever to Index

Everything will be limited to the RaiDrive FindFirstFile performance. Consider setting up an Everything Server if you have multiple clients. Setup the Everything Server to index your remote network drive. Setup your clients to index the Everything Server under Tools -> Options -> Network index.
by void
Sun May 19, 2024 2:07 am
Forum: Everything 1.5 Alpha
Topic: Content search: Find a word not inside link <a> tag ❓
Replies: 4
Views: 132

Re: Content search: Find a word not inside link <a> tag ❓

Please try the following search: regex:content*:<a.*?</a>(*SKIP)(*F)|searchedword If this is matching a html file with searchedword inside <a></a> could you please send the html file and the searchedword. The latest version should handle quoted and unquoted parameters the same. Everything 1.5.0.1372...
by void
Sun May 19, 2024 12:41 am
Forum: Everything 1.5 Alpha
Topic: Sessions
Replies: 34
Views: 2235

Re: Sessions

Thank you for testing sessions vertigo, Sorry, it was a typo. It should be: Session-1.5a.json Everything will run in the background. This is most likely causing the confusion. When you close your last window, Everything is still running in the background (Tools -> Options -> UI -> Run in background)...
by void
Sat May 18, 2024 11:46 pm
Forum: Everything 1.5 Alpha
Topic: Content search: Find a word not inside link <a> tag ❓
Replies: 4
Views: 132

Re: Content search: Find a word not inside link <a> tag ❓

Please try content*: instead:

regex:content*:<a.*?</a>[\s\S](*SKIP)(*F)|searchedword
by void
Sat May 18, 2024 12:28 pm
Forum: Everything 1.5 Alpha
Topic: Networked Drive takes forever to Index
Replies: 5
Views: 169

Re: Networked Drive takes forever to Index

I don't recommend enabling multiple threading. It will only help with the initial index performance. It will not help with the daily rescan performance. If you wanted to try multiple threads: Remove your RaiDrive from Tools -> Options -> Network drives Add multiple folders under Tools -> Options -> ...
by void
Sat May 18, 2024 9:54 am
Forum: General
Topic: Limiting search to within a folder names
Replies: 2
Views: 101

Re: Limiting search to within a folder names

Please try including the following in your search:

\emails
by void
Sat May 18, 2024 7:07 am
Forum: Everything 1.5 Alpha
Topic: Is it possible to exclusively open a window/tab with a setting enabled/disabled?
Replies: 23
Views: 1543

Re: Is it possible to exclusively open a window/tab with a setting enabled/disabled?

I will consider support for saving the column widths under Tools -> Options -> Home. Thank you for the suggestion. But still, even if it looks silly, user should have the freedom to lock/unlock any setting. This silliness can be resolved if lock is implemented separately for windows and tabs. The ne...
by void
Sat May 18, 2024 5:40 am
Forum: Everything 1.5 Alpha
Topic: Sessions
Replies: 34
Views: 2235

Re: Sessions

Closed windows can be restored under History -> Recently Closed Windows I am looking into keeping the Recently Closed Windows list between sessions.. I was going to suggest Tools -> Options -> UI -> Run in background Unfortunately, this closes the window before exiting.. I will have this fixed in th...
by void
Sat May 18, 2024 5:16 am
Forum: Suggestions
Topic: Everything for android
Replies: 12
Views: 28072

Re: Everything for android

You will need Everything 1.5 to index the virtual android folder.
by void
Sat May 18, 2024 1:59 am
Forum: Everything 1.5 Alpha
Topic: Everything as a COM object
Replies: 3
Views: 169

Re: Everything as a COM object

I don't have a COM interface for Everything.

Everything supports WM_COPYDATA for IPC.
by void
Sat May 18, 2024 12:20 am
Forum: Everything 1.5 Alpha
Topic: Networked Drive takes forever to Index
Replies: 5
Views: 169

Re: Networked Drive takes forever to Index

With Everything 1.4: No. With Everything 1.5: Yes, if you index multiple folders. What version of Everything are you using? Everything 1.5 will have support for indexing with multiple threads. However, you will need to add multiple folders. For example: Instead of indexing \\server\share You will ne...
by void
Sat May 18, 2024 12:00 am
Forum: Everything 1.5 Alpha
Topic: Sessions
Replies: 34
Views: 2235

Re: Sessions

Please make sure Everything has write permission to the same location as your Everything.exe if you are using the portable version.
by void
Fri May 17, 2024 11:48 am
Forum: Suggestions
Topic: Folder Bar : Search-and-Select Popup
Replies: 1
Views: 231

Re: Folder Bar : Search-and-Select Popup

A search in the folder sidebar is on my TODO list.

I will consider a "select folder" button and select folder dialog.

Thank you for the suggestions.
by void
Fri May 17, 2024 11:41 am
Forum: Support
Topic: How do I remove the thumbnail from a folder that no longer exists?
Replies: 2
Views: 115

Re: How do I remove the thumbnail from a folder that no longer exists?

Pour supprimer votre lecteur N: de votre index Everything : Dans abc, dans le menu Outils, cliquez sur Options. Cliquez sur l'onglet NTFS à gauche. Sélectionnez votre lecteur N: Décochez Inclure dans la base de données. Cliquez sur OK. To remove your N: drive from your Everything index: In Everythin...
by void
Fri May 17, 2024 11:38 am
Forum: Everything 1.5 Alpha
Topic: quick look
Replies: 3
Views: 116

Re: quick look

Donate

Thank you for your support.
by void
Fri May 17, 2024 11:31 am
Forum: Everything 1.5 Alpha
Topic: quick look
Replies: 3
Views: 116

Re: quick look

To make quick look work with Everything 1.5:
Uninstall Everything 1.4
Disable the alpha instance under Tools -> Options -> Advanced -> alpha_instance = false
Exit Everything (File -> Exit)
Restart Everything.
by void
Fri May 17, 2024 9:20 am
Forum: Everything 1.5 Alpha
Topic: Preview "EML", "PST", ."dat", for "eM client", "Thunderbird", Outlook (Partially Solved)
Replies: 7
Views: 246

Re: Preview "EML", "PST", ."dat", for "eM client", "Thunderbird", Outlook (Partially Solved)

Everything uses the system to render previews. Third party preview handlers can be installed. Maybe there's a preview handler out there that supports attachments. {92dbad9f-5025-49b0-9078-2d78f935e341} is the built-in internet explorer preview handler. Can you preview also other containers: "PS...
by void
Fri May 17, 2024 8:56 am
Forum: Everything 1.5 Alpha
Topic: Context menu issues when selecting items in different folders
Replies: 7
Views: 283

Re: Context menu issues when selecting items in different folders

Thank you for your post kippler, Everything does not call IExplorerCommand directly. Everything calls CDefFolderMenu_Create2 to get an IContextMenu interface for multiple files in different folders. Everything builds its own custom IShellFolder. I have also tested SHCreateDefaultContextMenu and that...
by void
Fri May 17, 2024 8:33 am
Forum: Everything 1.5 Alpha
Topic: Dotted rectangle around file
Replies: 3
Views: 185

Re: Dotted rectangle around file

It sounds like you want to avoid setting the focus on an item when clicking in the result list. Currently, Everything doesn't have an option to do this. The first visible will be focused when clicking on the results list. - open preview pane -> preview is displayed (not OK) I'll look into keeping th...
by void
Fri May 17, 2024 8:22 am
Forum: Everything 1.5 Alpha
Topic: Sessions
Replies: 34
Views: 2235

Re: Sessions

Thanks for testing 1376a vertigo,

After changing your search, is Everything making a Session-1.5a.json file in %APPDATA%\Everything?
by void
Fri May 17, 2024 8:20 am
Forum: Everything 1.5 Alpha
Topic: The program does not restore tabs after a restart
Replies: 1
Views: 81

Re: The program does not restore tabs after a restart

Everything does not save closed tabs to the session. I will look into adding support to do this. Currently, once the window is closed and you exit Everything, the windows are lost. For now, instead of closing the window, exit Everything from clicking the File menu, then clicking Exit. Sessions are n...
by void
Fri May 17, 2024 5:07 am
Forum: Everything 1.5 Alpha
Topic: Help with descendant-folder:
Replies: 6
Views: 231

Re: Help with descendant-folder:

Everything can do this with a two-pass search. First search for: *.mp3 year:2024 Select all the results (Ctrl + A) Copy all the filenames (Ctrl + Shift + C) Change the search to: childfilelist1: Press F2 in the search box to edit your file list. Paste your filenames and click OK. To show the year co...
by void
Fri May 17, 2024 4:55 am
Forum: Support
Topic: Preview .TXT files not working
Replies: 42
Views: 7080

Re: Preview .TXT files not working

It's up to the preview handler to support disabling word wrap. AFAIK, word wrap cannot be disabled in the stock txt preview handler. Everything is just using the registered preview handler to render your previews. I'm sure there's third party txt preview handlers out there that support disabling wor...