Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » splitter layout
splitter layout [message #75827] Wed, 16 April 2003 15:58 Go to next message
Eclipse UserFriend
Originally posted by: melaasar.rational.com

Hello,

The new palette viewer is on the right side of the editor. Is there a quick
way to get it on the left side?

Maged
Re: splitter layout [message #75844 is a reply to message #75827] Wed, 16 April 2003 16:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

no, there isn't. We currently do not have the resources to be writing fancy
SWT controls. Such behavior would be useful even without the use of GEF, so
I think this is a JFace issue. (See PartSashContainer, LayoutPart,
SashForm, etc in JFace). These are internal classes, but they are probably
what is required.

"Maged Elaasar" <melaasar@rational.com> wrote in message
news:b7jttd$fgb$1@rogue.oti.com...
> Hello,
>
> The new palette viewer is on the right side of the editor. Is there a
quick
> way to get it on the left side?
>
> Maged
>
>
Re: splitter layout [message #75860 is a reply to message #75844] Wed, 16 April 2003 17:07 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: melaasar.rational.com

Is there a reason for it to be on the right by default? is it standard?

"Randy Hudson" <none@us.ibm.com> wrote in message
news:b7ju6t$fqn$1@rogue.oti.com...
> no, there isn't. We currently do not have the resources to be writing
fancy
> SWT controls. Such behavior would be useful even without the use of GEF,
so
> I think this is a JFace issue. (See PartSashContainer, LayoutPart,
> SashForm, etc in JFace). These are internal classes, but they are
probably
> what is required.
>
> "Maged Elaasar" <melaasar@rational.com> wrote in message
> news:b7jttd$fgb$1@rogue.oti.com...
> > Hello,
> >
> > The new palette viewer is on the right side of the editor. Is there a
> quick
> > way to get it on the left side?
> >
> > Maged
> >
> >
>
>
Re: splitter layout [message #75876 is a reply to message #75860] Wed, 16 April 2003 19:26 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jayuen.alumni.uwaterloo.ca

If you want, you can modify the GraphicalEditorWithPalette class directly.
In the createPartControl method, all you have to do is to reverse the order
that createPaletteViewer(Composite) and createGraphicalViewer(Composite) are
called so that createPaletteViewer is invoked first.

Jason

"Maged Elaasar" <melaasar@rational.com> wrote in message
news:b7k1uc$ivj$1@rogue.oti.com...
> Is there a reason for it to be on the right by default? is it standard?
>
> "Randy Hudson" <none@us.ibm.com> wrote in message
> news:b7ju6t$fqn$1@rogue.oti.com...
> > no, there isn't. We currently do not have the resources to be writing
> fancy
> > SWT controls. Such behavior would be useful even without the use of GEF,
> so
> > I think this is a JFace issue. (See PartSashContainer, LayoutPart,
> > SashForm, etc in JFace). These are internal classes, but they are
> probably
> > what is required.
> >
> > "Maged Elaasar" <melaasar@rational.com> wrote in message
> > news:b7jttd$fgb$1@rogue.oti.com...
> > > Hello,
> > >
> > > The new palette viewer is on the right side of the editor. Is there a
> > quick
> > > way to get it on the left side?
> > >
> > > Maged
> > >
> > >
> >
> >
>
>
Re: splitter layout [message #75892 is a reply to message #75876] Wed, 16 April 2003 19:59 Go to previous message
Eclipse UserFriend
Originally posted by: melaasar.rational.com

Do you mean modify directly in the open source file? or my local copy? If
the former, how to do it?

Maged

"Jason Yuen" <jayuen@alumni.uwaterloo.ca> wrote in message
news:b7ka7r$prh$1@rogue.oti.com...
> If you want, you can modify the GraphicalEditorWithPalette class directly.
> In the createPartControl method, all you have to do is to reverse the
order
> that createPaletteViewer(Composite) and createGraphicalViewer(Composite)
are
> called so that createPaletteViewer is invoked first.
>
> Jason
>
> "Maged Elaasar" <melaasar@rational.com> wrote in message
> news:b7k1uc$ivj$1@rogue.oti.com...
> > Is there a reason for it to be on the right by default? is it standard?
> >
> > "Randy Hudson" <none@us.ibm.com> wrote in message
> > news:b7ju6t$fqn$1@rogue.oti.com...
> > > no, there isn't. We currently do not have the resources to be writing
> > fancy
> > > SWT controls. Such behavior would be useful even without the use of
GEF,
> > so
> > > I think this is a JFace issue. (See PartSashContainer, LayoutPart,
> > > SashForm, etc in JFace). These are internal classes, but they are
> > probably
> > > what is required.
> > >
> > > "Maged Elaasar" <melaasar@rational.com> wrote in message
> > > news:b7jttd$fgb$1@rogue.oti.com...
> > > > Hello,
> > > >
> > > > The new palette viewer is on the right side of the editor. Is there
a
> > > quick
> > > > way to get it on the left side?
> > > >
> > > > Maged
> > > >
> > > >
> > >
> > >
> >
> >
>
>
Previous Topic:Exceptions in draw2d-standalone
Next Topic:Auto-positioning nodes in the root edit part
Goto Forum:
  


Current Time: Fri Dec 27 03:02:40 GMT 2024

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

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

Back to the top