Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Hide menu options and toolbar options
Hide menu options and toolbar options [message #337040] Thu, 23 July 2009 10:54
suprit  is currently offline suprit Friend
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
Previous Topic:Reloading worspace preferences
Next Topic:How to add behaviour to import wizard
Goto Forum:
  


Current Time: Thu Apr 25 21:58:27 GMT 2024

Powered by FUDForum. Page generated in 0.03681 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top