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

    Fields
    Modifier and Type
    Field
    Description
    protected final HutnCommentScanner
     
    protected final org.eclipse.jface.text.reconciler.IReconciler
     
    protected final HutnScanner
     
    protected final HutnReconcileStrategy
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • scanner

      protected final HutnScanner scanner
    • commentScanner

      protected final HutnCommentScanner commentScanner
    • reconciler

      protected final org.eclipse.jface.text.reconciler.IReconciler reconciler
    • strategy

      protected final HutnReconcileStrategy strategy
  • Constructor Details

    • HutnSourceViewerConfiguration

      public HutnSourceViewerConfiguration(HutnEditor editor)
  • Method Details

    • getPresentationReconciler

      public org.eclipse.jface.text.presentation.IPresentationReconciler getPresentationReconciler(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
      Overrides:
      getPresentationReconciler in class org.eclipse.jface.text.source.SourceViewerConfiguration
    • getReconciler

      public org.eclipse.jface.text.reconciler.IReconciler getReconciler(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
      Overrides:
      getReconciler in class org.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 class org.eclipse.jface.text.source.SourceViewerConfiguration