📜  Eclipse-浏览菜单

📅  最后修改于: 2020-11-18 09:18:22             🧑  作者: Mango


典型的Eclipse菜单

Eclipse窗口的菜单栏上可用的典型菜单为-

  • 文件菜单
  • 编辑菜单
  • 导航菜单
  • 搜索菜单
  • 项目菜单
  • 运行菜单
  • 窗口菜单
  • 帮助菜单

探索菜单

插件可以添加新菜单和菜单项。例如,当打开Java编辑器时,您将看到Source菜单,而当打开XML编辑器时,您将看到Design菜单。

菜单简要说明

Sr.No Menu Name & Description
1

File

The File menu allows you to open files for editing, close editors, save editor content and rename files. Among the other things, it also allows you to import and export workspace content and shutdown Eclipse.

2

Edit

The Edit menu presents items like copy & paste.

3

Source

The Source menu is visible only when a java editor is open. It presents a number of useful menu items related to editing java source code.

4

Navigate

The Navigate menu allows you to quickly locate resources and navigate to them.

5

Search

The Search menu presents items that allow you to search the workspace for files that contain specific data.

6

Project

The menu items related to building a project can be found on the Project menu.

7

Run

The menu items on the Run menu allow you to start a program in the run mode or debug mode. It also presents menu items that allow you to debug the code.

8

Window

The Window menu allows you to open and close views and perspectives. It also allows you to bring up the Preferences dialog.

9

Help

The Help menu can be used to bring up the Help window, Eclipse Marketplace view or Install new plug-ins. The about Eclipse menu item gives you version information.

自定义菜单

菜单上的可见菜单项取决于安装的插件和使用“定制透视图”对话框完成的定制