Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] Generic Editor in composite

Hello,

is it even possible to use the Generic Editor in a composite?
Approximately how it works with xtext with the Embedded Editor?

Just like the example below:

org.eclipse.swt.widgets.Composite composite ...
ExtensionBasedTextEditor editor = new ExtensionBasedTextEditor();
editor.createPartControl(composite );

???

Greetings, Marek

Back to the top