|
|
Re: Fixed view size [message #458075 is a reply to message #458072] |
Mon, 13 November 2006 16:56 |
Gordon Hirsch Messages: 100 Registered: July 2009 |
Senior Member |
|
|
Hannes Niederhausen wrote:
> Hi,
>
>> I'm trying to find JDT code that does that, but I'm not finding it.
>
> Why are you thinking you may find such an example in the JDT Code, as far as
> I see, there are no fixed size views in JDT.
I agree that it doesn't seem possible to have a fixed size view today.
This is one of the items requested in
https://bugs.eclipse.org/bugs/show_bug.cgi?id=151715
Perhaps the original post was referring to the fact that when the window
is resized in a particular direction, the extra area goes to the editor
(if any, if possible).
>
> I have the same problem like you. I want to create a "navigation view" with
> a fixed width. Did you already solve this problem?
We have exactly the same need for a navigation view. We've resorted to
overriding WorkbenchWindowAdvisor.createWindowContents(), creating the
fixed panel within the shell, but outside of the workbench proper.
Unfortunately, this approach adds a lot of complexity. Also there are
limitations; see https://bugs.eclipse.org/bugs/show_bug.cgi?id=73821
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02821 seconds