File Menu actions
Name | Function | Keyboard Shortcut |
---|---|---|
New (submenu) | Creates a new project, folder, or file | Alt+Shift+N |
Open File... | Opens an existing file | |
Close | Closes the current editor (If the editor contains unsaved data, a save request dialog is shown.) | Ctrl+W |
Close All | Closes all editors (If any editors contain unsaved data, save request dialogs will be shown for them.) | Ctrl+Shift+W |
Save | Saves the content of the current editor (Disabled if the editor does not contain unsaved changes.) | Ctrl+S |
Save As... | Saves the content of the current editor under a new name | |
Save All | Saves the content of all open editor windows (Disabled if no editor contains unsaved changes.) | Ctrl+Shift+S |
Revert | Reverts the content of the current editor back to its most recently saved state (Disabled if the editor does not contain unsaved changes.) | |
Move... | Moves a resource | |
Rename... | Renames a resource | F2 |
Refresh | Refreshes the selected element against the local file system (If nothing is selected, all open projects are refreshed.) | F5 |
Convert Line Delimiters to (submenu) | Changes the line delimiters of the current editor to Windows (\r\n), or UNIX (\n) format | |
Print... | Prints the content of the current editor (Enabled when an editor has the focus.) | Ctrl+P |
Switch workspace (submenu) | Changes the active workspace (The submenu contains a list of recently used workspaces, and Other..., which brings up a workspace selection dialog) | |
Restart | Relaunches Eclipse | |
Import... | Opens the Import dialog, which allows the selection of an Import wizard | |
Export | Opens the Export dialog, which allows the selection of an Export wizard | |
Properties | Opens the property page for the selected element | Alt+Enter |
Exit | Exits Eclipse |