eclipseeclipse-plugineclipse-rcpeclipse-pde

Eclipse RCP Plugin development - Can't get new menuContribution option


I am using Eclipse 3.2. For an RCP application, I am trying to extend from org.eclipse.ui.menus. When I right-click and pick new option, "menu Contribution" isn't appearing. I only see options 'item', 'menu', 'group', 'widget' under 'New'. There is no option named "menu Contribution". Am I missing anything in target platform? If so, which jar?


Solution

  • I confirm it can not work.

    Consider the Extension Points Reference help from:

    That is why you do not see menuContribution

    alt text http://www.vogella.de/articles/RichClientPlatform/images/command70.gif