Page 1 of 1

Return to a previous editing location

Posted: Sun Sep 28, 2003 12:30 pm
by huubf
I would like a macro like

GoToPreviousCursorPosition(),

with a (long) history, so that i could trace back (and then forward again: GoToNextCursorPosition()) on the cursor prositions i was before.

This would be welcome while tracing new bugs!
Or if i'd accidently hit Ctrl-Home instead of just Home

Maybe put it under the key Ctrl-< this has not a meaning yet

Or SHIFT-F5 Like MS Word!

Re: Return to a previous editing location

Posted: Wed Oct 01, 2003 1:56 pm
by Rick Jones
huubf wrote:I would like a macro like

GoToPreviousCursorPosition(),
[snip]...
Or if i'd accidently hit Ctrl-Home instead of just Home
For cases like this Ctrl+G is handy, the default line number to go to is the line you were on before the last move.

(I wish more editors did this, all the others seem to put the current line number in the goto box, as if that's any use! - kudos Helios)

Posted: Fri Oct 10, 2003 9:54 am
by jevans
VB uses ctrl-shift-F2 and it is very useful.