mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
141 lines
No EOL
4.1 KiB
HTML
141 lines
No EOL
4.1 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>File Menu actions</title>
|
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>File Menu actions</h1>
|
|
<p><img src="../images/cdt_menu_file.png" alt="Selecting File Menu" ></p>
|
|
|
|
<p>
|
|
<table border="1" cellspacing="0" cellpadding="3">
|
|
<tbody>
|
|
<tr><th>Name</th><th>Function</th><th>Keyboard Shortcut</th></tr>
|
|
|
|
<tr valign="top">
|
|
<td valign="top"><strong>New</strong></td>
|
|
<td valign="top">Create a new project, folder, or file.</td>
|
|
<td valign="top">Alt+Shift+N</td>
|
|
</tr>
|
|
|
|
<tr valign="top">
|
|
<td valign="top"><strong>Open File...</strong></td>
|
|
<td valign="top">Open existing file.</td>
|
|
<td valign="top"> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td valign="top"><strong>Close</strong></td>
|
|
<td valign="top">Close the current editor.
|
|
If the editor contains unsaved data, a save request dialog is shown.</td>
|
|
<td valign="top">Ctrl+F4</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td valign="top"><strong>Close All</strong></td>
|
|
<td valign="top">Close all editors.
|
|
If editors contains unsaved data, a save request dialog will be shown.</td>
|
|
<td valign="top">Ctrl+Shift+F4</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td valign="top"><strong>Save</strong></td>
|
|
<td valign="top">Save the content of the current editor.
|
|
Disabled if the editor does not contain unsaved changes.</td>
|
|
<td valign="top">Ctrl+S</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td valign="top"><strong>Save As</strong></td>
|
|
<td valign="top">Save the content of the current editor under a new name.</td>
|
|
<td valign="top"> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td valign="top"><strong>Save All</strong></td>
|
|
<td valign="top">Save the content of the current editor.
|
|
Disabled if no editor contains unsaved changes.</td>
|
|
<td valign="top">Ctrl+Shift+S</td>
|
|
</tr>
|
|
|
|
<tr valign="top">
|
|
<td valign="top"><strong>Revert</strong></td>
|
|
<td valign="top">Revert the content of the current editor back to the content of the saved file.
|
|
Disabled if the editor does not contain unsaved changes.</td>
|
|
<td valign="top"> </td>
|
|
</tr>
|
|
|
|
<tr valign="top">
|
|
<td valign="top"><strong>Move</strong></td>
|
|
<td valign="top">Move a resource.</td>
|
|
<td valign="top"> </td>
|
|
</tr>
|
|
|
|
<tr valign="top">
|
|
<td valign="top"><strong>Rename</strong></td>
|
|
<td valign="top">Renames a resource.</td>
|
|
<td valign="top">F2</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td valign="top"><strong>Refresh</strong></td>
|
|
<td valign="top">Refreshes the content of the selected element with the local file system.
|
|
When launched from no specific selection, this command refreshes all projects.</td>
|
|
<td valign="top">F5</td>
|
|
</tr>
|
|
|
|
<tr valign="top">
|
|
<td valign="top"><strong>Convert Line Delimiters to (submenu)</strong></td>
|
|
<td valign="top">Changes line delimiters either to Windows, or UNIX, or Mac OS9 format.</td>
|
|
<td valign="top"> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td valign="top"><strong>Print</strong></td>
|
|
<td valign="top">Prints the content of the current editor. Enabled when an editor has the focus.</td>
|
|
<td valign="top">Ctrl+P</td>
|
|
</tr>
|
|
|
|
<tr valign="top">
|
|
<td valign="top"><strong>Switch workspace...</strong></td>
|
|
<td valign="top">Relaunches Eclipse with a new workspace.</td>
|
|
<td valign="top"> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td valign="top"><strong>Import</strong></td>
|
|
<td valign="top">Opens the <strong>Import</strong> dialog and shows all import wizards.</td>
|
|
<td valign="top"> </td>
|
|
</tr>
|
|
|
|
<tr valign="top">
|
|
<td valign="top"><strong>Export</strong></td>
|
|
<td valign="top">Opens the <strong>Export</strong> dialog and shows all export wizards.</td>
|
|
<td valign="top"> </td>
|
|
</tr>
|
|
|
|
<tr valign="top">
|
|
<td valign="top"><strong>Properties</strong></td>
|
|
<td valign="top">Opens the property pages of the select elements.</td>
|
|
<td valign="top">Alt+Enter</td>
|
|
</tr>
|
|
|
|
<tr valign="top">
|
|
<td valign="top"><strong>Exit</strong></td>
|
|
<td valign="top">Exit Eclipse</td>
|
|
<td valign="top"> </td>
|
|
</tr>
|
|
</tbody></table>
|
|
</p>
|
|
|
|
<p>
|
|
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
|
|
</p>
|
|
</body>
|
|
</html> |