Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Dont show a view under Windows->Show View
Dont show a view under Windows->Show View [message #483312] Mon, 31 August 2009 20:30 Go to next message
Eclipse UserFriend
Hi all,

I created a custom eclipse view by contributing to the extension point
"org.eclipse.ui.views". But I dont want the view to appear under
"Windows->Show View->Other". I have a custom perspective and want the view
to appear only when I open that perspective.

Any ideas?
Re: Dont show a view under Windows->Show View [message #483376 is a reply to message #483312] Tue, 01 September 2009 08:08 Go to previous messageGo to next message
Eclipse UserFriend
If it's your perspective, you use view shortcuts to add the ID of the view to use in your perspective factory (IPageLayout)

PW
Re: Dont show a view under Windows->Show View [message #483492 is a reply to message #483376] Tue, 01 September 2009 13:45 Go to previous messageGo to next message
Eclipse UserFriend
Let me rephrase my question.

I dont want the View to be listed at all under Window->Show or
Window->Show View->Other.

Can I define a view without the view being listed there?
Re: Dont show a view under Windows->Show View [message #483523 is a reply to message #483492] Tue, 01 September 2009 16:34 Go to previous messageGo to next message
Eclipse UserFriend
No, not really. That's just a list as returned by the view registry (which contains the info to open the view at all).

Activities can sometimes hide the view in the Other... dialog, but there's a checkbox then to "show all views".


PW
Re: Dont show a view under Windows->Show View [message #484040 is a reply to message #483523] Thu, 03 September 2009 23:05 Go to previous message
Eclipse UserFriend
On Tue, 01 Sep 2009 16:34:29 -0400, Paul Webster wrote:
> Activities can sometimes hide the view in the Other... dialog, but
> there's a checkbox then to "show all views".

Think that only applies to the perspective dialog, no?

Praveen, you can take a look at bug 249451.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=249451

Regards,
Remy
Previous Topic:[resources] thread safety - project occassionally programmatically invisible
Next Topic:My own Compare Editor...
Goto Forum:
  


Current Time: Fri Nov 07 22:54:08 EST 2025

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

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

Back to the top