From: mp on
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


From: Mr. Arnold on
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.
From: Armin Zingler on
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
From: mp on
Thanks much Mr.Arnold and Armin

"Armin Zingler" <az.nospam(a)freenet.de> wrote in message
news:%23dyr2wQCLHA.3880(a)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