Question
Re: Question
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..
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
Yes, it's about the sequence:
1, 2, 3, 10, 11, 12, 13, 20, 21, 22, 30, 31.
1, 2, 3, 10, 11, 12, 13, 20, 21, 22, 30, 31.