Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Other views
Other views [message #336866] Wed, 08 July 2009 15:28 Go to next message
Dilton McGowan II is currently offline Dilton McGowan IIFriend
Messages: 110
Registered: July 2009
Senior Member
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 16:47 Go to previous messageGo to next message
Prakash G.R. is currently offline Prakash G.R.Friend
Messages: 621
Registered: July 2009
Senior Member
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 17:50 Go to previous messageGo to next message
Dilton McGowan II is currently offline Dilton McGowan IIFriend
Messages: 110
Registered: July 2009
Senior Member
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 20:42 Go to previous message
Dilton McGowan II is currently offline Dilton McGowan IIFriend
Messages: 110
Registered: July 2009
Senior Member
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: Fri Mar 29 02:35:55 GMT 2024

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

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

Back to the top