2011-03-31 13:59:18 +00:00
|
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
2004-06-02 19:01:38 +00:00
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Language" content="en-us">
|
2004-06-21 10:33:03 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
<title>File Menu actions</title>
|
2004-06-02 19:01:38 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
2012-09-19 17:16:24 -04:00
|
|
|
<div role="main"><h1>File Menu actions</h1>
|
2004-06-02 19:01:38 +00:00
|
|
|
<p><img src="../images/cdt_menu_file.png" alt="Selecting File Menu" ></p>
|
|
|
|
|
|
|
|
<p>
|
2013-02-22 18:52:14 -05:00
|
|
|
<table class="menu" border="1" cellspacing="0" cellpadding="3">
|
2004-06-02 19:01:38 +00:00
|
|
|
<tbody>
|
2011-03-31 13:59:18 +00:00
|
|
|
<tr><th id="name">Name</th><th id="function">Function</th><th id="keyboard">Keyboard Shortcut</th></tr>
|
2004-06-02 19:01:38 +00:00
|
|
|
|
2013-02-22 18:52:14 -05:00
|
|
|
<tr>
|
|
|
|
<td class="menu_name" headers="name">New</td>
|
|
|
|
<td headers="function">Create a new project, folder, or file.</td>
|
|
|
|
<td headers="keyboard">Alt+Shift+N</td>
|
2004-06-02 19:01:38 +00:00
|
|
|
</tr>
|
|
|
|
|
2013-02-22 18:52:14 -05:00
|
|
|
<tr>
|
|
|
|
<td class="menu_name" headers="name">Open File...</td>
|
|
|
|
<td headers="function">Open existing file.</td>
|
|
|
|
<td headers="keyboard"> </td>
|
2007-05-11 10:36:24 +00:00
|
|
|
</tr>
|
|
|
|
|
2004-06-02 19:01:38 +00:00
|
|
|
<tr>
|
2013-02-22 18:52:14 -05:00
|
|
|
<td class="menu_name" headers="name">Close</td>
|
|
|
|
<td headers="function">Close the current editor.
|
2004-06-02 19:01:38 +00:00
|
|
|
If the editor contains unsaved data, a save request dialog is shown.</td>
|
2013-02-22 18:52:14 -05:00
|
|
|
<td headers="keyboard">Ctrl+F4</td>
|
2004-06-02 19:01:38 +00:00
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
2013-02-22 18:52:14 -05:00
|
|
|
<td class="menu_name" headers="name">Close All</td>
|
|
|
|
<td headers="function">Close all editors.
|
2004-06-02 19:01:38 +00:00
|
|
|
If editors contains unsaved data, a save request dialog will be shown.</td>
|
2013-02-22 18:52:14 -05:00
|
|
|
<td headers="keyboard">Ctrl+Shift+F4</td>
|
2004-06-02 19:01:38 +00:00
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
2013-02-22 18:52:14 -05:00
|
|
|
<td class="menu_name" headers="name">Save</td>
|
|
|
|
<td headers="function">Save the content of the current editor.
|
2004-06-02 19:01:38 +00:00
|
|
|
Disabled if the editor does not contain unsaved changes.</td>
|
2013-02-22 18:52:14 -05:00
|
|
|
<td headers="keyboard">Ctrl+S</td>
|
2004-06-02 19:01:38 +00:00
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
2013-02-22 18:52:14 -05:00
|
|
|
<td class="menu_name" headers="name">Save As</td>
|
|
|
|
<td headers="function">Save the content of the current editor under a new name.</td>
|
|
|
|
<td headers="keyboard"> </td>
|
2004-06-02 19:01:38 +00:00
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
2013-02-22 18:52:14 -05:00
|
|
|
<td class="menu_name" headers="name">Save All</td>
|
|
|
|
<td headers="function">Save the content of the current editor.
|
2004-06-02 19:01:38 +00:00
|
|
|
Disabled if no editor contains unsaved changes.</td>
|
2013-02-22 18:52:14 -05:00
|
|
|
<td headers="keyboard">Ctrl+Shift+S</td>
|
2004-06-02 19:01:38 +00:00
|
|
|
</tr>
|
|
|
|
|
2013-02-22 18:52:14 -05:00
|
|
|
<tr>
|
|
|
|
<td class="menu_name" headers="name">Revert</td>
|
|
|
|
<td headers="function">Revert the content of the current editor back to the content of the saved file.
|
2004-06-02 19:01:38 +00:00
|
|
|
Disabled if the editor does not contain unsaved changes.</td>
|
2013-02-22 18:52:14 -05:00
|
|
|
<td headers="keyboard"> </td>
|
2004-06-02 19:01:38 +00:00
|
|
|
</tr>
|
|
|
|
|
2013-02-22 18:52:14 -05:00
|
|
|
<tr>
|
|
|
|
<td class="menu_name" headers="name">Move</td>
|
|
|
|
<td headers="function">Move a resource.</td>
|
|
|
|
<td headers="keyboard"> </td>
|
2004-06-02 19:01:38 +00:00
|
|
|
</tr>
|
|
|
|
|
2013-02-22 18:52:14 -05:00
|
|
|
<tr>
|
|
|
|
<td class="menu_name" headers="name">Rename</td>
|
|
|
|
<td headers="function">Renames a resource.</td>
|
|
|
|
<td headers="keyboard">F2</td>
|
2004-06-02 19:01:38 +00:00
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
2013-02-22 18:52:14 -05:00
|
|
|
<td class="menu_name" headers="name">Refresh</td>
|
|
|
|
<td headers="function">Refreshes the content of the selected element with the local file system.
|
2004-06-02 19:01:38 +00:00
|
|
|
When launched from no specific selection, this command refreshes all projects.</td>
|
2013-02-22 18:52:14 -05:00
|
|
|
<td headers="keyboard">F5</td>
|
2004-06-02 19:01:38 +00:00
|
|
|
</tr>
|
2007-05-11 10:36:24 +00:00
|
|
|
|
2013-02-22 18:52:14 -05:00
|
|
|
<tr>
|
|
|
|
<td class="menu_name" headers="name">Convert Line Delimiters to (submenu)</td>
|
|
|
|
<td headers="function">Changes line delimiters either to Windows, or UNIX, or Mac OS9 format.</td>
|
|
|
|
<td headers="keyboard"> </td>
|
2007-05-11 10:36:24 +00:00
|
|
|
</tr>
|
|
|
|
|
2004-06-02 19:01:38 +00:00
|
|
|
<tr>
|
2013-02-22 18:52:14 -05:00
|
|
|
<td class="menu_name" headers="name">Print</td>
|
|
|
|
<td headers="function">Prints the content of the current editor. Enabled when an editor has the focus.</td>
|
|
|
|
<td headers="keyboard">Ctrl+P</td>
|
2004-06-21 10:33:03 +00:00
|
|
|
</tr>
|
|
|
|
|
2013-02-22 18:52:14 -05:00
|
|
|
<tr>
|
|
|
|
<td class="menu_name" headers="name">Switch workspace...</td>
|
|
|
|
<td headers="function">Relaunches Eclipse with a new workspace.</td>
|
|
|
|
<td headers="keyboard"> </td>
|
2004-06-21 10:33:03 +00:00
|
|
|
</tr>
|
|
|
|
|
2004-06-02 19:01:38 +00:00
|
|
|
<tr>
|
2013-02-22 18:52:14 -05:00
|
|
|
<td class="menu_name" headers="name">Import</td>
|
|
|
|
<td headers="function">Opens the <strong>Import</strong> dialog and shows all import wizards.</td>
|
|
|
|
<td headers="keyboard"> </td>
|
2004-06-02 19:01:38 +00:00
|
|
|
</tr>
|
|
|
|
|
2013-02-22 18:52:14 -05:00
|
|
|
<tr>
|
|
|
|
<td class="menu_name" headers="name">Export</td>
|
|
|
|
<td headers="function">Opens the <strong>Export</strong> dialog and shows all export wizards.</td>
|
|
|
|
<td headers="keyboard"> </td>
|
2004-06-02 19:01:38 +00:00
|
|
|
</tr>
|
|
|
|
|
2013-02-22 18:52:14 -05:00
|
|
|
<tr>
|
|
|
|
<td class="menu_name" headers="name">Properties</td>
|
|
|
|
<td headers="function">Opens the property pages of the select elements.</td>
|
|
|
|
<td headers="keyboard">Alt+Enter</td>
|
2004-06-02 19:01:38 +00:00
|
|
|
</tr>
|
|
|
|
|
2013-02-22 18:52:14 -05:00
|
|
|
<tr>
|
|
|
|
<td class="menu_name" headers="name">Exit</td>
|
|
|
|
<td headers="function">Exit Eclipse</td>
|
|
|
|
<td headers="keyboard"> </td>
|
2004-06-02 19:01:38 +00:00
|
|
|
</tr>
|
|
|
|
</tbody></table>
|
2010-05-11 18:53:12 +00:00
|
|
|
<p></p>
|
2004-06-02 19:01:38 +00:00
|
|
|
|
|
|
|
<p>
|
2004-06-24 10:49:13 +00:00
|
|
|
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
|
2004-06-02 19:01:38 +00:00
|
|
|
</p>
|
2012-09-19 17:16:24 -04:00
|
|
|
</div></body>
|
2004-06-21 10:33:03 +00:00
|
|
|
</html>
|