Everything v1.5.0 Build 1302a has some weird issues
Everything v1.5.0 Build 1302a has some weird issues
To recap, I use the following command to find all instances of *only* selected file:
Everything64.exe -s nopath:exact:#quote:#[basename:"%1"#]:
This worked with Build 1300a, Build 1301a broke this, but Build 1302a works with only some files, and for the files that do work, Build 1302a is modifying the capitalization of file names. For example, if I search for this file:
Backup “EVERYTHING-1.5a.INI” → “BOOKMARKS-1.5a.CSV” → “FILTERS-1.5a.CSV”.exe
Everything doesn't show anything in the Result List (there should be 7 items listed)
However, this shows up in the Search Edit field:
nopath:exact:Backup “Everything-1.5a.Ini” → “Bookmarks-1.5a.Csv” → “Filters-1.5a.Csv”.Exe
Everything is capitalizing the first letter of each file extension, and it is making the remaining characters in the extension lowercase. I have confirmed that there are no Filters set that could be doing this. If I search for Everything64.exe, nopath:exact:Everything64.Exe is displayed in the Search Edit field, but the file names appear normal in the Results List.
If I search for FastCopy.exe, Everything finds all instances of this file properly, but this shows up in the Search Edit field: nopath:exact:Fastcopy.Exe —> Note that “Copy” shows up as lowercase; the 1st letter of the extension is shown as uppercase.
Everything64.exe -s nopath:exact:#quote:#[basename:"%1"#]:
This worked with Build 1300a, Build 1301a broke this, but Build 1302a works with only some files, and for the files that do work, Build 1302a is modifying the capitalization of file names. For example, if I search for this file:
Backup “EVERYTHING-1.5a.INI” → “BOOKMARKS-1.5a.CSV” → “FILTERS-1.5a.CSV”.exe
Everything doesn't show anything in the Result List (there should be 7 items listed)
However, this shows up in the Search Edit field:
nopath:exact:Backup “Everything-1.5a.Ini” → “Bookmarks-1.5a.Csv” → “Filters-1.5a.Csv”.Exe
Everything is capitalizing the first letter of each file extension, and it is making the remaining characters in the extension lowercase. I have confirmed that there are no Filters set that could be doing this. If I search for Everything64.exe, nopath:exact:Everything64.Exe is displayed in the Search Edit field, but the file names appear normal in the Results List.
If I search for FastCopy.exe, Everything finds all instances of this file properly, but this shows up in the Search Edit field: nopath:exact:Fastcopy.Exe —> Note that “Copy” shows up as lowercase; the 1st letter of the extension is shown as uppercase.
Re: Everything v1.5.0 Build 1302a has some weird issues
Also the following Filter from a tip of Void worked before:
#replaceterms:#(:search:#):,#(:<#term:|content:#term:>#):
With 1302a it gives only the strange result Filters.csv
which has noting to do with the search term used and also doesn't have a matching content
#replaceterms:#(:search:#):,#(:<#term:|content:#term:>#):
With 1302a it gives only the strange result Filters.csv
which has noting to do with the search term used and also doesn't have a matching content
Re: Everything v1.5.0 Build 1302a has some weird issues
Everything-1.5.0.1302a - 24.02.2022
has an effect on the setting in the status bar and the header -> The digit 1 should not be.
has an effect on the setting in the status bar and the header -> The digit 1 should not be.
Re: Everything v1.5.0 Build 1302a has some weird issues
I understand you have a customized window_title_format and statusbar_format. Can you print them here? I estimate one or more of the functions you're using has changed behaviors.
Re: Everything v1.5.0 Build 1302a has some weird issues
Hi,raccoon wrote: ↑Thu Feb 24, 2022 6:58 pmI understand you have a customized window_title_format and statusbar_format. Can you print them here? I estimate one or more of the functions you're using has changed behaviors.
Everything.ini
Code: Select all
window_title_format=$t $v$i?{ - ($i)}#if:<#isadmin:, - [Administrator]>
statusbar_format=#if:<#result-count:==1,1 object,#TEXT:<#result-count:,#,###> objects> (#TEXT:<#file-result-count:,#,###> files, #TEXT:<#folder-result-count:,#,###> folders)
Code: Select all
window_title_format=$s?{$s - }$t$i?{ ($i)} $v#if:<#isadmin:, [Administrator]>
- Everything - Version No. in header
- Search results in status bar, e.g. xx objects (xx files, xx directories)
- 13. SETTINGS... Everything <=> Total Commander
Re: Everything v1.5.0 Build 1302a has some weird issues
Thank you for the bug report SuperDude,
Everything 1.5.0.1303a fixes an issue with several preprocessor search functions.
Everything 1.5.0.1303a fixes an issue with several preprocessor search functions.
Re: Everything v1.5.0 Build 1302a has some weird issues
SuperDupe, SuperDude, I'll even take SuperDuperDude
Re: Everything v1.5.0 Build 1302a has some weird issues
Sorry SuperDude, I've got dupe on my mind..
Re: Everything v1.5.0 Build 1302a has some weird issues
Thank you for being so responsive, and for squashing bugs as fast as they are reported.
Sincerely, All of your faithful users
Sincerely, All of your faithful users
Re: Everything v1.5.0 Build 1302a has some weird issues
Thanks, works againvoid wrote: ↑Thu Feb 24, 2022 11:39 pm Thank you for the bug report SuperDude,
Everything 1.5.0.1303a fixes an issue with several preprocessor search functions.
Re: Everything v1.5.0 Build 1302a has some weird issues
Thanks for the prompt bug fix!void wrote: ↑Thu Feb 24, 2022 11:39 pm Thank you for the bug report SuperDude,
Everything 1.5.0.1303a fixes an issue with several preprocessor search functions.
The header and footer are displayed properly again in Everything 1.5.0.1303a (x64) & (x86).