1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
cdt/doc/org.eclipse.cdt.doc.user/reference/cdt_u_m_file.htm
David Daoust 30a3b9c06f From Dave Williams: Continuing doc clean up.
All .htm files have changed for Copyright notice change.

New search docs (including indexer), new screen caps.
2004-06-24 10:49:13 +00:00

135 lines
No EOL
3.7 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"><b>New</b></td>
<td valign="top">Create a new project, folder, or file.</td>
<td valign="top">Alt+Shift+N</td>
</tr>
<tr>
<td valign="top"><b>Close</b></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"><b>Close All</b></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"><b>Save</b></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"><b>Save As</b></td>
<td valign="top">Save the content of the current editor under a new name.</td>
<td valign="top">&nbsp;</td>
</tr>
<tr>
<td valign="top"><b>Save All</b></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"><b>Revert</b></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">&nbsp;</td>
</tr>
<tr valign="top">
<td valign="top"><b>Move</b></td>
<td valign="top">Move a resource.</td>
<td valign="top">&nbsp;</td>
</tr>
<tr valign="top">
<td valign="top"><b>Rename</b></td>
<td valign="top">Renames a resource.</td>
<td valign="top">F2</td>
</tr>
<tr>
<td valign="top"><b>Refresh</b></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>
<td valign="top"><b>Print</b></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"><b>Switch workspace...</b></td>
<td valign="top">Relaunches Eclipse with a new workspace.</td>
<td valign="top">&nbsp;</td>
</tr>
<tr valign="top">
<td valign="top"><b>Open External File...</b></td>
<td valign="top">Opens a file in the editor view.</td>
<td valign="top">&nbsp;</td>
</tr>
<tr>
<td valign="top"><b>Import</b></td>
<td valign="top">Opens the <b>Import</b> dialog and shows all import wizards.</td>
<td valign="top">&nbsp;</td>
</tr>
<tr valign="top">
<td valign="top"><b>Export</b></td>
<td valign="top">Opens the <b>Export</b> dialog and shows all export wizards.</td>
<td valign="top">&nbsp;</td>
</tr>
<tr valign="top">
<td valign="top"><b>Properties</b></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"><b>Exit</b></td>
<td valign="top">Exit Eclipse</td>
<td valign="top">&nbsp;</td>
</tr>
</tbody></table>
</p>
<p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</p>
</body>
</html>