I'd like to see functions in the IDE in alphabetical order (ala vb), so in the mean time I whipped out vb and in 45 minutes made this:
http://www.aquaterranorthwest.com/sortfunctions.exe
When you load a file with a bunch of functions in it, it creates a new file called "[your file name]_sorted.dba" which has all your functions sorted alphabetically and with a dotted line between them. It's not perfect but it seems to work ok. Might have some trouble with upper/lower case function names but if so I can fix that... Lemme know if it works.