TextHighlighter (gb.eval.highlight)

This class is the parent class of all specific text highlighter.

Diese Klasse kann als Objekt benutzt werden, indem man bei Bedarf eine versteckte Instanz erstellt.

Diese Klasse kann nicht erzeugt werden.

Diese Klasse wirkt wie ein nur lesbar statisches Array.

Konstanten
FullName  
Name   This constant must return the name of the highlighter.

Statische Eigenschaften
Alternate  
CanRewrite  
Comment  
DefaultStyle   Return the highlighter default style.
Limit  
Line  
List  
State  
Tag  
TextAfter  

Statische Methoden
Add   Add the result of the highlighting of a piece of text to the internal analyze buffer associated with the current line being highlighted.

Eigenschaften
Styles  

Methoden
GetKeywords   Return the list of keywords associated with a specific highlighter.
Paint   Paint some highlighted text.
Run   Run a specific highlighter on a line of text.
ToANSI  
ToHTML   Highlight a text and return the result as colored HTML.
ToRichText   Highlight a text and return the result as colored rich text.