Class VilHighlightingConfiguration
- java.lang.Object
-
- org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration
-
- de.uni_hildesheim.sse.vil.expressions.ui.highlighting.VilHighlightingConfiguration
-
- All Implemented Interfaces:
org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfiguration
public class VilHighlightingConfiguration extends org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfigurationThis class represents the initial configuration of the customized highlighting. The values (colors) configured here might be overridden by the colors defined by the user in the Eclipse configuration.- Author:
- dernek, kroeher
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringREFERRED_VARIABLESThe name of the configurable highlighting in the Eclipse preferences page.
-
Constructor Summary
Constructors Constructor Description VilHighlightingConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfigurationAcceptor acceptor)
-
-
-
Field Detail
-
REFERRED_VARIABLES
public static final java.lang.String REFERRED_VARIABLES
The name of the configurable highlighting in the Eclipse preferences page.- See Also:
- Constant Field Values
-
-
Method Detail
-
configure
public void configure(org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfigurationAcceptor acceptor)
- Specified by:
configurein interfaceorg.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfiguration- Overrides:
configurein classorg.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration
-
-