Class HutnSourceViewerConfiguration


  • public class HutnSourceViewerConfiguration
    extends org.eclipse.jface.text.source.SourceViewerConfiguration
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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, getOverviewRulerAnnotationHover, getQuickAssistAssistant, getTabWidth, getTextHover, getTextHover, getUndoManager
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HutnSourceViewerConfiguration

        public HutnSourceViewerConfiguration​(HutnEditor editor)
    • Method Detail

      • 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