Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » (no subject)
(no subject) [message #721005] Wed, 31 August 2011 16:10 Go to next message
Christian is currently offline ChristianFriend
Messages: 72
Registered: July 2009
Member
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
(no subject) [message #721006 is a reply to message #721005] Wed, 31 August 2011 16:14 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
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
Previous Topic:Intro doesn't work in build
Next Topic:[SOLVED] How to getSelectionCount from a CCombo control?
Goto Forum:
  


Current Time: Fri Apr 19 09:22:32 GMT 2024

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

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

Back to the top