| Package | Description |
|---|---|
| org.eclipse.xtext.ui.editor | |
| org.eclipse.xtext.ui.editor.embedded | |
| org.eclipse.xtext.ui.editor.syntaxcoloring |
| Modifier and Type | Method and Description |
|---|---|
XtextSourceViewer |
XtextSourceViewer.Factory.createSourceViewer(org.eclipse.swt.widgets.Composite parent,
org.eclipse.jface.text.source.IVerticalRuler ruler,
org.eclipse.jface.text.source.IOverviewRuler overviewRuler,
boolean showsAnnotationOverview,
int styles) |
XtextSourceViewer |
XtextSourceViewer.DefaultFactory.createSourceViewer(org.eclipse.swt.widgets.Composite parent,
org.eclipse.jface.text.source.IVerticalRuler ruler,
org.eclipse.jface.text.source.IOverviewRuler overviewRuler,
boolean showsAnnotationOverview,
int styles) |
| Modifier and Type | Method and Description |
|---|---|
XtextSourceViewer |
EmbeddedEditor.getViewer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EmbeddedEditorFactory.Builder.afterCreatePartialEditor(XtextSourceViewer viewer,
XtextDocument document,
org.eclipse.jface.text.source.CompositeRuler verticalRuler,
EmbeddedEditorActions actions) |
| Constructor and Description |
|---|
EmbeddedEditor(XtextDocument document,
XtextSourceViewer viewer,
XtextSourceViewerConfiguration configuration,
IEditedResourceProvider resourceProvider,
Runnable afterSetDocumet) |
| Modifier and Type | Method and Description |
|---|---|
void |
HighlightingHelper.install(XtextEditor editor,
XtextSourceViewer sourceViewer) |
void |
IHighlightingHelper.install(XtextEditor xtextEditor,
XtextSourceViewer sourceViewer) |
void |
HighlightingReconciler.install(XtextEditor editor,
XtextSourceViewer sourceViewer,
HighlightingPresenter presenter)
Install this reconciler on the given editor and presenter.
|
void |
HighlightingHelper.install(XtextSourceViewerConfiguration configuration,
XtextSourceViewer sourceViewer) |
void |
HighlightingPresenter.install(XtextSourceViewer sourceViewer,
XtextPresentationReconciler backgroundPresentationReconciler)
Install this presenter on the given source viewer and background presentation reconciler.
|
Copyright © 2016. All Rights Reserved.