[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: How to disable plugins menu/toolbar/... contribution?

Charles Godwin wrote:
Fine tuning the plug-ins in a product is one way to significantly reduce the "noise" in the menus and popups and is a good start. But... What do you do when all you want to do is redcuce the contents of a required plugin. For example I'm busy researching what is involved in removing the "Bulid" choices from the workbench menu in the org.eclipse.ui.ide plug-in. The result will be posted to this newsgroup.


You can NOT remove the menuitems. You must instead get the 'build' team to support RCP by not forcing their menus in whenever there is a menu.


One way to possibly remove them is to rename the menu ids which plugins look for to insert their items. If they dont see the ids they wont insert their menuitems. when you create your Application class you should be able to do this there.

The plugins will complain about the missing items though.


CL