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>
<td>
Ctrl + X
</td>
</tr>
<tr>
<tdalign="left"valign="top"><STRONG>Copy</STRONG>
</td>
<tdalign="left"valign="top">
Copies the currently selected text or elements to the clipboard
Paste the current content as text to the editor, or as a sibling or child element to the a currently selected element.
</td>
<td>
Ctrl + V
</td>
</tr>
<tr>
<td><STRONG>Delete </STRONG>
</td>
<td>
Delete the current text or element selection.
</td>
<td>
Delete
</td>
</tr>
<tralign="left"valign="top">
<td><STRONG>Select All</STRONG>
</td>
<td>
Select all the editor content..
</td>
<td>
Ctrl + A
</td>
</tr>
<tralign="left"valign="top">
<td><STRONG>Find / Replace</STRONG>
</td>
<td>
Open the Find / Replace dialog. Editor only.
</td>
<td>
Ctrl + F
</td>
</tr>
<tralign="left"valign="top">
<td><STRONG>Add Bookmark...</STRONG>
</td>
<td>
Add a bookmark to the current text selection
or selected element.
</td>
<td>
</td>
</tr>
<tralign="left"valign="top">
<td><STRONG>Add Task...</STRONG>
</td>
<td>
Add a user defined task to the current text selection or selected element.
</td>
<td>
Alt + <b></b>Enter
</td>
</tr>
<tralign="left"valign="top">
<td><STRONG>Find Next</STRONG>
</td>
<td>
Finds the next occurrence of the currently selected text. Editor only.
</td>
<td>
Ctrl + K
</td>
</tr>
<tr>
<td><STRONG>Find Previous</STRONG>
</td>
<td>
Finds the previous occurrence of the currently selected text. Editor only.
</td>
<td>
Ctrl + Shift + K
</td>
</tr>
<tr>
<td><STRONG>Incremental Find Next</STRONG>
</td>
<td>
Starts the incremental find mode. After invocation, enter the search text as instructed in the status bar. Editor only.
</td>
<td>
Ctrl + J
</td>
</tr>
<tr>
<td><STRONG>Incremental Find Previous</STRONG>
</td>
<td>
Starts the incremental find mode. After invocation, enter the search text as instructed in the status bar. Editor only.
</td>
<td>
Ctrl + Shift + J
</td>
</tr>
<tralign="left"valign="top">
<td><STRONG>Shift Right</STRONG>
</td>
<td>
Shifts text Right. Editor only
</td>
<td>
Ctrl + I
</td>
</tr>
<tr>
<td><STRONG>Shift Left</STRONG>
</td>
<td>
Shifts text Left. Editor only
</td>
<td>
Ctrl + Shift + I
</td>
</tr>
<tr>
<td><STRONG>Next Problem</STRONG>
</td>
<td>
Moves to the next problem encountered.
</td>
<td>
Ctrl + .
</td>
</tr>
<tr>
<td><STRONG>Previous Problem</STRONG>
</td>
<td>
Navigates to the previous problem encountered.
</td>
<td>
Ctrl + ,
</td>
</tr>
<tr>
<td><STRONG>Content Assist</STRONG>
</td>
<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
<b>Window > Preferences > C/C++ > Code Templates</b> and go to the Editor preference page
<b>Window > Preferences > C/C++ > C/C++ Editor > Content Assist</b> for configuring the behaviour of content assist.
</td>
<td>
Ctrl + Space
</td>
</tr>
<tr>
<td><STRONG>Convert Line Delemeters to</STRONG>
</td>
<td>
Toggles line delimeters to
<UL>
<li>CRLF (Windows)
<li>LF (UNIX, MacOS X)
<li>CR (Classic MacOS)</li>
</UL>
</td>
<td>
</td>
</tr>
<tr>
<td><STRONG>Encoding </STRONG>
</td>
<td>
Toggles the encoding of the currently shown text content.
</td>
<td>
</td>
</tr>
</tbody>
</table>
</p>
<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>