currently I am trying to evaluate if its possible to port an eclipse 3.7
based rcp application to eclipse 4.1.
My hope was to profit from CSS styling also I was willing to try to
adapt other features like dependency injection slowly.
A big blocker for now to me is that I read that there is no presentation
framework anymore.
I need multi-line tabs for the editor area, which I currently get by
providing my own presentation implementation.
Is there a way to get Multi-line tabs for an editor area in eclipse 4.1?
I need this as I have a dynamic amount of open connection (also I need
the tabs to be always visible as the tabs provide an overview of the
status of connections (and a drop down menu for control) / single line
is not enough space).
The replacement for Presentations is to write your own Renderer, in your
case you could probably simply copy the one we ship and make the
adjustments.
Tom
Am 31.08.11 18:10, schrieb Christian:
> Hello,
>
> currently I am trying to evaluate if its possible to port an eclipse 3.7
> based rcp application to eclipse 4.1.
>
> My hope was to profit from CSS styling also I was willing to try to
> adapt other features like dependency injection slowly.
>
> A big blocker for now to me is that I read that there is no presentation
> framework anymore.
>
> I need multi-line tabs for the editor area, which I currently get by
> providing my own presentation implementation.
>
> Is there a way to get Multi-line tabs for an editor area in eclipse 4.1?
>
> I need this as I have a dynamic amount of open connection (also I need
> the tabs to be always visible as the tabs provide an overview of the
> status of connections (and a drop down menu for control) / single line
> is not enough space).
>
> Thanks in advance for any pointers.
> Christian