Eclipse IDE Menubar
Like other IDE we can find there is top toolbar in Eclipse IDE. We can use this toolbar to navigate between different menus.
Eclipse IDE Menubar
Below is the list of the menus available in the Eclipse IDE Window -
- File menu
- Edit menu
- Navigate menu
- Search menu
- Project menu
- Run menu
- Window menu
- Help menu
Menu Name | Description |
---|---|
File | File menu is used to open files for opening, editing, closing, saving the contents of file. It also provides the rename facilities along with switching workspace. It also allows you to import and export workspace content and shut down Eclipse. |
Edit | It provides editing options such as copy & paste. |
Navigate | It provides the quick navigate menus used for quickly locating the resources. |
Search | Search menu provides different ways to search the workspace for files and text. |
Project | Project menu provides different options used for building a project , building workspace and cleaning workspace. |
Run | Run menu used to run program and debug it using debug mode. |
Window | Window menu allows you to open and close views and perspectives. |
Help | Help menu used to open Help window, Eclipse Marketplace view or Install new plug-ins. The about Eclipse menu item gives you version information. |
Source | Only visible when Java editor is open. It provides options for editing Java source code. |