TextHighlighter (gb.eval.highlight)

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

Esta classe pode ser usada como um objeto através da criação de uma instância escondida sob demanda.

Esta classe não é instanciável.

Esta classe funciona como um array estático apenas leitura.

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

Propriedades estáticas
Alternate  
CanRewrite  
Comment  
DefaultStyle   Return the highlighter default style.
Limit  
Line  
List  
State  
Tag  
TextAfter  

Métodos estáticos
Add   Add the result of the highlighting of a piece of text to the internal analyze buffer associated with the current line being highlighted.

Propriedades
Styles  

Métodos
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.