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
FieldsModifier and TypeFieldDescriptionprotected AbstractModuleEditorNormalFontScanner
protected String[]
protected AbstractModuleEditor
protected AbstractModuleEditorScanner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.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) 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) Methods inherited from class org.eclipse.jface.text.source.SourceViewerConfiguration
getAutoIndentStrategy, getCodeMiningProviders, getConfiguredContentTypes, getConfiguredDocumentPartitioning, getConfiguredTextHoverStateMasks, getContentFormatter, getHyperlinkStateMask, getIndentPrefixes, getIndentPrefixesForTab, getInformationControlCreator, getInformationPresenter, getLineSpacing, getOverviewRulerAnnotationHover, getQuickAssistAssistant, getReconciler, getTabWidth, getTextHover, getTextHover, getUndoManager
-
Field Details
-
editor
-
scanner
-
commentScanner
-
defaultPrefixes
-
-
Constructor Details
-
AbstractModuleEditorSourceViewerConfiguration
-
-
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
-
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
-
getCommentScanner
-
getDefaultPrefixes
public String[] getDefaultPrefixes(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType) - Overrides:
getDefaultPrefixes
in classorg.eclipse.jface.text.source.SourceViewerConfiguration
-