Hide menu options and toolbar options [message #337040] |
Thu, 23 July 2009 10:54 |
suprit Messages: 15 Registered: July 2009 |
Junior Member |
|
|
Hi,
I have an eclipse ide which uses eclipse 3.5 with S1.0 DLTK.
In my IDE,I have my own perspective implementation.Now I want to customize
my perspective by hiding some menus , some menu items and some toolbars.
I am able to hide some menu items by doing :
pageLayout.addHiddenMenuItemId("org.eclipse.ui.file.properties ");
in createInitialLayout() method of my perspective class ,but the problem
is even if i hide all the menu items from the menu,it shows the menu in my
perspective with no item.
Is it possible to programatically hide whole menu (for eg. search menu)
instead of hiding each menu item ?
Also Is it possible to programatically hide toolbars and toolbars group ?
Please Help
Regards,
Suprit
|
|
|
Powered by
FUDForum. Page generated in 0.02848 seconds