Page 1 of 1

Suggestion: Natural Sorting

Posted: Mon Sep 18, 2006 2:15 am
by kf
Could you make the text columns in the tree pane sort naturally, ie not 1,10,11,12,...,2,20,21, etc? This seems small, but it's huge if you routinely mix text and numbers. (I can't believe Excel still does not have this! I had to write my own vba routine to do it.)

Kevin

Posted: Mon Sep 18, 2006 11:18 am
by Petko
We will consider this. It sounds like an interesting idea.

Posted: Mon Sep 18, 2006 1:03 pm
by kf
Awesome! Here is an article I found on the subject while writing the Excel routine. I didnt use hash tables (I'm not a programmer!), but it's an interesting look at different methods.

http://www.codeproject.com/cs/algorithms/csnsort.asp

Kevin