Michael Jennings wrote:
On Sunday, 11 September 2005, at 19:42:40 (-0700),
E CVS List wrote:


Log Message:
Directory list should sort case-insensitive. Anything else is
counter-intuitive and annoying. :)


I think the exact opposite is true.  Case-insensitive sorting is
annoying and wrong.

Try to see things from a regular user's POV for once, it might help. :)


Of course, that function shouldn't be doing any sorting anyway.  The
sorting should be separated out so that the method of sorting can be
flexible.


This was originally what I wanted to do actually -- implement a list-based quicksort (would require use of Ecore_Dlist). But it is much more efficient as it is, doing an insertion sort while actually inserting items into the list.

Ibukun



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to