Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Other views
Other views [message #336866] Wed, 08 July 2009 11:28 Go to next message
Eclipse UserFriend
Hi,

Why does Eclipse collect our plugin's Views under the Other category
under Window | Show Views?
Re: Other views [message #336868 is a reply to message #336866] Wed, 08 July 2009 12:47 Go to previous messageGo to next message
Eclipse UserFriend
Dilton McGowan II wrote:
> Hi,
>
> Why does Eclipse collect our plugin's Views under the Other category
> under Window | Show Views?

Because your views are not in the current perspectives view shortcuts.
If you own the perspective call IPageLayout.addShowViewShortcut(), else
contribute thru the extension point org.eclipse.ui.perspectiveExtensions

- Prakash
---
http://blog.eclipse-tips.com
Re: Other views [message #336873 is a reply to message #336868] Wed, 08 July 2009 13:50 Go to previous messageGo to next message
Eclipse UserFriend
On Wed, 08 Jul 2009 22:17:28 +0530, Prakash G.R. wrote:

> Dilton McGowan II wrote:
>> Hi,
>>
>> Why does Eclipse collect our plugin's Views under the Other category
>> under Window | Show Views?
>
> Because your views are not in the current perspectives view
shortcuts.
> If you own the perspective call IPageLayout.addShowViewShortcut(), else
> contribute thru the extension point org.eclipse.ui.perspectiveExtensions
>
> - Prakash
> ---
> http://blog.eclipse-tips.com

I'll look more into those things, thanks Prakash.
Re: Other views [message #336937 is a reply to message #336868] Tue, 14 July 2009 16:42 Go to previous message
Eclipse UserFriend
On Wed, 08 Jul 2009 22:17:28 +0530, Prakash G.R. wrote:

> Dilton McGowan II wrote:
>> Hi,
>>
>> Why does Eclipse collect our plugin's Views under the Other category
>> under Window | Show Views?
>
> Because your views are not in the current perspectives view
shortcuts.
> If you own the perspective call IPageLayout.addShowViewShortcut(), else
> contribute thru the extension point org.eclipse.ui.perspectiveExtensions
>
> - Prakash
> ---
> http://blog.eclipse-tips.com

It turns out that I had not added a Category under Extension Element
Details for my org.eclipse.ui.views extension. Once I did this and
assigned my views to that category, they are now showing where I'd expect
in the Show View dialog.
Previous Topic:how to display multiple instances of same form?
Next Topic:Enabling and Diabling of the Menu Items
Goto Forum:
  


Current Time: Thu May 01 05:49:17 EDT 2025

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

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

Back to the top