| org.drools.eclipse.editors.DRLSourceViewerConfig
All known Subclasses: org.drools.eclipse.dsl.editor.DSLRuleSourceViewerConfig,
DRLSourceViewerConfig | public class DRLSourceViewerConfig extends SourceViewerConfiguration (Code) | | Source viewer config wires up the syntax highlighting, partitioning
and content assistance.
author: Michael Neale author: Kris Verlaenen |
Inner Class :static class SingleTokenScanner extends BufferedRuleBasedScanner | |
getAnnotationHover | public IAnnotationHover getAnnotationHover(ISourceViewer sourceViewer)(Code) | | |
getConfiguredContentTypes | public String[] getConfiguredContentTypes(ISourceViewer sourceViewer)(Code) | | |
getContentAssistant | public IContentAssistant getContentAssistant(ISourceViewer sourceViewer)(Code) | | Get the appropriate content assistance, for each partition.
|
getOverviewRulerAnnotationHover | public IAnnotationHover getOverviewRulerAnnotationHover(ISourceViewer sourceViewer)(Code) | | |
getPresentationReconciler | public IPresentationReconciler getPresentationReconciler(ISourceViewer sourceViewer)(Code) | | Define reconciler - this has to be done for each partition.
Currently there are 3 partitions, Inside rule, outside rule and inside comment.
|
getReconciler | public IReconciler getReconciler(ISourceViewer sourceViewer)(Code) | | |
|
|