Everything v1.5.0 Build 1302a has some weird issues

Discussion related to "Everything" 1.5 Alpha.
Post Reply
SuperDude
Posts: 220
Joined: Thu Sep 25, 2014 7:57 pm

Everything v1.5.0 Build 1302a has some weird issues

Post by SuperDude »

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.
horst.epp
Posts: 1340
Joined: Fri Apr 04, 2014 3:24 pm

Re: Everything v1.5.0 Build 1302a has some weird issues

Post by horst.epp »

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
tuska
Posts: 915
Joined: Thu Jul 13, 2017 9:14 am

Re: Everything v1.5.0 Build 1302a has some weird issues

Post by tuska »

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.
 
2022-02-24_Status bar and Header.png
2022-02-24_Status bar and Header.png (7.54 KiB) Viewed 7684 times
raccoon
Posts: 1017
Joined: Thu Oct 18, 2018 1:24 am

Re: Everything v1.5.0 Build 1302a has some weird issues

Post by raccoon »

tuska wrote: Thu Feb 24, 2022 6:43 pm has an effect on the setting in the status bar and the header -> The digit 1 should not be.
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.
tuska
Posts: 915
Joined: Thu Jul 13, 2017 9:14 am

Re: Everything v1.5.0 Build 1302a has some weird issues

Post by tuska »

raccoon wrote: Thu Feb 24, 2022 6:58 pm
tuska wrote: Thu Feb 24, 2022 6:43 pm has an effect on the setting in the status bar and the header -> The digit 1 should not be.
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.
Hi,

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)
This setting does not work either:

Code: Select all

window_title_format=$s?{$s - }$t$i?{ ($i)} $v#if:<#isadmin:, [Administrator]>
Reference:
- Everything - Version No. in header
- Search results in status bar, e.g. xx objects (xx files, xx directories)
- 13. SETTINGS... Everything <=> Total Commander
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: Everything v1.5.0 Build 1302a has some weird issues

Post by void »

Thank you for the bug report SuperDude,

Everything 1.5.0.1303a fixes an issue with several preprocessor search functions.
SuperDude
Posts: 220
Joined: Thu Sep 25, 2014 7:57 pm

Re: Everything v1.5.0 Build 1302a has some weird issues

Post by SuperDude »

SuperDupe, SuperDude, I'll even take SuperDuperDude :-)
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: Everything v1.5.0 Build 1302a has some weird issues

Post by void »

Sorry SuperDude, I've got dupe on my mind..
SuperDude
Posts: 220
Joined: Thu Sep 25, 2014 7:57 pm

Re: Everything v1.5.0 Build 1302a has some weird issues

Post by SuperDude »

:lol: Thank you for being so responsive, and for squashing bugs as fast as they are reported.

Sincerely, All of your faithful users
horst.epp
Posts: 1340
Joined: Fri Apr 04, 2014 3:24 pm

Re: Everything v1.5.0 Build 1302a has some weird issues

Post by horst.epp »

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.
Thanks, works again :D
tuska
Posts: 915
Joined: Thu Jul 13, 2017 9:14 am

Re: Everything v1.5.0 Build 1302a has some weird issues

Post by tuska »

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.
Thanks for the prompt bug fix!
The header and footer are displayed properly again in Everything 1.5.0.1303a (x64) & (x86). :)
Post Reply