Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Hide the view name from Window-->Show View
Hide the view name from Window-->Show View [message #461660] Tue, 16 January 2007 00:19 Go to next message
Eclipse UserFriend
Originally posted by: sranjan.hotmail.com

I have added a view to an RCP application and created a shortcut to open
the view. Now I don't want the view to appear in the list of views in the
Window-->Show View dialog. I want it to be available only through the
shortcut keys. I tried looking for information on this but didn't find
any. Any help would be great !!
Re: Hide the view name from Window-->Show View [message #461674 is a reply to message #461660] Tue, 16 January 2007 06:31 Go to previous messageGo to next message
Alex Blewitt is currently offline Alex BlewittFriend
Messages: 946
Registered: July 2009
Senior Member
Your choice (for 3.2) is to edit the plugin.xml in the appropriate plugin (org.eclipse.ui?) to remove that menu item. In 3.3, there's work being done to allow customisation of the window to be present (we've covered this before: http://www.eclipsezone.com/eclipse/forums/t85561.html)

Alex.
Re: Hide the view name from Window-->Show View [message #461777 is a reply to message #461674] Wed, 17 January 2007 00:57 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sranjan.hotmail.com

Thanks Alex!!

But our product has multiple plug-ins each with its own set of views. The
list of plug-ins is created internally by the RCP platform. The plugin.xml
for my particular plugin declares the view. So I cannot remove the view
declaration from there. Which plugin.xml are you referring to?
Re: Hide the view name from Window-->Show View [message #461785 is a reply to message #461777] Wed, 17 January 2007 07:32 Go to previous messageGo to next message
Alex Blewitt is currently offline Alex BlewittFriend
Messages: 946
Registered: July 2009
Senior Member
The plugin.xml of the plugin that defines the 'show view', possibly org.eclipse.ui or org.eclipse.ui.ide. Unfortunately you'll have to dig around to find which one :-)

Alex.
Re: Hide the view name from Window-->Show View [message #461893 is a reply to message #461674] Wed, 17 January 2007 22:39 Go to previous message
Snjezana Peco is currently offline Snjezana PecoFriend
Messages: 789
Registered: July 2009
Senior Member
You can also implement your own Show View action.

Snjeza

Alex Blewitt wrote:
> Your choice (for 3.2) is to edit the plugin.xml in the appropriate plugin (org.eclipse.ui?) to remove that menu item. In 3.3, there's work being done to allow customisation of the window to be present (we've covered this before: http://www.eclipsezone.com/eclipse/forums/t85561.html)
>
> Alex.
Previous Topic:Why does org.eclipse.ui.workbench require org.eclipse.help?
Next Topic:unwanted restore of minimized view
Goto Forum:
  


Current Time: Thu Apr 25 16:00:46 GMT 2024

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

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

Back to the top