Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Perspective extension view placement
Perspective extension view placement [message #302923] Tue, 02 May 2006 17:38 Go to next message
Eclipse UserFriend
I would like to have my view placed so that it spans the entire bottom
of the workbench window. If I define it as relative to the bottom of
the org.eclipse.ui.editorss then it just is at the bottom of the editor
folder area. How do I get it to be at the bottom of the window?

Thanks,
Keith
Re: Perspective extension view placement [message #302924 is a reply to message #302923] Tue, 02 May 2006 17:40 Go to previous messageGo to next message
Eclipse UserFriend
Keith McQueen wrote:
> I would like to have my view placed so that it spans the entire bottom
> of the workbench window. If I define it as relative to the bottom of
> the org.eclipse.ui.editorss then it just is at the bottom of the editor
> folder area. How do I get it to be at the bottom of the window?
>
> Thanks,
> Keith

Also, is there anyway when specifying that a view should be "fast" to
also specify the orientation? I would like it to be horizontal rather
than vertical.

Thanks again,
Keith
Re: Perspective extension view placement [message #302969 is a reply to message #302924] Wed, 03 May 2006 16:40 Go to previous message
Eclipse UserFriend
Keith McQueen wrote:
> Keith McQueen wrote:
>
>> I would like to have my view placed so that it spans the entire bottom
>> of the workbench window. If I define it as relative to the bottom of
>> the org.eclipse.ui.editorss then it just is at the bottom of the
>> editor folder area. How do I get it to be at the bottom of the window?

The view will only take up space of an existing <something> (editor area
or other views). The only way to get a view all the way across the
window is for it to be one of the first to "split" an area.

That means in a perspectiveExtension, you can only span the bottom if
something already spans the entire window.

>
> Also, is there anyway when specifying that a view should be "fast" to
> also specify the orientation? I would like it to be horizontal rather
> than vertical.

I couldn't find any API to do this, so there's no obvious way.

Later,
PW
Previous Topic:css data file
Next Topic:Global Action Handlers and Hotkeys problem
Goto Forum:
  


Current Time: Sun Jul 27 01:52:01 EDT 2025

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

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

Back to the top