Class VilHighlightingConfiguration

  • All Implemented Interfaces:
    org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfiguration

    public class VilHighlightingConfiguration
    extends org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration
    This 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.String REFERRED_VARIABLES
      The name of the configurable highlighting in the Eclipse preferences page.
      • 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, TASK_ID
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void configure​(org.eclipse.xtext.ui.editor.syntaxcoloring.IHighlightingConfigurationAcceptor acceptor)  
      • Methods inherited from class org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultHighlightingConfiguration

        commentTextStyle, defaultTextStyle, errorTextStyle, keywordTextStyle, numberTextStyle, punctuationTextStyle, stringTextStyle, taskTextStyle
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • VilHighlightingConfiguration

        public VilHighlightingConfiguration()
    • Method Detail

      • 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