de.cau.cs.kieler.core.annotations.text.ui
Class AnnotationsHighlightingConfiguration
java.lang.Object
org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration
de.cau.cs.kieler.core.annotations.text.ui.AnnotationsHighlightingConfiguration
- All Implemented Interfaces:
- org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfiguration
- Direct Known Subclasses:
- ActionsHighlightingConfiguration, KaomHighlightingConfiguration
public class AnnotationsHighlightingConfiguration
- extends org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration
Custom IHighlightingConfiguration
contributing to text editors of DSLs based on this
Annotations language. Provides profile for key value annotations' keys highlighting.
- Rating

Fields inherited from class org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration |
COMMENT_ID, DEFAULT_ID, INVALID_TOKEN_ID, KEYWORD_ID, NUMBER_ID, PUNCTUATION_ID, STRING_ID |
Methods inherited from class org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration |
commentTextStyle, defaultTextStyle, errorTextStyle, keywordTextStyle, numberTextStyle, punctuationTextStyle, stringTextStyle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ANNOTATION_KEY
public static final String ANNOTATION_KEY
- See Also:
- Constant Field Values
COMMENT_ANNOTATION
public static final String COMMENT_ANNOTATION
- See Also:
- Constant Field Values
AnnotationsHighlightingConfiguration
public AnnotationsHighlightingConfiguration()
configure
public void configure(org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfigurationAcceptor acceptor)
- Specified by:
configure
in interface org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfiguration
- Overrides:
configure
in class org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration
annotationKeyTextStyle
public org.eclipse.xtext.ui.editor.utils.TextStyle annotationKeyTextStyle()
commentAnnotationTextStyle
public org.eclipse.xtext.ui.editor.utils.TextStyle commentAnnotationTextStyle()