Alpha sort code in the debugger window?

BlitzMax Forums/BlitzMax Programming/Alpha sort code in the debugger window?

Grey Alien(Posted 2006) [#1]
Does anyone know if any of other IDEs allow you to sort the contents of the code or debugger window alphabetically? I have so many types (and type methods), I find looking through the list a pain and would love to alpha sort them in the code window, likewise with fields on types when looking at the debugger window. No more trawling though a huge list of variables when you can scan alphabetically and pick the one you want to check easily. I know I could go part way to this be manually sorting the types in my code but that's a tad lame isn't it...


H&K(Posted 2006) [#2]
BLide only sorts it alphabetically. (Which is just as annoying as never sorting them alphabetically)


Grey Alien(Posted 2006) [#3]
lol. Yes, if you are used to things being in a certain place...


ImaginaryHuman(Posted 2006) [#4]
The community blitz ide sorts them alphabetically and also in a hierarchy per type.


Beaker(Posted 2006) [#5]
UltraEdit sorts both ways.


H&K(Posted 2006) [#6]
@Angel,
Ive got the community Ide 1.15beta3 up, and I cannot see how to tell it to sort them Alphabeticaly, is it just in the newer version?