diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_edit.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_edit.htm index 8e9e789c43e..feebc7e83d8 100755 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_edit.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_edit.htm @@ -12,7 +12,7 @@
Name | @@ -23,57 +23,58 @@||||
---|---|---|---|---|
Undo | -Revert the last change made in the + | Reverts the last change made in the editor | Ctrl+Z | |
Redo | -Redo a change previously reverted with - Undo | +Re-applies a change previously reverted + with Undo | Ctrl+Y | |
Cut | -Copy the currently selected text to the - clipboard and remove it from the editor | +Copies the currently selected text to + the clipboard and removes it from the editor | Ctrl+X | |
Copy | -Copy the currently selected text to the - clipboard | +Copies the currently selected text to + the clipboard | Ctrl+C | |
Paste | -Paste the contents of the clipboard, as - text, to the currently active editor window | +Pastes the contents of the clipboard, + as text, to the currently active editor window | Ctrl+V | |
Delete | -Delete the currently selected text | +Deletes the currently selected text | Delete | |
Select All | -Select all the text in the currently + | Selects all the text in the currently active editor window | Ctrl+A | |
Expand Selection To | -Expand the selection (or create - a selection starting from the cursor) in the following ways: |
+ Expands the selection (or + creates a selection starting from the cursor) in the following + ways: |
Alt+Shift+Arrow Keys | |
|
|
Alt+Shift+Right | @@ -93,7 +94,7 @@
|
Alt+Shift+Left | @@ -112,13 +113,13 @@
Find / Replace... | -Open the basic in-editor Find / Replace - dialog | +Opens the basic in-editor Find / + Replace dialog | Ctrl+F | |
Find Word | -Find the next occurrence of either the + | Finds the next occurrence of either the word containing the cursor, or the first word of the current selection, if it covers multiple words (Added for Visual Studio compatibility.) | @@ -126,45 +127,45 @@||
Find Next | -Find the next occurrence of the + | Finds the next occurrence of the currently selected text, or the last text searched for, if there is no selection | Ctrl+K | |
Find Previous | -Find the previous occurrence of the + | Finds the previous occurrence of the currently selected text, or the last text searched for, if there is no selection | Ctrl+Shift+K | |
Incremental Find Next | -Start the incremental find mode + | Starts the incremental find mode (Whatever is typed afterward will be searched for.) | Ctrl+J | |
Incremental Find Previous | -Start the incremental find mode, + | Starts the incremental find mode, looking backward | Ctrl+Shift+J | |
Add Bookmark... | -Add a bookmark pointing to the current + | Adds a bookmark pointing to the current cursor position or selected text | ||
Add Task... | -Add a user defined task located at the + | Adds a user defined task located at the current line | ||
Smart Insert Mode | -Toggle the Smart Insert mode (i.e. the + | Toggles the Smart Insert mode (i.e. the auto-completion features defined in C/C++ > Editor > Typing) | @@ -172,40 +173,40 @@||
Show Tooltip Description | -Display the tooltip appropriate to the + | Displays the tooltip appropriate to the cursor position. | F2 | |
Word Completion | -Complete the word containing the cursor - using the next available completion (Invoke it repeatedly to cycle - through them.) | +Completes the word containing the + cursor using the next available completion (If invoked repeatedly + it will cycle through the possibilities.) | Alt+/ | |
Quick Fix | -Display the Quick Fix dialog + | Displays the Quick Fix dialog appropriate to the cursor position. | Ctrl+1 | |
Content Assist | -Display the Content Assist dialog - appropriate to the cursor position (Invoke it repeatedly to cycle - through the available proposal types.) | +Displays the Content Assist dialog + appropriate to the cursor position (If invoked repeatedly it will + cycle through the available proposal types.) | Ctrl+Space | |
Parameter Hints | -When invoked in a parameter list, - display the possible signatures in a tooltip | +Displays the possible signatures in a + tooltip (Enabled when the cursor is in a parameter list) | Ctrl+Shift+Space | |
Set Encoding... | -Display a dialog in which the active - editor's encoding can be specified | +Displays a dialog in which the encoding + of the active editor can be specified |