carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/reference/cdt_u_m_edit.htm
author cawthron
Fri, 04 Dec 2009 10:01:33 -0600
changeset 5 684bf18fdedf
permissions -rw-r--r--
add files for RCL_2_2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     2
<html lang="en">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     3
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     4
<head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     5
<meta http-equiv="Content-Language" content="en-us">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     6
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     7
<title>Edit Menu actions</title>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     8
<link rel="stylesheet" type="text/css" href="../help.css">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     9
</head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    10
<body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    11
<h1>Edit Menu actions</h1>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    12
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    13
<p><img src="../images/cdt_menu_edit.png" alt="Selecting Edit Menu" ></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    14
<p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    15
<table border="1" cellspacing="0" cellpadding="3"> <tbody>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    16
<tr>	
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    17
	<th>Name</th>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    18
	<th>Function</th>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    19
 	<th>Keyboard Shortcut</th>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    20
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    21
<tr align="left" valign="top">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    22
	<td align="left" valign="top"><b>Undo</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    23
	<td align="left" valign="top">Revert the last change in the editor</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    24
 	<td> Ctrl+Z</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    25
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    26
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    27
<tr> 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    28
	<td align="left" valign="top"><b>Redo </b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    29
	<td align="left" valign="top">Revert an undone change</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    30
 	<td> Ctrl+Y</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    31
 </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    32
 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    33
<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    34
	<td align="left" valign="top"><b>Cut</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    35
	<td align="left" valign="top">Copies the currently selected text or element to the clipboard and removes the element. On elements, the remove is not performed before the clipboard is pasted.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    36
 	<td> Ctrl+X</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    37
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    38
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    39
<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    40
	<td align="left" valign="top"><b>Copy</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    41
	<td align="left" valign="top">Copies the currently selected text or elements to the clipboard</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    42
 	<td> Ctrl+C</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    43
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    44
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    45
<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    46
	<td align="left" valign="top"><b>Paste </b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    47
 	<td align="left" valign="top">Paste the current content as text to the editor, or as a sibling or child element to the a currently selected element.&nbsp;</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    48
 	<td> Ctrl+V</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    49
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    50
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    51
<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    52
	<td><b>Delete </b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    53
 	<td>Delete the current text or element selection.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    54
 	<td> Delete</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    55
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    56
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    57
<tr align="left" valign="top">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    58
 	<td><b>Select All</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    59
 	<td>Select all the editor content..</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    60
 	<td> Ctrl+A</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    61
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    62
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    63
<tr align="left" valign="top">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    64
 	<td><b>Find / Replace</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    65
 	<td>Open the Find / Replace dialog. Editor only.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    66
 	<td> Ctrl+F</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    67
 </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    68
 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    69
 <tr align="left" valign="top">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    70
 	<td><b>Find Next</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    71
 	<td>Finds the next occurrence of the currently selected text. Editor only.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    72
 	<td> Ctrl+K</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    73
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    74
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    75
<tr> 	
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    76
	<td><b>Find Previous</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    77
 	<td>Finds the previous occurrence of the currently selected text. Editor only.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    78
 	<td> Ctrl+Shift+K</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    79
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    80
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    81
<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    82
	<td><b>Incremental Find Next</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    83
 	<td>Starts the incremental find mode. After invocation, enter the search text as instructed in the status bar. Editor only.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    84
 	<td> Ctrl+J</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    85
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    86
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    87
<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    88
	<td><b>Incremental Find Previous</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    89
 	<td>Starts the incremental find mode. After invocation, enter the search text as instructed in the status bar. Editor only.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    90
 	<td> Ctrl+Shift+J</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    91
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    92
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    93
  <tr align="left" valign="top">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    94
 	<td><b>Add Bookmark...</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    95
 	<td>Add a bookmark to the current text selection or selected element.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    96
 	<td> &nbsp;</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    97
 </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    98
 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    99
 <tr align="left" valign="top">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   100
 	<td><b>Add Task...</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   101
 	<td>Add a user defined task to the current text selection or selected element.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   102
 	<td> Alt+<b></b>Enter</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   103
 </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   104
 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   105
<tr align="left" valign="top">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   106
 	<td><b>Add to working set</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   107
 	<td>Add current resource to selected Working Set</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   108
 	<td> Ctrl+I</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   109
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   110
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   111
<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   112
 	<td><b>Remove from working set</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   113
 	<td>Remove current resource from Working Set</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   114
 	<td> Ctrl+Shift+I</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   115
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   116
 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   117
<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   118
  	<td><b>Smart Insert Mode</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   119
 	<td>Toggles editor's Smart Insert Mode</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   120
 	<td> Ctrl+Shift+Insert</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   121
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   122
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   123
<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   124
  	<td><b>Show Tooltip Description</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   125
 	<td>Displays tooltip description, where applicable.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   126
 	<td>F2</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   127
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   128
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   129
<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   130
 	<td><b>Word Completion</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   131
 	<td>Completes current word in editor.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   132
 	<td>Alt+/</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   133
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   134
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   135
<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   136
 	<td><b>Quick fix</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   137
 	<td>Call quick fix dialog for selected warning/error.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   138
 	<td> Ctrl+1</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   139
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   140
 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   141
<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   142
	<td><b>Content Assist</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   143
 	<td>Opens a context assist dialog at the current cursor position to bring up Java code assist proposals and templates. See the Templates preference page for available templates 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   144
			<b>Window &gt; Preferences &gt; C/C++ &gt; Editor &gt; Templates</b> and go to the Editor preference page 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   145
			<b>Window &gt; Preferences &gt; C/C++ &gt; Editor &gt; Content Assist</b> for configuring the behaviour of content assist.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   146
 	<td> Ctrl+Space</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   147
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   148
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   149
<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   150
 	<td><b>Parameter Hints</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   151
 	<td>Opens Parameter Hints dialog. Editor only</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   152
 	<td>Ctrl+Shift+Space</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   153
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   154
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   155
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   156
<tr align="left" valign="top">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   157
 	<td><b>Shift Right</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   158
 	<td>Shifts text Right. Editor only</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   159
 	<td>&nbsp;</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   160
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   161
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   162
<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   163
 	<td><b>Shift Left</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   164
 	<td>Shifts text Right. Editor only</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   165
 	<td>&nbsp;</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   166
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   167
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   168
<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   169
 	<td><b>Format</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   170
 	<td>Formats text. Editor only</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   171
 	<td>Ctrl+Shift+F</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   172
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   173
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   174
<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   175
 	<td><b>Add Include</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   176
 	<td>Add include to current file. Editor only </td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   177
 	<td>Ctrl+Shift+N</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   178
</tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   179
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   180
<tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   181
	<td><b>Set Encoding... </b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   182
 	<td>Toggles the encoding of the currently shown text content.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   183
 	<td>&nbsp;</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   184
 </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   185
 </tbody>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   186
 </table>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   187
</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   188
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   189
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   190
<p><b>Note: </b> Other <b>Edit</b> options are used with the JDT. Refer to the <i>Java Development User Guide</i> for details. </p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   191
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   192
<p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   193
<IMG alt="IBM Copyright Statement" src="../images/ng00_04a.gif" border=0>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   194
</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   195
</body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   196
</html>