<tdalign="left"valign="top">Revert an undone change</td>
<td> Ctrl+Y</td>
</tr>
<tr>
<tdalign="left"valign="top"><b>Cut</b></td>
<tdalign="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>
<td> Ctrl+X</td>
</tr>
<tr>
<tdalign="left"valign="top"><b>Copy</b></td>
<tdalign="left"valign="top">Copies the currently selected text or elements to the clipboard</td>
<td> Ctrl+C</td>
</tr>
<tr>
<tdalign="left"valign="top"><b>Paste </b></td>
<tdalign="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. </td>
<td> Ctrl+V</td>
</tr>
<tr>
<td><b>Delete </b></td>
<td>Delete the current text or element selection.</td>
<td> Delete</td>
</tr>
<tralign="left"valign="top">
<td><b>Select All</b></td>
<td>Select all the editor content..</td>
<td> Ctrl+A</td>
</tr>
<tralign="left"valign="top">
<td><b>Find / Replace</b></td>
<td>Open the Find / Replace dialog. Editor only.</td>
<td> Ctrl+F</td>
</tr>
<tralign="left"valign="top">
<td><b>Find Next</b></td>
<td>Finds the next occurrence of the currently selected text. Editor only.</td>
<td> Ctrl+K</td>
</tr>
<tr>
<td><b>Find Previous</b></td>
<td>Finds the previous occurrence of the currently selected text. Editor only.</td>
<td> Ctrl+Shift+K</td>
</tr>
<tr>
<td><b>Incremental Find Next</b></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><b>Incremental Find Previous</b></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><b>Add Bookmark...</b></td>
<td>Add a bookmark to the current text selection or selected element.</td>
<td> </td>
</tr>
<tralign="left"valign="top">
<td><b>Add Task...</b></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><b>Shift Right</b></td>
<td>Shifts text Right. Editor only</td>
<td> Ctrl+I</td>
</tr>
<tr>
<td><b>Shift Left</b></td>
<td>Shifts text Left. Editor only</td>
<td> Ctrl+Shift+I</td>
</tr>
<tr>
<td><b>Next Problem</b></td>
<td>Moves to the next problem encountered.</td>
<td> Ctrl+.</td>
</tr>
<tr>
<td><b>Previous Problem</b></td>
<td>Navigates to the previous problem encountered.</td>
<td> Ctrl+,</td>
</tr>
<tr>
<td><b>Content Assist</b></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