Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » Adding Help view to a perspective
Adding Help view to a perspective [message #474798] Mon, 17 November 2008 20:05 Go to next message
Jason Woods is currently offline Jason WoodsFriend
Messages: 29
Registered: July 2009
Junior Member
It seems I am unable to add the help view to a perspective
programmatically using the IFolderLayout.addView() method. This works
with other views, but not the Help view. Is this because the view is
defined as being sticky?

Are there any known workarounds on how to get this view to default to a
particular location in a custom perspective?

I also tried the IPageLayout.addPlaceholder() method, but when I later
request the view to be opened it still opens it on the right side as
defined in its plugin.xml definition.

I'm tempted to open a bug against the view/perspective mechanism because
programmatically requesting a view to be placed somewhere should work
(assuming the view is defined as being moveable as this one is).

???
Re: Adding Help view to a perspective [message #474824 is a reply to message #474798] Wed, 19 November 2008 20:47 Go to previous message
Chris Goldthorpe is currently offline Chris GoldthorpeFriend
Messages: 815
Registered: July 2009
Senior Member
Yes, it is because it is a sticky view. Having said that I don't know
what the workaround is.


Jason Woods wrote:
> It seems I am unable to add the help view to a perspective
> programmatically using the IFolderLayout.addView() method. This works
> with other views, but not the Help view. Is this because the view is
> defined as being sticky?
>
> Are there any known workarounds on how to get this view to default to a
> particular location in a custom perspective?
> I also tried the IPageLayout.addPlaceholder() method, but when I later
> request the view to be opened it still opens it on the right side as
> defined in its plugin.xml definition.
>
> I'm tempted to open a bug against the view/perspective mechanism because
> programmatically requesting a view to be placed somewhere should work
> (assuming the view is defined as being moveable as this one is).
>
> ???
>
Re: Adding Help view to a perspective [message #622207 is a reply to message #474798] Wed, 19 November 2008 20:47 Go to previous message
Chris Goldthorpe is currently offline Chris GoldthorpeFriend
Messages: 815
Registered: July 2009
Senior Member
Yes, it is because it is a sticky view. Having said that I don't know
what the workaround is.


Jason Woods wrote:
> It seems I am unable to add the help view to a perspective
> programmatically using the IFolderLayout.addView() method. This works
> with other views, but not the Help view. Is this because the view is
> defined as being sticky?
>
> Are there any known workarounds on how to get this view to default to a
> particular location in a custom perspective?
> I also tried the IPageLayout.addPlaceholder() method, but when I later
> request the view to be opened it still opens it on the right side as
> defined in its plugin.xml definition.
>
> I'm tempted to open a bug against the view/perspective mechanism because
> programmatically requesting a view to be placed somewhere should work
> (assuming the view is defined as being moveable as this one is).
>
> ???
>
Previous Topic:Re: Welcome page when a feature is installed
Next Topic:Spuriour error message in nl tocs
Goto Forum:
  


Current Time: Fri Apr 26 14:53:39 GMT 2024

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

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

Back to the top