odrick / free-tex-packer

Free texture packer
http://free-tex-packer.com/
MIT License
911 stars 168 forks source link

Frames order by number is incorrect. #9

Closed lgxm3z closed 5 years ago

lgxm3z commented 5 years ago

When you drag and drop the files ended with some number on FTP, they are organized in a wrong order.

Files: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 Result: 1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 2, 20, 21, 22, 23, 24, 25, 3, 4, 5, 6, 7, 8, 9

Example: https://i.imgur.com/jpOiHce.png

odrick commented 5 years ago

File names sorted as strings (not a numbers). The same sorting method is used, for example, in Total Commander, Krusader, etc. You can add leading "0" to the file names for the desired result.

lgxm3z commented 5 years ago

I see. So the only way is keeping the filenames like this?

odrick commented 5 years ago

Please, check test version here http://free-tex-packer.com/test/ . Experimental sorting method implemented.

lgxm3z commented 5 years ago

All working! 👍 This can speed up the work of those who are too lazy to rename files hahahahaha.

odrick commented 5 years ago

Ok) This sorting method will be include to the next release.

dimmduh commented 4 years ago

omg...sorting odes not work. I even can not drag order in files list. It's basic and it's not implemented. Thx for work, but not usable for me.