[RFE] Add an option to sort Everything.ini entries in ascending order when saving it

Have a suggestion for "Everything"? Please post it here.
Post Reply
Claudio Salvio
Posts: 13
Joined: Tue Jul 02, 2013 9:45 pm

[RFE] Add an option to sort Everything.ini entries in ascending order when saving it

Post by Claudio Salvio »

Hi David

Thanks again for your great work.

It seems to me that it could be useful to sort Everything.ini (and Everything-1.5a.ini) entries in ascending order when saving it, especially for those of us who suffer with OCD 😜.

I'm a bit of a fan of sorting everything alphabetically when there is no reason otherwise.
In my experience this saves time because it adds predictability when interacting with lists.

Best regards,
Claudio Salvio
horst.epp
Posts: 1353
Joined: Fri Apr 04, 2014 3:24 pm

Re: [RFE] Add an option to sort Everything.ini entries in ascending order when saving it

Post by horst.epp »

Ini file handling is a Windows API and I guess David is using it.
therube
Posts: 4651
Joined: Thu Sep 03, 2009 6:48 pm

Re: [RFE] Add an option to sort Everything.ini entries in ascending order when saving it

Post by therube »

(You could keep existing Everything.ini format, but simply sort it, outputting it into dated "backups" even, for comparison purposes.

sort Everything.ini > esort.ini
sort Everything.ini > esort.%date.time%.ini

How To Create Filename with Date Time in Windows Batch Script)
void
Developer
Posts: 15517
Joined: Fri Oct 16, 2009 11:31 pm

Re: [RFE] Add an option to sort Everything.ini entries in ascending order when saving it

Post by void »

I need to rewrite the settings in Everything 1.5 for group policy support.

I will consider an option to alphabetical sort the ini settings during this rewrite.
Thanks for the suggestion.

Currently, the ini settings are grouped into general, search, view, DB, UI, keys, colors, etc..



Everything does not use the Windows API to save/load the Everything.ini as it doesn't support UTF-8.
Post Reply