TextHighlighter (gb.eval.highlight)
This class is the parent class of all specific text highlighter.
Esta clase se puede usar como un objeto creando una instancia oculta bajo demanda.
Esta clase no es instanciable.
Esta clase actúa com un array estático de
sólo lectura.
Constantes
FullName
|
|
Name
|
This constant must return the name of the highlighter.
|
Propiedades estáticas
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.
|
Propiedades
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.
|