Class HutnSourceViewerConfiguration
java.lang.Object
org.eclipse.jface.text.source.SourceViewerConfiguration
org.eclipse.epsilon.hutn.dt.editor.HutnSourceViewerConfiguration
public class HutnSourceViewerConfiguration
extends org.eclipse.jface.text.source.SourceViewerConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final HutnCommentScannerprotected final org.eclipse.jface.text.reconciler.IReconcilerprotected final HutnScannerprotected final HutnReconcileStrategy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jface.text.contentassist.IContentAssistantgetContentAssistant(org.eclipse.jface.text.source.ISourceViewer sourceViewer) org.eclipse.jface.text.presentation.IPresentationReconcilergetPresentationReconciler(org.eclipse.jface.text.source.ISourceViewer sourceViewer) org.eclipse.jface.text.reconciler.IReconcilergetReconciler(org.eclipse.jface.text.source.ISourceViewer sourceViewer) voidreconcile(org.eclipse.jface.text.IDocument document) Methods inherited from class org.eclipse.jface.text.source.SourceViewerConfiguration
getAnnotationHover, getAutoEditStrategies, getAutoIndentStrategy, getCodeMiningProviders, getConfiguredContentTypes, getConfiguredDocumentPartitioning, getConfiguredTextHoverStateMasks, getContentFormatter, getDefaultPrefixes, getDoubleClickStrategy, getHyperlinkDetectors, getHyperlinkPresenter, getHyperlinkStateMask, getIndentPrefixes, getIndentPrefixesForTab, getInformationControlCreator, getInformationPresenter, getLineSpacing, getOverviewRulerAnnotationHover, getQuickAssistAssistant, getTabWidth, getTextHover, getTextHover, getUndoManager
-
Field Details
-
scanner
-
commentScanner
-
reconciler
protected final org.eclipse.jface.text.reconciler.IReconciler reconciler -
strategy
-
-
Constructor Details
-
HutnSourceViewerConfiguration
-
-
Method Details
-
getPresentationReconciler
public org.eclipse.jface.text.presentation.IPresentationReconciler getPresentationReconciler(org.eclipse.jface.text.source.ISourceViewer sourceViewer) - Overrides:
getPresentationReconcilerin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getReconciler
public org.eclipse.jface.text.reconciler.IReconciler getReconciler(org.eclipse.jface.text.source.ISourceViewer sourceViewer) - Overrides:
getReconcilerin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
reconcile
public void reconcile(org.eclipse.jface.text.IDocument document) -
getContentAssistant
public org.eclipse.jface.text.contentassist.IContentAssistant getContentAssistant(org.eclipse.jface.text.source.ISourceViewer sourceViewer) - Overrides:
getContentAssistantin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-