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
2010-10-24 16:19:12
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
2010-10-25 08:38:31
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
2010-10-25 18:30:23