Alpha sort code in the debugger window?

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

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...

BLide only sorts it alphabetically. (Which is just as annoying as never sorting them alphabetically)

lol. Yes, if you are used to things being in a certain place...

The community blitz ide sorts them alphabetically and also in a hierarchy per type.

UltraEdit sorts both ways.

@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?