File name sorting order

Explorer-like frontend add-on to upload/download.
Post Reply
jeffcck
Posts: 8
Joined: Thu Nov 13, 2008 5:05 am

File name sorting order

Post by jeffcck »

Is there anyway that we can sort the file names similar to the windows explorer.

JDiskExplorer sorting order:
A1
A10
A11
A2
A20
A3

Can we do this ??
A1
A2
A3
A10
A11
A20

Thanks,

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: File name sorting order

Post by support »

Files should be sorted by filename, what about if you click on filename column ?

jeffcck
Posts: 8
Joined: Thu Nov 13, 2008 5:05 am

Re: File name sorting order

Post by jeffcck »

Files are sorted by file name, but the way JDiskExplorer handle the sorting is different from the Windows Explorer. Is there anyway that I can sort the file names like Windows Explorer ??

JDiskExplorer:
A1
A10
A11
A2
A20
A3

Windows Explorer:
A1
A2
A3
A10
A11
A20

Thanks,

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: File name sorting order

Post by support »

Could you post here a screenshot of both windows explorer and jdiskexplorer ?

jeffcck
Posts: 8
Joined: Thu Nov 13, 2008 5:05 am

Re: File name sorting order

Post by jeffcck »

Hi ,

I click on filename column, but it doesn't sort the file name like Windows Explorer does.

Is there any way that I can sort it in Windows way ??

Thanks,
WindowsExplorer.JPG
(9.6 KiB) Downloaded 269 times
JFileExplorer.JPG
(15.04 KiB) Downloaded 278 times

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: File name sorting order

Post by support »

Thanks for the screenshot. We will see what can be done. Current behavior uis based on Java compare method:

cmp = tfile1.getName().toLowerCase().compareTo(tfile2.getName().toLowerCase());

jeffcck
Posts: 8
Joined: Thu Nov 13, 2008 5:05 am

Re: File name sorting order

Post by jeffcck »

Just want to check if there is good news on solving this sorting ?? Thanks

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: File name sorting order

Post by support »

Not yet.

Post Reply