Opened 16 years ago
Closed 16 years ago
#3596 closed enhancement (fixed)
Change from lexicographic sorting to natural sorting
Reported by: | plasm | Owned by: | stippi |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Tracker | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Right now, files are sorted a1, a10, a100, a1000, a101, a11. Sorting should be done naturally, which would yeild a1, a10, a11, a100, a101, a1000
Attachments (1)
Change History (11)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
I made a mistake when updating the attachment (forgot to check the box indicating I wanted it to replace the old one), so it appended a '2' on the end... I would appreciate it if someone could delete the second patch (with the '2'), and I will reupload it... this time making sure it replaces the original patch.
comment:3 by , 16 years ago
Ok, I deleted the second attachment for you. Before you attach the improved patch again, please make sure to cleanup the coding style violations. See the file
<http://www.haiku-os.org/documents/dev/haiku_coding_guidelines>
comment:4 by , 16 years ago
Okay, I cleaned up the patch, and re-uploaded it. Let me know if there are still style violations.
comment:5 by , 16 years ago
It seems most of those i pointed you on irc are still there. Please read the coding guidelines carefully. Regards
comment:6 by , 16 years ago
Yes, I agree with aldeck. It's great that you worked on this patch! But anyone who is going to commit it will have to clean up the coding style violations. It's much better if you do this, so you learn these guidelines for when coding something for Haiku. Hope you understand! :-)
comment:9 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:10 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks a lot! I've commited the patch with some modifications for clarity and which hopefully improve speed a bit in hrev29845.
Talked to plasm on #haiku, commenting so that everyone on haiku-bugs mailing list gets notified. Will have a look this weekend unless someone beats me to it :)