Module implementing the lexer mixin class.
None |
SubstyledLexer | Class to implement the sub-styled lexer mixin class. |
None |
Class to implement the sub-styled lexer mixin class.
None |
None |
SubstyledLexer | Constructor |
addSubstyle | Public method to add an empty sub-style to a given base style. |
delSubstyle | Public method to delete a given sub-style definition. |
getBaseStyles | Public method to get the list of supported base styles. |
hasSubstyle | Public method to test for a given sub-style definition. |
hasSubstyles | Public method to indicate the support of sub-styles. |
isBaseStyle | Public method to test, if a given style may have sub-styles. |
loadAllDefaultSubStyles | Public method to load the default sub-style definitions. |
loadDefaultSubStyles | Public method to load the default sub-styles for a given base style. |
loadSubstyles | Public method to load the sub-styles from the settings file. |
readSubstyles | Public method to load the sub-styles and configure the editor. |
setSubstyleColor | Public method to set the foreground color of a sub-style. |
setSubstyleDescription | Public method to set the description for a sub-style. |
setSubstyleEolFill | Public method to set the eolfill flag of a sub-style. |
setSubstyleFont | Public method to set the font of a sub-style. |
setSubstylePaper | Public method to set the background color of a sub-style. |
setSubstyleWords | Public method to set the words for a sub-style. |
substyleColor | Public method to get the sub-style foreground color. |
substyleDefaultColor | Public method to get the sub-style default foreground color. |
substyleDefaultDescription | Public method to get the default description of a sub-style. |
substyleDefaultEolFill | Public method to get the default eolfill flag. |
substyleDefaultFont | Public method to get the default sub-style font. |
substyleDefaultPaper | Public method to get the sub-style default background color. |
substyleDefaultWords | Public method to get the default words of a sub-style. |
substyleDescription | Public method to get the description of a sub-style. |
substyleEolFill | Public method to get the eolfill flag. |
substyleFont | Public method to get the sub-style font. |
substylePaper | Public method to get the sub-style background color. |
substyleWords | Public method to get the words of a sub-style. |
substylesCount | Public method to get the number of defined sub-styles. |
writeSubstyles | Public method to save the sub-styles. |
None |
Constructor
Public method to add an empty sub-style to a given base style.
Public method to delete a given sub-style definition.
Public method to get the list of supported base styles.
Public method to test for a given sub-style definition.
Public method to indicate the support of sub-styles.
Public method to test, if a given style may have sub-styles.
Public method to load the default sub-style definitions.
Public method to load the default sub-styles for a given base style.
Public method to load the sub-styles from the settings file.
Public method to load the sub-styles and configure the editor.
Public method to set the foreground color of a sub-style.
Public method to set the description for a sub-style.
Public method to set the eolfill flag of a sub-style.
Public method to set the font of a sub-style.
Public method to set the background color of a sub-style.
Public method to set the words for a sub-style.
Public method to get the sub-style foreground color.
Public method to get the sub-style default foreground color.
Public method to get the default description of a sub-style.
Public method to get the default eolfill flag.
Public method to get the default sub-style font.
Public method to get the sub-style default background color.
Public method to get the default words of a sub-style.
Public method to get the description of a sub-style.
Public method to get the eolfill flag.
Public method to get the sub-style font.
Public method to get the sub-style background color.
Public method to get the words of a sub-style.
Public method to get the number of defined sub-styles.
Public method to save the sub-styles.