Hello!
I'm developing a e4-based RCP application and I would like to reuse some of eclipse 3.x components (e.g. Console and Progress). Could you tell me, please, how I can do this?
Thanks!
You need to add org.eclipse.ui.workbench which provides you with the
whole backward layer. I also think that you need to use all the
Advisor-Startup code to appropriately initialize the Backwards layer but
my knowledge about the compat-layer is well small :-)
Am 09.09.10 13:38, schrieb msultakov:
> Hello! I'm developing a e4-based RCP application and I would like to
> reuse some of eclipse 3.x components (e.g. Console and Progress). Could
> you tell me, please, how I can do this?
> Thanks!