TextHighlighter (gb.eval.highlight)
This class is the parent class of all specific text highlighter.
Этот класс может быть использован как объект при создании скрытого экземпляра по требованию.
Этот класс несоздаваемый.
Этот класс представлен как
только для чтения статический массив.
Константы
FullName
|
|
Name
|
This constant must return the name of the highlighter.
|
Статические свойства
Статические методы
Add
|
Add the result of the highlighting of a piece of text to the internal analyze buffer associated
with the current line being highlighted.
|
Свойства
Методы
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.
|