Class EglConfiguration
java.lang.Object
org.eclipse.jface.text.source.SourceViewerConfiguration
org.eclipse.epsilon.egl.dt.editor.EglConfiguration
public class EglConfiguration
extends org.eclipse.jface.text.source.SourceViewerConfiguration
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEglConfiguration(AbstractModuleEditorSourceViewerConfiguration configuration, EolEditor eolEditor) -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jface.text.source.IAnnotationHovergetAnnotationHover(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.IAutoIndentStrategygetAutoIndentStrategy(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType) String[]getConfiguredContentTypes(org.eclipse.jface.text.source.ISourceViewer sourceViewer) getConfiguredDocumentPartitioning(org.eclipse.jface.text.source.ISourceViewer sourceViewer) int[]getConfiguredTextHoverStateMasks(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType) org.eclipse.jface.text.contentassist.IContentAssistantgetContentAssistant(org.eclipse.jface.text.source.ISourceViewer sourceViewer) org.eclipse.jface.text.formatter.IContentFormattergetContentFormatter(org.eclipse.jface.text.source.ISourceViewer sourceViewer) String[]getDefaultPrefixes(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType) org.eclipse.jface.text.ITextDoubleClickStrategygetDoubleClickStrategy(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.IHyperlinkPresentergetHyperlinkPresenter(org.eclipse.jface.text.source.ISourceViewer sourceViewer) intgetHyperlinkStateMask(org.eclipse.jface.text.source.ISourceViewer sourceViewer) String[]getIndentPrefixes(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType) org.eclipse.jface.text.IInformationControlCreatorgetInformationControlCreator(org.eclipse.jface.text.source.ISourceViewer sourceViewer) org.eclipse.jface.text.information.IInformationPresentergetInformationPresenter(org.eclipse.jface.text.source.ISourceViewer sourceViewer) org.eclipse.jface.text.source.IAnnotationHovergetOverviewRulerAnnotationHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer) org.eclipse.jface.text.presentation.IPresentationReconcilergetPresentationReconciler(org.eclipse.jface.text.source.ISourceViewer sourceViewer) org.eclipse.jface.text.quickassist.IQuickAssistAssistantgetQuickAssistAssistant(org.eclipse.jface.text.source.ISourceViewer sourceViewer) org.eclipse.jface.text.reconciler.IReconcilergetReconciler(org.eclipse.jface.text.source.ISourceViewer sourceViewer) intgetTabWidth(org.eclipse.jface.text.source.ISourceViewer sourceViewer) org.eclipse.jface.text.ITextHovergetTextHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType) org.eclipse.jface.text.ITextHovergetTextHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType, int stateMask) org.eclipse.jface.text.IUndoManagergetUndoManager(org.eclipse.jface.text.source.ISourceViewer sourceViewer) Methods inherited from class org.eclipse.jface.text.source.SourceViewerConfiguration
getCodeMiningProviders, getIndentPrefixesForTab, getLineSpacing
-
Field Details
-
eolEditor
-
-
Constructor Details
-
EglConfiguration
public EglConfiguration(AbstractModuleEditorSourceViewerConfiguration configuration, EolEditor eolEditor)
-
-
Method Details
-
getPresentationReconciler
public org.eclipse.jface.text.presentation.IPresentationReconciler getPresentationReconciler(org.eclipse.jface.text.source.ISourceViewer sourceViewer) - Overrides:
getPresentationReconcilerin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getAnnotationHover
public org.eclipse.jface.text.source.IAnnotationHover getAnnotationHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer) - Overrides:
getAnnotationHoverin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getAutoEditStrategies
public org.eclipse.jface.text.IAutoEditStrategy[] getAutoEditStrategies(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType) - Overrides:
getAutoEditStrategiesin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getAutoIndentStrategy
public org.eclipse.jface.text.IAutoIndentStrategy getAutoIndentStrategy(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType) - Overrides:
getAutoIndentStrategyin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getConfiguredContentTypes
- Overrides:
getConfiguredContentTypesin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getConfiguredDocumentPartitioning
public String getConfiguredDocumentPartitioning(org.eclipse.jface.text.source.ISourceViewer sourceViewer) - Overrides:
getConfiguredDocumentPartitioningin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getConfiguredTextHoverStateMasks
public int[] getConfiguredTextHoverStateMasks(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType) - Overrides:
getConfiguredTextHoverStateMasksin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getContentAssistant
public org.eclipse.jface.text.contentassist.IContentAssistant getContentAssistant(org.eclipse.jface.text.source.ISourceViewer sourceViewer) - Overrides:
getContentAssistantin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getContentFormatter
public org.eclipse.jface.text.formatter.IContentFormatter getContentFormatter(org.eclipse.jface.text.source.ISourceViewer sourceViewer) - Overrides:
getContentFormatterin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getDefaultPrefixes
public String[] getDefaultPrefixes(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType) - Overrides:
getDefaultPrefixesin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getDoubleClickStrategy
public org.eclipse.jface.text.ITextDoubleClickStrategy getDoubleClickStrategy(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType) - Overrides:
getDoubleClickStrategyin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getHyperlinkDetectors
public org.eclipse.jface.text.hyperlink.IHyperlinkDetector[] getHyperlinkDetectors(org.eclipse.jface.text.source.ISourceViewer sourceViewer) - Overrides:
getHyperlinkDetectorsin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getHyperlinkPresenter
public org.eclipse.jface.text.hyperlink.IHyperlinkPresenter getHyperlinkPresenter(org.eclipse.jface.text.source.ISourceViewer sourceViewer) - Overrides:
getHyperlinkPresenterin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getHyperlinkStateMask
public int getHyperlinkStateMask(org.eclipse.jface.text.source.ISourceViewer sourceViewer) - Overrides:
getHyperlinkStateMaskin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getIndentPrefixes
public String[] getIndentPrefixes(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType) - Overrides:
getIndentPrefixesin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getInformationControlCreator
public org.eclipse.jface.text.IInformationControlCreator getInformationControlCreator(org.eclipse.jface.text.source.ISourceViewer sourceViewer) - Overrides:
getInformationControlCreatorin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getInformationPresenter
public org.eclipse.jface.text.information.IInformationPresenter getInformationPresenter(org.eclipse.jface.text.source.ISourceViewer sourceViewer) - Overrides:
getInformationPresenterin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getOverviewRulerAnnotationHover
public org.eclipse.jface.text.source.IAnnotationHover getOverviewRulerAnnotationHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer) - Overrides:
getOverviewRulerAnnotationHoverin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getQuickAssistAssistant
public org.eclipse.jface.text.quickassist.IQuickAssistAssistant getQuickAssistAssistant(org.eclipse.jface.text.source.ISourceViewer sourceViewer) - Overrides:
getQuickAssistAssistantin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getReconciler
public org.eclipse.jface.text.reconciler.IReconciler getReconciler(org.eclipse.jface.text.source.ISourceViewer sourceViewer) - Overrides:
getReconcilerin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getTabWidth
public int getTabWidth(org.eclipse.jface.text.source.ISourceViewer sourceViewer) - Overrides:
getTabWidthin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getTextHover
public org.eclipse.jface.text.ITextHover getTextHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType, int stateMask) - Overrides:
getTextHoverin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getTextHover
public org.eclipse.jface.text.ITextHover getTextHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer, String contentType) - Overrides:
getTextHoverin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-
getUndoManager
public org.eclipse.jface.text.IUndoManager getUndoManager(org.eclipse.jface.text.source.ISourceViewer sourceViewer) - Overrides:
getUndoManagerin classorg.eclipse.jface.text.source.SourceViewerConfiguration
-