public class OQLTextViewerConfiguration extends SourceViewerConfiguration
| Constructor and Description |
|---|
OQLTextViewerConfiguration(ISnapshot snapshot,
Color comment,
Color keyword)
Associates snapshot at this object.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getConfiguredContentTypes(ISourceViewer sourceViewer) |
IContentAssistant |
getContentAssistant(ISourceViewer sourceViewer)
Instantiates content assist for every content type
|
IPresentationReconciler |
getPresentationReconciler(ISourceViewer sourceViewer)
Provides syntax highlighting.
|
getAnnotationHover, getAutoEditStrategies, getAutoIndentStrategy, getCodeMiningProviders, getConfiguredDocumentPartitioning, getConfiguredTextHoverStateMasks, getContentFormatter, getDefaultPrefixes, getDoubleClickStrategy, getHyperlinkDetectors, getHyperlinkPresenter, getHyperlinkStateMask, getIndentPrefixes, getInformationControlCreator, getInformationPresenter, getOverviewRulerAnnotationHover, getQuickAssistAssistant, getReconciler, getTabWidth, getTextHover, getTextHover, getUndoManagerpublic String[] getConfiguredContentTypes(ISourceViewer sourceViewer)
getConfiguredContentTypes in class SourceViewerConfigurationpublic IContentAssistant getContentAssistant(ISourceViewer sourceViewer)
getContentAssistant in class SourceViewerConfigurationpublic IPresentationReconciler getPresentationReconciler(ISourceViewer sourceViewer)
getPresentationReconciler in class SourceViewerConfiguration