T O P I C R E V I E W |
andre.horst |
Posted - Sep 19 2008 : 04:12:29 AM VS2008 SP1, VAX 1649, WinXP SP2, C++
Moving backward in navigation history using alt+arrow_left works fine. Moving forward again using alt+arrow_right doesnt work and pops up the suggestion box from time to time.
|
4 L A T E S T R E P L I E S (Newest First) |
andre.horst |
Posted - Sep 23 2008 : 03:24:39 AM Ahh...ok. The IDE has its own shortcut for word-completion there. Thx for your help |
accord |
Posted - Sep 22 2008 : 3:15:56 PM Note that you can choose the scope for every shortcut by selecting "Use new shortcut in". One keystroke can exists for more commands, so when you select a new shortcut and press assign, Visual Studio can preserve this shortcut for an another command also.
The default scope is "Global", but "Text Editor" has higher priority in text editor, so make sure you select "Text Editor" under "Use new shortcut in:" in
IDE tools menu -> Options -> Environment -> Keyboard
dialog, before you enter and assign your shortcuts for VAssist.NavigateForward. |
andre.horst |
Posted - Sep 22 2008 : 02:47:20 AM I tried, but the navigation still doesn't work and the suggestion box pops up. |
accord |
Posted - Sep 19 2008 : 3:17:04 PM You can redefine the behavior in
IDE tools menu -> Options -> Environment -> Keyboard
Redefine the shortcut key for VassistX.NavigateForward if you prefer Visual Assist's behavior or View.NavigateForward if you prefer IDE's behavior. |