TextHighlighter (gb.eval.highlight)
This class is the parent class of all specific text highlighter.
Tato třída může být použita jako objekt tak, že na požádání vytvoří skrytou instanci.
Tato třída je nevyvořitelná.
This class acts like a
pouze číst static array.
Konstanty
FullName
|
|
Name
|
This constant must return the name of the highlighter.
|
Static properties
Static methods
Add
|
Add the result of the highlighting of a piece of text to the internal analyze buffer associated
with the current line being highlighted.
|
Vlastnosti
Metoda
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.
|