Hello,
Is there a compact way to extract eclipse editor as a stand-alone component and add it to another application?
thanks in advance for your answers.
Hello,
Is there a compact way to extract eclipse editor as a stand-alone component and add it to another application?
thanks in advance for your answers.
You can use SWT/JFace outside of the Eclipse framework to make a similar editor, but you can't just pull out an Eclipse component and stick it in a completely different program. You would have to use the RCP framework to use it as-is.