Question

Is it possible to add the ProjectExplorer to an Eclipse e4 RCP application? If yes how can I do that? Is this possible if I launch my RCP Application as an E4Application?

Was it helpful?

Solution 2

Yes, it's possible. Use google and find some links contain this topic, eg one, two or three. Try read and understand the idea of eclipse plugin development, what it is eclipse plugin and how it reuse. One practical tip for You, if You don't know name of plugin use Eclipse Spy Plugin. Click on Package Explorer hit ALT+SHIFT+F1 and will see plugin name, class etc.

The plug-in spy screen

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top