Old Palette looked better [message #54774] |
Tue, 14 January 2003 05:30  |
Eclipse User |
|
|
|
Hi
Iam wondering why the old Palette look with the white background was changed
to the new look which i don't like coz it looks like a normal control with
the tools on it looking like buttons
Can u make that looks customizable so that i can choose what look i want?
|
|
|
|
|
Re: Old Palette looked better [message #55016 is a reply to message #54801] |
Tue, 14 January 2003 16:43  |
Eclipse User |
|
|
|
Originally posted by: someone.us.ibm.com
With the new palette, groups aren't intended to be inside categories (or
vice versa). Groups and categories should only be in the root (i.e., no
nesting of containers). Groups are now strictly top-level containers (in
the logic example, the marquee and connection tools are in a group). If you
want to separate items in a container, use PaletteSeparators.
Like I mentioned in the last post, I would recommend against trying to
switch back to the old look.
As for putting the palette on the LHS in the editor, that is very simple to
do. Replace the createPartControl(Composite) method of
GraphicalEditorWithPalette, with the following:
public void createPartControl(Composite parent) {
Splitter splitter = new Splitter(parent, SWT.HORIZONTAL);
createPaletteViewer(splitter);
createGraphicalViewer(splitter);
splitter.setWeights(new int[] {1,6});
}
Pratik
"Gunnar Wagenknecht" <g.wagenknecht@intershop.de> wrote in message
news:b00oc4$usa$1@rogue.oti.com...
> Hi!
>
> I agree. Please add yourself to
> http://dev.eclipse.org/bugs/show_bug.cgi?id=29377
>
> It will handle this topic.
>
> Cu, Gunnar
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.03159 seconds