Skip to main content

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

Hi,

The Editor is a full concept of the IDE, with its own lifecycle, position, services and so on; not really embeddable in a composite.
But you can try to put a SourceViewer in a composite, and then configure with `viewer.setSourceViewerConfiguration(new ExtensionBasedTextViewerConfiguration(null, preferenceStore))`.
Beware that 1. this is internal code and may change in non-backward compatible way and 2. this case is not tested.

Cheers,

Back to the top