tags:

views:

14

answers:

1

Hi,

We are developing one workbench application. For that one we have already created the workbench application not RCP application. And when I run I am able to see my workbench application as exactly like Eclipse. Now my requirement is, I dont want the all the menus which Eclipse provides. Say for example, We dont want Run Menu in our workbench application. and apart from if we click search->File it should open our own customized file search dialog. How do we do such a customisation?

Thanks Bhanu.

A: 

Try using the MenuManager to programatically change/remove a menu item from the menu. See here -> http://stackoverflow.com/questions/1202197/change-menu-items-programmatically-from-eclipse-plugin

Martin