Comment 4 for bug 1315536

Revision history for this message
OmegaPhil (omegaphil) wrote :

I have sorting (case-insensitive alphabetic non-stable sort) generally implemented now, I'm hoping one last problem to track down.

Currently directories are sorted like anything else. Should I split the sort into 2 stages, sorting directories at the top, then the rest below? Since there should be few directories for normal people's menus, I have left it at the basic sort so far.