mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00

All .htm files have changed for Copyright notice change. New search docs (including indexer), new screen caps.
164 lines
No EOL
4.5 KiB
HTML
164 lines
No EOL
4.5 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Language" content="en-us">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>Edit Menu actions</title>
|
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
|
</head>
|
|
<body>
|
|
<h1>Edit Menu actions</h1>
|
|
|
|
<p><img src="../images/cdt_menu_edit.png" alt="Selecting Edit Menu" ></p>
|
|
<p>
|
|
<table border="1" cellspacing="0" cellpadding="3"> <tbody>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Function</th>
|
|
<th>Keyboard Shortcut</th>
|
|
</tr>
|
|
<tr align="left" valign="top">
|
|
<td align="left" valign="top"><b>Undo</b></td>
|
|
<td align="left" valign="top">Revert the last change in the editor</td>
|
|
<td> Ctrl+Z</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td align="left" valign="top"><b>Redo </b></td>
|
|
<td align="left" valign="top">Revert an undone change</td>
|
|
<td> Ctrl+Y</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td align="left" valign="top"><b>Cut</b></td>
|
|
<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>
|
|
<td> Ctrl+X</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td align="left" valign="top"><b>Copy</b></td>
|
|
<td align="left" valign="top">Copies the currently selected text or elements to the clipboard</td>
|
|
<td> Ctrl+C</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td align="left" valign="top"><b>Paste </b></td>
|
|
<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. </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>
|
|
|
|
<tr align="left" valign="top">
|
|
<td><b>Select All</b></td>
|
|
<td>Select all the editor content..</td>
|
|
<td> Ctrl+A</td>
|
|
</tr>
|
|
|
|
<tr align="left" valign="top">
|
|
<td><b>Find / Replace</b></td>
|
|
<td>Open the Find / Replace dialog. Editor only.</td>
|
|
<td> Ctrl+F</td>
|
|
</tr>
|
|
|
|
<tr align="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>
|
|
|
|
<tr align="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>
|
|
|
|
<tr align="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>
|
|
|
|
<tr align="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
|
|
<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><b>Convert Line Delimiters to</b></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><b>Encoding </b></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>
|
|
|
|
<p>
|
|
<IMG height=14 alt="IBM Copyright Statement" src="../images/ng00_04a.gif" width=324 border=0>
|
|
</p>
|
|
</body>
|
|
</html> |