Teclas de atalho de manipulação de texto, o Visual C++ 6.0 a opção de atalho padrão
Use as seguintes combinações de teclas de atalho em editores de texto, excluir, mover e formatar texto em um documento aberto.
Observação |
---|
A aparência dos recursos no IDE pode depender das suas configurações ativas ou edição e pode diferir das descritas na Ajuda. Para alterar as configurações, escolha Import and Export Settings sobre o Ferramentas menu. For more information, see Trabalhando com configurações. |
Observação |
---|
Para ver uma lista das teclas de atalho que foram alterados ou não são mais suportados no Visual C++.NET, consulte Comandos de tecla Visual C++ 6.0 obsoleto e alterações nos comandos do Visual C++ 6.0 chave. |
Nome do comando |
Shortcut keys |
Description |
---|---|---|
Edit.BreakLine |
ENTER SHIFT + ENTER |
Inserts a new line. |
Edit.CharTranspose |
CTRL + T |
Swaps the characters on either side of the insertion point. Por exemplo, AC|BD se torna AB|CD. Disponível somente em editores de texto. |
Edit.ClearBookmarks |
CTRL + SHIFT + F2 CTRL + K, CTRL + L |
Removes all unnamed bookmarks in the current document. |
Edit.CollapsetoDefinitions |
CTRL + M, CTRL + O |
Determina automaticamente limites lógicos para a criação de regiões no código, como, por exemplo, procedimentos e depois as oculta. |
Edit.CommentSelection |
CTRL + K, CTRL + C |
Marks the current line of code as a comment, using the correct comment syntax for the programming language. |
Edit.CompleteWord |
CTRL + ESPAÇO ALT + SETA À DIREITA |
Displays Word Completion based on the current language. |
Edit.Delete |
DELETE |
Exclui um caractere à direita do cursor. |
Edit.DeleteBackwards |
BACKSPACE SHIFT + BACKSPACE |
Exclui um caractere à esquerda do cursor. |
Edit.DeleteHorizontalWhiteSpace |
CTRL + K, CTRL + \ |
Recolhe o espaço em branco na seleção ou exclui espaço em branco adjacente ao cursor se não houver seleção. |
Edit.FormatDocument |
CTRL + K, CTRL + D |
Aplica o recuo e o espaço para o idioma conforme especificado no painel de formatação do idioma na seção de Editor de texto da caixa de diálogo Opções de formatação. |
Edit.FormatSelection |
ALT + F8 CTRL + K, CTRL + F |
Correctly indents the selected lines of code based on the surrounding lines of code. |
Edit.HideSelection |
CTRL + M, CTRL + H |
Hides the selected text. A signal icon marks the location of the hidden text in the file. |
Edit.InsertTab |
TAB |
Indents the line of text a specified number of spaces, such as five. |
Edit.LineCut |
CTRL + L SHIFT + ALT + L |
Recorta todas as linhas selecionadas ou a linha atual se nada tiver sido selecionado, na área de transferência. |
Edit.LineDelete |
CTRL + SHIFT + L |
Exclui todas as linhas selecionadas ou a linha atual se nenhuma seleção foi feita. |
Edit.LineOpenAbove |
CTRL + ENTER |
Inserts a blank line above the insertion point. |
Edit.LineOpenBelow |
CTRL + SHIFT + ENTER |
Inserts a blank line below the insertion point. |
Edit.LineTranspose |
SHIFT + ALT + T |
Moves the line containing the insertion point below the next line. |
Edit.MakeLowercase |
CTRL + U |
Changes the selected text to lowercase characters. |
Edit.MakeUppercase |
CTRL + SHIFT + U |
Changes the selected text to uppercase characters. |
Edit.OvertypeMode |
INSERT |
Alterna entre os modos de inserção inserir e sobrescrever. Disponível somente quando estiver trabalhando em editores de texto. |
Edit.StopHidingCurrent |
CTRL + M, CTRL + U |
Removes the outlining information for the currently selected region. |
Edit.StopOutlining |
CTRL + M, CTRL + P |
Removes all outlining information from the entire document. |
Edit.SwapAnchor |
CTRL + R, CTRL + P |
Swaps the anchor and end points of the current selection. |
Edit.TabLeft |
SHIFT + TAB |
Move selecionadas linhas para a esquerda uma tabulação. |
Edit.ToggleAllOutlining |
CTRL + M, CTRL + L |
Toggles all previously marked hidden text sections between hidden and display states. |
Edit.ToggleBookmark |
CTRL + F2 CTRL + K, CTRL + K |
Sets or removes a bookmark at the current line. |
Edit.ToggleOutliningExpansion |
CTRL + M, CTRL + M |
Toggles the currently selected hidden text section between the hidden and display state. |
Edit.ToggleTaskListShortcut |
CTRL + K, CTRL + H |
Sets or removes a shortcut at the current line. |
Edit.ToggleWordWrap |
CTRL + R, CTRL + R |
Enables or disables word wrap in an editor. |
Edit.UncommentSelection |
CTRL + K, CTRL + U |
Removes the comment syntax from the current line of code. |
Edit.ViewWhiteSpace |
CTRL + SHIFT + 8 CTRL + R, CTRL + W |
Shows or hides spaces and tab marks. |
Edit.WordDeleteToEnd |
CTRL + DELETE |
Deletes the word to the right of the insertion point. |
Edit.WordDeleteToStart |
CTRL + BACKSPACE |
Deletes the word to the left of the insertion point. |
Edit.WordTranspose |
CTRL + SHIFT + T |
Transposes the words on either side of the insertion point. Por exemplo, main int seria alterado para leitura int main. |
Consulte também
Tarefas
Como: Trabalhar com atalhos de teclado
Conceitos
Atalhos de teclado predefinidos