IDs for the menu options (submenus) in the Eclipse main menu
IDs for the Eclipse menu options are listed in the Processing [submenu]
section of the log.
For
example:
Processing [submenu]
file
new ................................: removed
new.ext ............................: removed
To remove a menu option, enter its ID in a
<removeditem>
element and
specify its parent menu using the menupath
attribute. For example, to
remove the option, enter its ID and its parent menu ID in the
eclipseui.xml file as
follows:<section id="submenu">
<removeditem id="new" menupath="file"/>
...