tags:

views:

23

answers:

1

Can Eclipse' docking framework be used independent of Eclipse/RCP for, e.g., a lightweight SWT application?

A: 

You can build your own application similar to Eclipse IDE: Eclipse RCP.

There is a tutorial here: Create your first RCP application

True Soft
Please reread my question (I've marked the important part in bold). I want to use it in a lightweight SWT application without the overhead of RCP.
mklhmnn
Why reinvent the wheel? If you really want to use it, you can look in the sources of the Eclipse, and rewrite it. But I think it would be more useful to learn making eclipse plugins, than writing an application that is just some MB less in code than Eclipse framework.
True Soft