Question

General discussion related to "Everything".
Post Reply
salazor
Posts: 258
Joined: Tue Jun 17, 2014 10:52 am

Question

Post by salazor »

David - Is it possible now add to the Everything option in the .ini file to the autosize display two digits after the decimal point that is 20.48 MB instead of 20.4 MB - and logical sorting.
void
Developer
Posts: 15243
Joined: Fri Oct 16, 2009 11:31 pm

Re: Question

Post by void »

There's currently no option to do this, I'll look into adding a setting to force .x or .xx.
For now Everything tries to display only 3 numbers.

Sorting by size is already using logical sorting.
Are you referring to sorting by filenames eg:
1, 10, 11, 12, 13, 2, 20, 21, 22, 3, 30, 31.

which should be sorted by:
1, 2, 3, 10, 11, 12, 13, 20, 21, 22, 30, 31.

This is tricky to do efficiently with Everything.. It's on my TODO list, if it doesn't effect performance too much I'll be including it in a future release..
salazor
Posts: 258
Joined: Tue Jun 17, 2014 10:52 am

Re: Question

Post by salazor »

Yes, it's about the sequence:
1, 2, 3, 10, 11, 12, 13, 20, 21, 22, 30, 31.
Post Reply