use of org.eclipse.che.ide.api.editor.editorconfig.DefaultTextEditorConfiguration in project che by eclipse.
the class RecipeEditorPanel method getEditor.
private TextEditor getEditor() {
OrionEditorPresenter editor = orionTextEditorFactory.get();
editor.initialize(new DefaultTextEditorConfiguration());
return editor;
}
Aggregations