Page 1 of 1

[Implemented] Jump to opposite end of loop

Posted: Wed Nov 07, 2007 1:17 am
by PB
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.

Posted: Wed Nov 07, 2007 12:40 pm
by #NULL
why not use jumpers (i know, sometimes if you have many different jumpers you have to switch through)

Posted: Wed Nov 07, 2007 12:44 pm
by PB
Many? Try hundreds for a single app. :)