Home All Groups Group Topic Archive Search About

in dotnet ide can you return to previous position

Author
11 Jun 2010 1:06 AM
mp
if you for instance select go to definition on some item in code, is there a
way to return to the place you just were?
like in vb6 view|last position
thanks
mark

Author
11 Jun 2010 2:14 AM
Mr. Arnold
mp wrote:
> if you for instance select go to definition on some item in code, is there a
> way to return to the place you just were?
> like in vb6 view|last position
> thanks
> mark
>
>

The ctrl-key/minus key combination starts going back to the line
positions and classes you were working with previously.
Author
11 Jun 2010 2:17 AM
Armin Zingler
Am 11.06.2010 03:06, schrieb mp:
> if you for instance select go to definition on some item in code, is there a
> way to return to the place you just were?
> like in vb6 view|last position

Ctrl+Shift+F2 ? Depends on your keyboard settings.

see  "View.NavigateBackward":
http://msdn.microsoft.com/en-us/library/ms366755%28VS.90%29.aspx

You can put also an icon in the toolbar. (category "view", "navigate backward")

--
Armin
Author
11 Jun 2010 2:45 AM
mp
Thanks much Mr.Arnold and Armin

Show quoteHide quote
"Armin Zingler" <az.nospam@freenet.de> wrote in message
news:%23dyr2wQCLHA.3880@TK2MSFTNGP04.phx.gbl...
> Am 11.06.2010 03:06, schrieb mp:
>> if you for instance select go to definition on some item in code, is
>> there a
>> way to return to the place you just were?
>> like in vb6 view|last position
>
> Ctrl+Shift+F2 ? Depends on your keyboard settings.
>
> see  "View.NavigateBackward":
> http://msdn.microsoft.com/en-us/library/ms366755%28VS.90%29.aspx
>
> You can put also an icon in the toolbar. (category "view", "navigate
> backward")
>
> --
> Armin