Oibaf66 / fbzx-wii

Automatically exported from code.google.com/p/fbzx-wii
GNU General Public License v3.0
8 stars 1 forks source link

Game list from USB not in alphabetical order #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to the Tool menu
2. Select Port: USB
3. Open Insert menu

What is the expected output? What do you see instead?
The folders and files should be ordered alphabetically. They're sorted by their 
creation date.

What version of the product are you using? On what operating system?
Latest public release.

Please provide any additional information below.
Using a FAT 32 partition.

Original issue reported on code.google.com by iceknigh...@gmail.com on 4 Jan 2013 at 6:38

GoogleCodeExporter commented 9 years ago
That's very wierd. I tested 2 hard disks and several pendrives, and it works 
properly.

Original comment by olimpier...@gmail.com on 5 Jan 2013 at 2:45

GoogleCodeExporter commented 9 years ago
I've just noticed that the order might not be necessarily the creation date, 
but something else.

I mean, this only seems to happen inside certain folders... And I'm not 100% 
sure, but it might be keeping the listed elements (folders in the case I'm 
seeing right now) in the same order they were before I changed their names. 
Could that be it?

Original comment by iceknigh...@gmail.com on 5 Jan 2013 at 9:21

GoogleCodeExporter commented 9 years ago
If the directory contained a lot files (more than 1000) it could depend on a 
small bug which I found inthe code, but I am not sure. We will see in the next 
release.

Original comment by olimpier...@gmail.com on 6 Jan 2013 at 1:51

GoogleCodeExporter commented 9 years ago
The folder I'm talking about consists in just a few other folder... So this 
can't be the case.

But anyway, I think I've just found what the problem is. It seems to be 
ordering capitals, symbols and lowercase letters separately in that order, when 
it should be symbols first, then capitals and lowercase all together.

Original comment by iceknigh...@gmail.com on 6 Jan 2013 at 11:02

GoogleCodeExporter commented 9 years ago
In version 9 the order is case insensitive.

Original comment by olimpier...@gmail.com on 20 Jan 2013 at 1:53

GoogleCodeExporter commented 9 years ago

Original comment by olimpier...@gmail.com on 24 Jan 2013 at 12:53