id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
2717	Sort order	BzF		"Hi, I tried to search forum about sort order but I'm not sure that tickets I've
found (eg. #1894, #1978) describe my problem with sort order.

Sort order by Name shows this:
/.A-dir
/.a-dir
/.b-dir
/.B-dir
/.0-dir
/.1-dir
/a-dir
/A-dir
/B-dir
/b-dir
/0-dir
/1-dir
 .A-file
 .a-file
 .B-file
 .b-file
 .0-file
 .1-file
 a-file
 A-file
 b-file
 B-file
 0-file
 1-file

so it randomly mixes order of files/dirs filenames which are same except for
upper/lower case - sometimes is lowercase first (a-file) sometimes uppercase
(.A-file).

The order I'd like more will be:
dot dirs
non-dot dirs
dot files
non-dot files
(what is same as it is now)
each of them in alphabetical order then (within same character) lowercase first
And preferably- (probably as an extra option) - with ""numbers first"".

So it will look like this:
/.0-dir
/.1-dir
/.a-dir
/.A-dir
/.b-dir
/.B-dir
/0-dir
/1-dir
/a-dir
/A-dir
/b-dir
/B-dir
 .0-file
 .1-file
 .a-file
 .A-file
 .b-file
 .B-file
 0-file
 1-file
 a-file
 A-file
 b-file
 B-file
"	enhancement	new	minor	Future Releases	mc-core	4.8.1						no branch	
