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
Modifier and TypeFieldDescriptionprotected final HutnCommentScanner
protected final org.eclipse.jface.text.reconciler.IReconciler
protected final HutnScanner
protected final HutnReconcileStrategy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jface.text.contentassist.IContentAssistant
getContentAssistant
(org.eclipse.jface.text.source.ISourceViewer sourceViewer) org.eclipse.jface.text.presentation.IPresentationReconciler
getPresentationReconciler
(org.eclipse.jface.text.source.ISourceViewer sourceViewer) org.eclipse.jface.text.reconciler.IReconciler
getReconciler
(org.eclipse.jface.text.source.ISourceViewer sourceViewer) void
reconcile
(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:
getPresentationReconciler
in classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getReconciler
public org.eclipse.jface.text.reconciler.IReconciler getReconciler(org.eclipse.jface.text.source.ISourceViewer sourceViewer) - Overrides:
getReconciler
in 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:
getContentAssistant
in classorg.eclipse.jface.text.source.SourceViewerConfiguration
-