Page 1 of 1

Question

Posted: Thu Dec 29, 2016 10:57 am
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.

Re: Question

Posted: Thu Dec 29, 2016 11:04 am
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..

Re: Question

Posted: Thu Dec 29, 2016 11:16 am
by salazor
Yes, it's about the sequence:
1, 2, 3, 10, 11, 12, 13, 20, 21, 22, 30, 31.