visual assist 단축키 할당
프로그래밍 2011. 7. 19. 14:52 |visual c++ 6.0 에서 단축키 할당은, 메뉴바 -> Tools -> Customize -> KeyBoard 탭 -> Category -> Add-ins -> VAssistX??? 항목에서 설정할수가 있습니다.
하지만, 디폴트 단축키는 Commands Available for Shortcut Assignments 부분을 참조하시면 됩니다.
출처: http://www.wholetomato.com/products/features/shortcut.asp
Assign Shortcuts
For fast access, assign commands within Visual Assist X to shortcut keys. By default, several unused shortcuts are assigned when Visual Assist X is installed. Reach virtually every feature of Visual Assist X without touching the mouse.Some of the current assignments appear in the tooltips for toolbar icons.
Default Shortcuts
Default shortcuts are provided for several commands within Visual Assist X. These shortcuts are valid only if you have not assigned them to other commands. Hence, installation of Visual Assist X does not overwrite any of your existing assignments. Installation only complements your assignments.If you assign a new shortcut to a command of Visual Assist X which has a default shortcut, the default shortcut is still valid until it is assigned to a different command. For example, Alt+G remains valid if you assign VAssistX.GotoImplementation to Alt+Shift+G.
Shortcuts Listed in IDE Dialogs
Default shortcuts appear in the options dialog of Microsoft Visual Studio .NET only when the Keyboard mapping scheme is set to [Default Settings]. Default shortcuts do not appear if you use any other scheme. For example, you do not see the default for VAssistX.GotoImplementation if your scheme is set to Visual C++ 6.Assignments in Tooltips
Tooltips for several controls in Visual Assist X contain shortcuts. The controls outside the Visual Assist X toolbar have fixed tooltips. Assignments shown do not change even if you reassign the underlying commands.Tooltips for commands in the Visual Assist X toolbar contain current assignments.
Current assignments apppear in tooltips for Microsoft Visual Studio .NET only if the appropriate option is set in the IDE. See Tools|Customize|Options.
Default Assignment to Open Context Menu
Shift+Application opens the Visual Assist X context menu. Shift+Right Click in a source window does the same. While you cannot undo these assignments, you can assign another shortcut to open the menu.Default Assignment for Paste
Ctrl+Shift+V opens a menu of clipboards. You can assign a different shortcut in any IDE to open the menu. If you check the option to display a paste menu in the Visual Assist X options dialog of Microsoft Visual Studio .NET, Ctrl+Shift+V opens the menu. If the option is unchecked, you can have one shortcut open a menu while Ctrl+Shift+V cycles the clipboard ring.Commands Available for Shortcut Assignments
Command | Description | Default Shortcut |
VASnippetsEdit | Edit VA Snippets | |
VASnippetsInsert | Insert VA Snippets | |
EnableDisable | Enable/Disable Visual Assist X | |
FindNextByContext | Find Next Reference to a Symbol | |
FindPreviousByContext | Find Previous Reference to a Symbol | |
FindSymbolDialog | Open Find Symbol Dialog | Alt+Shift+S |
GotoImplementation | Goto declaration or implementation | Alt+G |
ListMethodsinCurrentFile | List Methods in Current File | Alt+M |
NavigateBack | Navigate Back | Alt+Left Arrow |
NavigateForward | Navigate Forward | Alt+Right Arrow |
OpenContextMenu | Open Context Menu | Shift+Application |
OpenCorrespondingHorCPP | Open Corresponding H or CPP | Alt+O |
OpenFileInWorkspaceDialog | Open File in Solution Dialog | Alt+Shift+O |
Options | Open Visual Assist X Options Dialog | |
Paste | Open Menu of Clipboards | Ctrl+Shift+V |
RefactorContextMenu | Open Refactoring Context Menu | |
ReparseCurrentFile | Reparse Current File | |
ScopeNext | Move to Next Scope | Alt+Down Arrow |
ScopePrevious | Move to Previous Scope | Alt+Up Arrow |
SortSelectedLines | Sort Selected Lines | |
SpellCheck | Spell Check Comments and Strings | |
SurroundSelectionWithBraces | Surround Selection with Braces | |
SurroundSelectionWithComment | Surround Selection with Comments | |
SurroundSelectionWithIfdefOrRegion | Surround Selection with #ifdef or #region | |
SurroundSelectionWithParentheses | Surround Selection with Parentheses | |
ToggleColoring | Toggle Enhanced Syntax Coloring | |
ToggleRepairCase | Toggle Repair Case | |
ToggleSuggestions | Toggle Suggestion Listboxes | |
Toggle Underlining | Toggle Underlining of Mistyped Symbols and Misspelled Words | |
VAView (Visual Studio only) | Open VA View | |
VAViewFIW | Open File in Solution Dropdown | |
VAViewSIW | Open Symbol in Solution Dropdown |
'프로그래밍' 카테고리의 다른 글
스레드 안정성 (0) | 2011.07.19 |
---|---|
이클립스 color theme (0) | 2011.07.19 |
1UL이 뭔가요 (0) | 2011.07.12 |
JNI string type 다루는 법 (0) | 2011.07.12 |
Local Repository 에서 SVN 사용하기 (0) | 2011.07.09 |