[Implemented] Jump to opposite end of loop
Posted: Wed Nov 07, 2007 1:17 am
You know how you can hold down Ctrl and double-click a procedure name to
jump to the procedure itself, well it would be very handy that if you did the
same thing to a loop command, that the editor jumps to the opposite end of
the loop.
For example, Ctrl+DoubleClick on "Repeat" would jump to either "ForEver"
below it (or "Until" below it if "ForEver" wasn't used). Know what I mean?
Same thing for For/Next, While/Wend, and so on.
And likewise, Ctrl+DoubleClick on "ForEver" would jump up to "Repeat" in
the code above it.
Because I have a really long Repeat/ForEver loop, and always need to jump
from one end of it to the other, and it's a hassle to scroll the editor manually.
jump to the procedure itself, well it would be very handy that if you did the
same thing to a loop command, that the editor jumps to the opposite end of
the loop.
For example, Ctrl+DoubleClick on "Repeat" would jump to either "ForEver"
below it (or "Until" below it if "ForEver" wasn't used). Know what I mean?
Same thing for For/Next, While/Wend, and so on.
And likewise, Ctrl+DoubleClick on "ForEver" would jump up to "Repeat" in
the code above it.
Because I have a really long Repeat/ForEver loop, and always need to jump
from one end of it to the other, and it's a hassle to scroll the editor manually.