splitter layout [message #75827] |
Wed, 16 April 2003 15:58 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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
> > > >
> > > >
> > >
> > >
> >
> >
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.03674 seconds