Search found 6246 matches
- Tue Apr 20, 2021 12:27 pm
- Forum: Everything 1.5 Alpha
- Topic: Suggestion: content indexing check
- Replies: 5
- Views: 51
Re: Suggestion: content indexing check
Sorry, I misread content indexing as content searching.. Showing the total indexed size in the Content options page would be useful. I'll put this on my TODO list. This size would grow as content is indexed so you could keep a eye on the total size while content indexing takes place in the backgroun...
- Tue Apr 20, 2021 11:12 am
- Forum: Everything 1.5 Alpha
- Topic: Suggestion: content indexing check
- Replies: 5
- Views: 51
Re: Suggestion: content indexing check
It's tricky to determine as Everything is multi-threaded. Each thread could potentially allocate gigabytes of memory for content searching. However, Everything will avoid using more than 50% of total memory. If more than 50% of total memory has been allocated by all active content searches, a new co...
- Tue Apr 20, 2021 7:47 am
- Forum: Everything 1.5 Alpha
- Topic: RFE: Find Duplicates - Highlight Alternating Dups
- Replies: 1
- Views: 59
Re: RFE: Find Duplicates - Highlight Alternating Dups
Thanks for the suggestion therube,
I will consider alternating the row color of different property values when searching for duplicated items.
I will consider alternating the row color of different property values when searching for duplicated items.
- Mon Apr 19, 2021 10:38 am
- Forum: Suggestions
- Topic: Exclude Indexing of Files Without Extensions
- Replies: 8
- Views: 164
Re: Exclude Indexing of Files Without Extensions
Thanks for the image Ghost_Dz, You are setting the exclude filter for folders. Please remove the regex:^[^.]*$ folder filter. Please remove the folder excludes and set Include only files and Exclude files at the bottom of the Exclude options page: /exclude.lnk-ghost-dz.png Exclude a file type? *.lnk?
- Mon Apr 19, 2021 10:36 am
- Forum: General
- Topic: Exclude a file type? *.lnk?
- Replies: 10
- Views: 5094
Re: Exclude a file type? *.lnk?
Thanks for the image Ghost_Dz,
You are setting the exclude filter for folders.
Please remove the folder excludes and set Include only files and Exclude files at the bottom of the Exclude options page:

Exclude Indexing of Files Without Extensions
You are setting the exclude filter for folders.
Please remove the folder excludes and set Include only files and Exclude files at the bottom of the Exclude options page:

Exclude Indexing of Files Without Extensions
- Mon Apr 19, 2021 10:25 am
- Forum: Support
- Topic: Forgets a drive when a new one is connected
- Replies: 4
- Views: 293
Re: Forgets a drive when a new one is connected
Thank you for your feedback Commerzpunk, Everything might be seeing the drives as 'moved'. Could you please try disabling automatically remove 'moved' ntfs volumes: In Everything , type in the following search and press ENTER : /auto_remove_moved_ntfs_volumes=0 If success, you should see auto_remove...
- Mon Apr 19, 2021 10:18 am
- Forum: Everything 1.5 Alpha
- Topic: Swapped constants for IPC
- Replies: 2
- Views: 116
Re: Swapped constants for IPC
Thank you for the bug report ovg, I can confirm this is a bug. The following IPC calls are broken: #define EVERYTHING_IPC_ID_RESULT_LIST_SORT_BY_ATTRIBUTES 41307 #define EVERYTHING_IPC_ID_RESULT_LIST_SORT_BY_FILE_LIST_FILENAME 41308 #define EVERYTHING_IPC_ID_RESULT_LIST_SORT_BY_RUN_COUNT 41309 #defi...
- Mon Apr 19, 2021 10:15 am
- Forum: General
- Topic: Exclude a file type? *.lnk?
- Replies: 10
- Views: 5094
Re: Exclude a file type? *.lnk?
Please send your image to support@voidtools.com or attach to your forum post.
- Mon Apr 19, 2021 10:14 am
- Forum: Suggestions
- Topic: Exclude Indexing of Files Without Extensions
- Replies: 8
- Views: 164
Re: Exclude Indexing of Files Without Extensions
What happens?
Could you please send a screenshot of your Exclude settings under Tools -> Options -> Exclude
Could you please send an example of a filename that is showing in your result list.
Could you please send a screenshot of your Exclude settings under Tools -> Options -> Exclude
Could you please send an example of a filename that is showing in your result list.
- Mon Apr 19, 2021 10:06 am
- Forum: General
- Topic: Exclude a file type? *.lnk?
- Replies: 10
- Views: 5094
- Mon Apr 19, 2021 10:01 am
- Forum: Suggestions
- Topic: Exclude Indexing of Files Without Extensions
- Replies: 8
- Views: 164
Re: Exclude Indexing of Files Without Extensions
To exclude files without an extension from your index: In Everything , from the Tools menu, click Options . Click the Exclude tab on the left. Change Include only files to: *.* Click OK . -or- In Everything , from the Tools menu, click Options . Click the Exclude tab on the left. Change Exclude file...
- Mon Apr 19, 2021 10:00 am
- Forum: General
- Topic: Exclude a file type? *.lnk?
- Replies: 10
- Views: 5094
Re: Exclude a file type? *.lnk?
To exclude lnk files from your index:
- In Everything, from the Tools menu, click Options.
- Click the Exclude tab on the left.
- Check Enable exclude list.
- Change Exclude files to: *.lnk
- Click OK.
- Mon Apr 19, 2021 4:08 am
- Forum: Everything 1.5 Alpha
- Topic: Filter macro names
- Replies: 5
- Views: 481
Re: Filter macro names
Thank you for the feedback reitwal, < in the macro name will define a macro function . Take the following filter as an example: Search: case:param: Macro: sz<param> The sz<param> macro name defines a macro function, sz is the name and param is the parameter name. param: in the search is replaced wit...
- Mon Apr 19, 2021 2:29 am
- Forum: Everything 1.5 Alpha
- Topic: Do you have any ideas on how to improve Everything 1.5 syntax?
- Replies: 4
- Views: 416
Re: Do you have any ideas on how to improve Everything 1.5 syntax?
Some examples that will work with Everything 1.5.0.1254a and later : /rename.properties.example.png Old format: img%1.jpg New format: img%1-#width:x#height:.jpg /rename.number.of.count.example.png Old format: Windows %1.wav New format: Windows %1 (#number: of #count:).wav /rename.titlecase.example.p...
- Sun Apr 18, 2021 10:57 pm
- Forum: Everything 1.5 Alpha
- Topic: [Bug] $exec Issue with 1.5.0.1254a
- Replies: 15
- Views: 466
Re: [Bug] $exec Issue with 1.5.0.1254a
The "fixed an issue with opening virtual files." change has broken relative paths when executing files.
Everything needs to be able to execute files like:
Control Panel\All Control Panel Items\Mouse
I'm working on a fix.
I will make $exec expect file system files only.
Everything needs to be able to execute files like:
Control Panel\All Control Panel Items\Mouse
I'm working on a fix.
I will make $exec expect file system files only.
- Sun Apr 18, 2021 12:19 pm
- Forum: Everything 1.5 Alpha
- Topic: [Bug] $exec Issue with 1.5.0.1254a
- Replies: 15
- Views: 466
Re: [Bug] $exec Issue with 1.5.0.1254a
Thank you for your feedback aviasd,
Everything is treating the file as a virtual file.
Please make sure you specify the full path and filename in $exec().
For example:
$exec("C:\Everything\tot.bat" "%1")
I'll look into improving 'virtual file' detection.
Everything is treating the file as a virtual file.
Please make sure you specify the full path and filename in $exec().
For example:
$exec("C:\Everything\tot.bat" "%1")
I'll look into improving 'virtual file' detection.
- Sun Apr 18, 2021 12:33 am
- Forum: Everything 1.5 Alpha
- Topic: [Feature Request] Use Properties to rename files
- Replies: 2
- Views: 888
Re: [Feature Request] Use Properties to rename files
I have added #height: and #width: for testing in Everything 1.5.0.1254a.
(#height: and #width: are currently undocumented in the UI)
(#height: and #width: are currently undocumented in the UI)
- Fri Apr 16, 2021 7:38 am
- Forum: Support
- Topic: is it possible to mix folders+files when sorting?
- Replies: 14
- Views: 2624
Re: is it possible to mix folders+files when sorting?
Everything 1.5.0.1254a fixes an issue with getting stuck indexing when you have an exclude filter.
Please let me know if the issue persists.
Please let me know if the issue persists.
- Fri Apr 16, 2021 7:36 am
- Forum: General
- Topic: How exclude shortcut link from results?
- Replies: 2
- Views: 401
Re: How exclude shortcut link from results?
You might be excluding folders only?
To exclude lnk files from your index:
To exclude lnk files from your index:
- In Everything, from the Tools menu, click Options.
- Click the Exclude tab on the left.
- Select your *.lnk filter and click Remove.
- Change Exclude files to: *.lnk
- Click OK.
- Fri Apr 16, 2021 7:33 am
- Forum: Suggestions
- Topic: fix certain search result
- Replies: 10
- Views: 686
Re: fix certain search result
Only the most run result.And is there a shortcut to open kth/first item?
- Fri Apr 16, 2021 7:32 am
- Forum: General
- Topic: voidImageViewer
- Replies: 59
- Views: 315170
Re: voidImageViewer
Thanks for the bug report therube,
I've put this on my Things to fix list.
I've put this on my Things to fix list.
- Fri Apr 16, 2021 7:27 am
- Forum: Everything 1.5 Alpha
- Topic: custom values csv questions
- Replies: 1
- Views: 291
Re: custom values csv questions
It appears that custom properties are stored in a CSV file, only one for the whole database, at a location specified in Everything-1.5a.ini. You can have as many CSV files as you like (you are not limited to one). You might like one CSV to specify Tags, and another to specify Comments. It looks lik...
- Fri Apr 16, 2021 7:20 am
- Forum: Everything 1.5 Alpha
- Topic: Importing two instances and their settings
- Replies: 2
- Views: 333
Re: Importing two instances and their settings
To import filters: In Everything , from the Search menu, click Organize Filters... . Click Import... . Select your Filters.csv file and click Open . Click OK . Repeat for each instance of Everything 1.4. You filters should be stored in %APPDATA%\Everything\Filters-<instance name>.csv To import bookm...
- Fri Apr 16, 2021 7:19 am
- Forum: Everything 1.5 Alpha
- Topic: [Suggestion] Manually including excluded folders in search
- Replies: 1
- Views: 285
Re: [Suggestion] Manually including excluded folders in search
This is what Temporary Excludes sets out to do. To toggle temporary excludes: In Everything , from the Index menu, click Enable Temporary Excludes -or- Right click the status bar and click Enable Temporary Excludes I have put on my TODO list: Add a search function to enable/disable the temporary exc...
- Fri Apr 16, 2021 6:57 am
- Forum: Everything 1.5 Alpha
- Topic: Do you have any ideas on how to improve Everything 1.5 syntax?
- Replies: 4
- Views: 416
Re: Do you have any ideas on how to improve Everything 1.5 syntax?
Thanks for creating this thread Stamimail, I suggest to make the functions syntax with a (customizable) prefix (and also suffix) something like :functionname: or /functionname/ or /functionname: (maybe this is the preferred syntax for functions) or /functionname= (maybe this is the preferred syntax ...
- Fri Apr 16, 2021 6:50 am
- Forum: Everything 1.5 Alpha
- Topic: Index Journal Suggestions
- Replies: 34
- Views: 12075
Re: Index Journal Suggestions
Thank you for your feedback adamantine, but the last line was truncated. it just looked like this: 505380 Sounds like Everything crashed? with no crash dialog? was Everything terminated? without a doubt i may confirm that there were several missing 'modify' actions If you search for this file in Eve...
- Fri Apr 16, 2021 6:35 am
- Forum: Everything 1.5 Alpha
- Topic: Everything Server bug ?
- Replies: 13
- Views: 1017
Re: Everything Server bug ?
Everything 1.5.0.1254a will now attempt to connect to the Everything Server when you add it under Tools -> Options -> Network Index. If the connection fails, an error dialog is shown. Could you please try re-adding your Everything Server from Tools -> Options -> Network Indexes. Is there any error ...
- Fri Apr 16, 2021 6:30 am
- Forum: Everything 1.5 Alpha
- Topic: Filter macro names
- Replies: 5
- Views: 481
Re: Filter macro names
Everything 1.5.0.1254a fixes an issue with similarly named macros.
Please let me know if the issue persists.
Please let me know if the issue persists.
- Fri Apr 16, 2021 6:28 am
- Forum: Bug report
- Topic: High memory / RAM usage when indexing docker image files
- Replies: 8
- Views: 715
Re: High memory / RAM usage when indexing docker image files
I have added an ini option to not follow reparse points in Everything 1.5.0.1254a . To enable this setting: Completely exit out of Everything. (Right click the Everything system tray icon and click Exit) You may need to terminate Everything with the Task Manager if it is stuck indexing. Open your %A...
- Fri Apr 16, 2021 6:24 am
- Forum: Everything 1.5 Alpha
- Topic: Not able to run version 1.5.0.1251a - err msg
- Replies: 8
- Views: 3410
Re: Not able to run version 1.5.0.1251a - err msg
Thank you for the bug reports LeoLug,
Everything 1.5.0.1254a fixes an crash when using an exclude file filter.
Everything 1.5.0.1254a fixes an crash when using an exclude file filter.
- Fri Apr 16, 2021 6:19 am
- Forum: Everything 1.5 Alpha
- Topic: Everything 1.5 Alpha
- Replies: 18
- Views: 21797
Re: Everything 1.5 Alpha
Everything-1.5.0.1254a.x64-Setup.exe Everything-1.5.0.1254a.x86-Setup.exe Everything-1.5.0.1254a.x64.zip Everything-1.5.0.1254a.x86.zip this version uses a newer database format and will rebuild your indexes. changed path sorting to improve Everything 1.4 compatibility. fixed a crash when using an ...
- Thu Apr 15, 2021 10:31 am
- Forum: Support
- Topic: How to search for files and contents of folders matching the same name
- Replies: 5
- Views: 347
Re: How to search for files and contents of folders matching the same name
Include the drive letter and colon (:) or starting path with a trailing backslash.
For example, limit your search to the E: drive
e: Ski | Skiing | "Ski Holiday"
For example, limit your search to the E:\My Photos
"e:\my photos\" Ski | Skiing | "Ski Holiday"
-use double quotes to escape spaces.
For example, limit your search to the E: drive
e: Ski | Skiing | "Ski Holiday"
For example, limit your search to the E:\My Photos
"e:\my photos\" Ski | Skiing | "Ski Holiday"
-use double quotes to escape spaces.
- Thu Apr 15, 2021 9:24 am
- Forum: Support
- Topic: How to search for files and contents of folders matching the same name
- Replies: 5
- Views: 347
Re: How to search for files and contents of folders matching the same name
Please try the Video filter. Filters can be activated from the Search menu, Filter bar (View -> Filters), right clicking the status bar, filter macro or filter keyboard shortcut. With Match Path enabled from the Search menu and the Video filter active, Everything should do what you want with the fol...
- Thu Apr 15, 2021 9:06 am
- Forum: Support
- Topic: How to search for files and contents of folders matching the same name
- Replies: 5
- Views: 347
Re: How to search for files and contents of folders matching the same name
Please try enabling Match path from the Search menu.
When Match path is enabled, Everything will match the whole path and filename (instead of just the basename)
Alternative, use the path: search modifier:
path:<Ski | Skiing | "Ski Holiday" >
When Match path is enabled, Everything will match the whole path and filename (instead of just the basename)
Alternative, use the path: search modifier:
path:<Ski | Skiing | "Ski Holiday" >
- Thu Apr 15, 2021 9:04 am
- Forum: General
- Topic: simultaneous search in two different paths?
- Replies: 3
- Views: 323
Re: simultaneous search in two different paths?
There are 3 boolean operators in Everything: space = AND Example: abc 123 = abc AND 123 | = OR Example: abc|123 = abc OR 123 ! = NOT Example: !abc = NOT abc Everything will see <c: go> | <d: went> as: (c: AND go) OR (d: AND went) The search terms inside the < > group are done first. Without grouping...
- Thu Apr 15, 2021 2:59 am
- Forum: General
- Topic: simultaneous search in two different paths?
- Replies: 3
- Views: 323
Re: simultaneous search in two different paths?
Please try the following search:
<c: go> | <d: went>
< and > = operator grouping
space = AND
| = OR
<c: go> | <d: went>
< and > = operator grouping
space = AND
| = OR
- Thu Apr 15, 2021 2:23 am
- Forum: Support
- Topic: VBA Everything
- Replies: 5
- Views: 425
Re: VBA Everything
Odd, please try setting a temporary variable to the result of Everything_GetResultPathW . Insert a break point and check if Everything_GetResultPathW is returning NULL. Are you calling Everything_SetRequestFlags? -If so, please make sure you are requesting the path. The following worked for me with ...
- Wed Apr 14, 2021 11:35 am
- Forum: Support
- Topic: Find files present in one folder but not in another
- Replies: 2
- Views: 315
Re: Find files present in one folder but not in another
Currently not possible with Everything.
A compare file list option is in development.
Thank you for the suggestion.
A compare file list option is in development.
Thank you for the suggestion.
- Wed Apr 14, 2021 11:33 am
- Forum: Suggestions
- Topic: fix certain search result
- Replies: 10
- Views: 686
Re: fix certain search result
Auto complete (Ctrl + Space) will only work if you have search history. To add the current search to your search history: Press ENTER from the search box -or- Perform an action on a result. Once you have some search history, typing in a only a few letters and pressing Ctrl + Space will bring up your...
- Wed Apr 14, 2021 10:58 am
- Forum: Bug report
- Topic: High memory / RAM usage when indexing docker image files
- Replies: 8
- Views: 715
Re: High memory / RAM usage when indexing docker image files
Thank you for the detailed post Gregor,
I have put on my TODO list for the next build to add an ini setting to not follow reparse points.
I will look into detecting and ignoring circular references with FindFirstFile (scanning folders).
I have put on my TODO list for the next build to add an ini setting to not follow reparse points.
I will look into detecting and ignoring circular references with FindFirstFile (scanning folders).
- Wed Apr 14, 2021 10:55 am
- Forum: Everything 1.5 Alpha
- Topic: Everything server - multiple "Include Only" mapped to the same path
- Replies: 2
- Views: 1721
Re: Everything server - multiple "Include Only" mapped to the same path
Thank you for the debug logs sugoro, Everything 1.5.0.1253a addresses an issue with remapping paths with the same name. There are still limitations with indexing duplicated paths in a network index. I have put on my TODO list to add support for merging duplicated paths. Currently only the first disk...
- Wed Apr 14, 2021 10:15 am
- Forum: Support
- Topic: is it possible to mix folders+files when sorting?
- Replies: 14
- Views: 2624
Re: is it possible to mix folders+files when sorting?
Thank you for the Everything.ini skribb, Everything is getting stuck trying to index your J: and K: drives. I am working on a fix.. For now, could you please try changing your exclude list: In Everything , from the Tools menu, click Options . Click the Exclude tab on the left. Select J: and click Re...
- Wed Apr 14, 2021 9:03 am
- Forum: Support
- Topic: VBA Everything
- Replies: 5
- Views: 425
Re: VBA Everything
Please make sure you declare the dll function with the Unicode keyword. Please make sure you call Everything_QueryW (not Everything_QueryA) Please use String for wide char pointers. The following worked for me: Public Class Form1 Public Declare Unicode Function Everything_SetSearchW Lib "d:\dev\ever...
- Wed Apr 14, 2021 2:15 am
- Forum: Everything 1.5 Alpha
- Topic: Index Journal Suggestions
- Replies: 34
- Views: 12075
Re: Index Journal Suggestions
Thank you for the feedback adamantine, after i experimentally entered something like 999999999999, ET-alpha itself gave me this number: 1640873984 so i thought that this is the largest number that's possible this aspect is not that important for me but anyway: are you sure that 1640873984 is not the...
- Wed Apr 14, 2021 12:55 am
- Forum: Support
- Topic: Size of address bar text
- Replies: 2
- Views: 305
Re: Size of address bar text
To change the search box font size: In Everything , type in the following search and press ENTER : about:config This will open your Everything.ini configuration file in notepad. Please completely exit Everything before modifying this file: In Everything , from the File menu, click Exit Back to your ...
- Wed Apr 14, 2021 12:46 am
- Forum: Suggestions
- Topic: Stop "Search As You Type" when ENTER is pressed but search for full term
- Replies: 8
- Views: 3204
Re: Stop "Search As You Type" when ENTER is pressed but search for full term
I hope you are safe and well. To check the current status of the max_threads setting: In Everything, type in the following search and press ENTER: /max_threads If successful you should see max_threads=x in the status bar for a few seconds. where x is the current value. If your settings are being los...
- Tue Apr 13, 2021 4:46 am
- Forum: Suggestions
- Topic: fix certain search result
- Replies: 10
- Views: 686
Re: fix certain search result
Please forgive me if I don't understand correctly.. Please try enabling search history: In Everything , from the Tools menu, click Options . Click the History tab on the left. Check Enable Search History . Cilck OK . Search history can be accessed from the drop down box to the right of the search bo...
- Tue Apr 13, 2021 4:36 am
- Forum: Support
- Topic: Excluding Hard Drive
- Replies: 1
- Views: 249
Re: Excluding Hard Drive
To manually set which volumes are indexed when installing Everything: In the installer please make Automatically index fixed NTFS volumes is unchecked: /installer.auto.index.fixed.ntfs.volumes.png This will install Everything with an empty index, to manually add your two drives to your index: In Eve...
- Mon Apr 12, 2021 10:31 am
- Forum: Bug report
- Topic: Change of language from German to English: Options - General
- Replies: 13
- Views: 12405
Re: Change of language from German to English: Options - General
Changing the language changes the Description text for the EFU file association. Specifically it's the (Default) value for: HKEY_CLASSES_ROOT\Everything.FileList This is the text shown for the file "Type". Everything will see the EFU file association as partially installed after changing the languag...
- Mon Apr 12, 2021 10:08 am
- Forum: Everything 1.5 Alpha
- Topic: Everything Server bug ?
- Replies: 13
- Views: 1017
Re: Everything Server bug ?
Are PC B + C using the same network location (eg: Private/Public/Domain) as PC A?