TextEditor.Highlight (gb.form.editor)
Property Highlight As String
Return or set the highlighting mode.
It can take one of the following values:
"c"
,
"c++"
or
"cplusplus"
,
"css"
,
"custom"
,
"diff"
,
"gambas"
,
"html"
,
"none"
,
"javascript"
,
"sh"
,
"sql"
,
"webpage"
.
If the highlighting mode is set to
"custom"
,
"none"
or a null string, then the
Highlight event will be raised each time a line must be highlighted.
If you do not implement the handler for that event, nothing will be highlighted.
The property is
NULL
by default.