Class AbstractModuleEditorSourceViewerConfiguration
- java.lang.Object
-
- org.eclipse.jface.text.source.SourceViewerConfiguration
-
- org.eclipse.epsilon.common.dt.editor.AbstractModuleEditorSourceViewerConfiguration
-
public class AbstractModuleEditorSourceViewerConfiguration extends org.eclipse.jface.text.source.SourceViewerConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description protected AbstractModuleEditorNormalFontScanner
commentScanner
protected String[]
defaultPrefixes
protected AbstractModuleEditor
editor
protected AbstractModuleEditorScanner
scanner
-
Constructor Summary
Constructors Constructor Description AbstractModuleEditorSourceViewerConfiguration(AbstractModuleEditor editor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.jface.text.source.IAnnotationHover
getAnnotationHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
org.eclipse.jface.text.IAutoEditStrategy[]
getAutoEditStrategies(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType)
AbstractModuleEditorNormalFontScanner
getCommentScanner()
org.eclipse.jface.text.contentassist.IContentAssistant
getContentAssistant(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
String[]
getDefaultPrefixes(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType)
org.eclipse.jface.text.ITextDoubleClickStrategy
getDoubleClickStrategy(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType)
org.eclipse.jface.text.hyperlink.IHyperlinkDetector[]
getHyperlinkDetectors(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
org.eclipse.jface.text.hyperlink.IHyperlinkPresenter
getHyperlinkPresenter(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
org.eclipse.jface.text.presentation.IPresentationReconciler
getPresentationReconciler(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
AbstractModuleEditorScanner
getScanner()
-
Methods inherited from class org.eclipse.jface.text.source.SourceViewerConfiguration
getAutoIndentStrategy, getCodeMiningProviders, getConfiguredContentTypes, getConfiguredDocumentPartitioning, getConfiguredTextHoverStateMasks, getContentFormatter, getHyperlinkStateMask, getIndentPrefixes, getIndentPrefixesForTab, getInformationControlCreator, getInformationPresenter, getOverviewRulerAnnotationHover, getQuickAssistAssistant, getReconciler, getTabWidth, getTextHover, getTextHover, getUndoManager
-
-
-
-
Field Detail
-
editor
protected AbstractModuleEditor editor
-
scanner
protected AbstractModuleEditorScanner scanner
-
commentScanner
protected AbstractModuleEditorNormalFontScanner commentScanner
-
defaultPrefixes
protected String[] defaultPrefixes
-
-
Constructor Detail
-
AbstractModuleEditorSourceViewerConfiguration
public AbstractModuleEditorSourceViewerConfiguration(AbstractModuleEditor editor)
-
-
Method Detail
-
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
-
getAutoEditStrategies
public org.eclipse.jface.text.IAutoEditStrategy[] getAutoEditStrategies(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType)
- Overrides:
getAutoEditStrategies
in classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getDoubleClickStrategy
public org.eclipse.jface.text.ITextDoubleClickStrategy getDoubleClickStrategy(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType)
- Overrides:
getDoubleClickStrategy
in classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getAnnotationHover
public org.eclipse.jface.text.source.IAnnotationHover getAnnotationHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
- Overrides:
getAnnotationHover
in classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getHyperlinkPresenter
public org.eclipse.jface.text.hyperlink.IHyperlinkPresenter getHyperlinkPresenter(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
- Overrides:
getHyperlinkPresenter
in classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getHyperlinkDetectors
public org.eclipse.jface.text.hyperlink.IHyperlinkDetector[] getHyperlinkDetectors(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
- Overrides:
getHyperlinkDetectors
in classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
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
-
getScanner
public AbstractModuleEditorScanner getScanner()
-
getCommentScanner
public AbstractModuleEditorNormalFontScanner getCommentScanner()
-
-