Teclas de atalho de seleçã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 para selecionar o texto em um documento aberto.

ObservaçãoObservaçã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çãoObservaçã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.CharLeftExtend

SHIFT + LEFT ARROW

Move o cursor para o um caractere à esquerda, estendendo a seleção.

Edit.CharLeftExtendColumn

SHIFT + ALT + LEFT ARROW

Move o cursor para o um caractere à esquerda, estendendo a seleção de coluna.

Edit.CharRightExtend

SHIFT + RIGHT ARROW

Move o cursor um caractere, estendendo a seleção para direita.

Edit.CharRightExtendColumn

SHIFT + ALT + RIGHT ARROW

Move o cursor um caractere, estendendo a seleção de coluna para direita.

Edit.DocumentEndExtend

CTRL + SHIFT + END

Selects the text from the insertion point to the last line of the document.

Edit.DocumentStartExtend

CTRL + SHIFT + HOME

Selects the text from the insertion point to the first line of the document.

Edit.GotoBraceExtend

CTRL + SHIFT + ]

Moves the insertion point to the next brace, extending the selection.

Edit.LineDownExtend

SHIFT + DOWN ARROW

Extends text selection down one line, starting at the location of the insertion point.

Edit.LineDownExtendColumn

SHIFT + ALT + DOWN ARROW

Moves the cursor down one line, extending the column selection.

Edit.LineEndExtend

SHIFT + END

Selects text from the insertion point to the end of the current line.

Edit.LineEndExtendColumn

SHIFT + ALT + END

Moves the insertion point to the end of the line, extending the column selection.

Edit.LineStartExtend

SHIFT + HOME

Selects text from the insertion point to the start of the line.

Edit.LineStartExtendColumn

SHIFT + ALT + HOME

Move o ponto de inserção para o início da linha, estendendo a seleção da coluna.

Edit.LineUpExtend

SHIFT + DOWN ARROW

SHIFT + UP ARROW

Selects text up line by line starting from the location of the insertion point.

Edit.LineUpExtendColumn

SHIFT + ALT + UP ARROW

Moves the cursor up one line, extending the column selection.

Edit.PageDownExtend

SHIFT + PAGE DOWN

Extends selection down one page.

Edit.PageUpExtend

SHIFT + PAGE UP

Extends selection up one page.

Edit.SelectAll

CTRL + A

Selects everything in the current document.

Edit.SelectCurrentWord

CTRL + W

Selects the word containing the insertion point or the word to the right of the insertion point.

Edit.SelectToLastGoBack

CTRL + =

Selecione o local atual no editor de volta para o local anterior no editor.

Edit.ViewBottomExtend

CTRL + SHIFT + PAGE DOWN

Moves the cursor to the last line in view, extending the selection.

Edit.ViewTopExtend

CTRL + SHIFT + PAGE UP

Estende a seleção na parte superior da janela atual.

Edit.WordNextExtend

CTRL + SHIFT + RIGHT ARROW

Extends the selection one word to the right.

Edit.WordNextExtendColumn

CTRL + SHIFT + ALT + RIGHT ARROW

Move o cursor uma palavra, estendendo a seleção de coluna para direita.

Edit.WordPreviousExtend

CTRL + SHIFT + LEFT ARROW

Extends the selection one word to the left.

Edit.WordPreviousExtendColumn

CTRL + SHIFT + ALT + LEFT ARROW

Move o cursor para a uma palavra à esquerda, estendendo a seleção de coluna.

Consulte também

Tarefas

Como: Trabalhar com atalhos de teclado

Conceitos

Atalhos de teclado predefinidos

Outros recursos

Visual C++ 6.0 padrão de teclas de atalho