org.eclipse.cdt.make.internal.ui.editor
Class MakefileSourceConfiguration
java.lang.Object
org.eclipse.jface.text.source.SourceViewerConfiguration
org.eclipse.ui.editors.text.TextSourceViewerConfiguration
org.eclipse.cdt.make.internal.ui.editor.MakefileSourceConfiguration
public class MakefileSourceConfiguration
- extends org.eclipse.ui.editors.text.TextSourceViewerConfiguration
Method Summary |
void |
adaptToPreferenceChange(org.eclipse.jface.util.PropertyChangeEvent event)
|
boolean |
affectsBehavior(org.eclipse.jface.util.PropertyChangeEvent event)
|
org.eclipse.jface.text.source.IAnnotationHover |
getAnnotationHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
|
java.lang.String[] |
getConfiguredContentTypes(org.eclipse.jface.text.source.ISourceViewer v)
|
org.eclipse.jface.text.contentassist.IContentAssistant |
getContentAssistant(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
|
java.lang.String[] |
getDefaultPrefixes(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
java.lang.String contentType)
|
org.eclipse.jface.text.presentation.IPresentationReconciler |
getPresentationReconciler(org.eclipse.jface.text.source.ISourceViewer v)
|
org.eclipse.jface.text.reconciler.IReconciler |
getReconciler(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
|
org.eclipse.jface.text.ITextHover |
getTextHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
java.lang.String contentType)
|
Methods inherited from class org.eclipse.ui.editors.text.TextSourceViewerConfiguration |
getConfiguredTextHoverStateMasks, getHyperlinkDetectors, getHyperlinkPresenter, getHyperlinkStateMask, getOverviewRulerAnnotationHover, getTabWidth, getUndoManager |
Methods inherited from class org.eclipse.jface.text.source.SourceViewerConfiguration |
getAutoEditStrategies, getAutoIndentStrategy, getConfiguredDocumentPartitioning, getContentFormatter, getDoubleClickStrategy, getIndentPrefixes, getInformationControlCreator, getInformationPresenter, getQuickAssistAssistant, getTextHover |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MakefileSourceConfiguration
public MakefileSourceConfiguration(org.eclipse.jface.preference.IPreferenceStore preferenceStore,
MakefileEditor editor)
- Constructor for MakeConfiguration
getConfiguredContentTypes
public java.lang.String[] getConfiguredContentTypes(org.eclipse.jface.text.source.ISourceViewer v)
- Overrides:
getConfiguredContentTypes
in class org.eclipse.jface.text.source.SourceViewerConfiguration
- See Also:
SourceViewerConfiguration.getConfiguredContentTypes(ISourceViewer)
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
- See Also:
SourceViewerConfiguration.getContentAssistant(ISourceViewer)
getPresentationReconciler
public org.eclipse.jface.text.presentation.IPresentationReconciler getPresentationReconciler(org.eclipse.jface.text.source.ISourceViewer v)
- 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
- See Also:
SourceViewerConfiguration.getReconciler(ISourceViewer)
getDefaultPrefixes
public java.lang.String[] getDefaultPrefixes(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
java.lang.String contentType)
- Overrides:
getDefaultPrefixes
in class org.eclipse.jface.text.source.SourceViewerConfiguration
getTextHover
public org.eclipse.jface.text.ITextHover getTextHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
java.lang.String contentType)
- Overrides:
getTextHover
in class org.eclipse.ui.editors.text.TextSourceViewerConfiguration
getAnnotationHover
public org.eclipse.jface.text.source.IAnnotationHover getAnnotationHover(org.eclipse.jface.text.source.ISourceViewer sourceViewer)
- Overrides:
getAnnotationHover
in class org.eclipse.ui.editors.text.TextSourceViewerConfiguration
affectsBehavior
public boolean affectsBehavior(org.eclipse.jface.util.PropertyChangeEvent event)
- Parameters:
event
-
- Returns:
adaptToPreferenceChange
public void adaptToPreferenceChange(org.eclipse.jface.util.PropertyChangeEvent event)
- Parameters:
event
-