Eclipse RCP e4 : Add Project Explorer view

784 Views Asked by At

I am trying to integrate a Project Explorer view into an RCP e4 application I am working on.

Unfortunately, the information I found online in SO and elsewhere do not provide much information on how to achieve this.

It seems that e4 does not fully support the Project Explorer view (and similar other views) yet, hence the need to provide some kind of compatibility with RCP 3.x.

Does anyone know how to achieve this? Any help is appreciated.

UPDATE:

Grep's comments below are correct, i.e., at the moment developing a native e4 RCP is not available. Hence you need to start with an 3.x RCP and make it e4 aware.

For anyone interested the following links provide excellent answers to these issues.

0

There are 0 best solutions below