T3000 CrossPlatform Documentation
SyntaxHighlighter Methods |
[This is preliminary documentation and is subject to change.]
The SyntaxHighlighter type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddResilientStyle |
Adds the given style as resilient style. A resilient style is additionally available when highlighting is
based on a syntax descriptor that has been derived from a XML description file. In the run of the highlighting routine
the styles used by the FCTB are always dropped and replaced with the (initial) ones from the syntax descriptor. Resilient styles are
added afterwards and can be used anyway.
| |
AddXmlDescription |
Uses the given doc to parse a XML description and adds it as syntax descriptor.
The syntax descriptor is used for highlighting when
| |
AutoIndentNeeded | ||
CSharpAutoIndentNeeded | ||
CSharpSyntaxHighlight |
Highlights C# code
| |
Dispose | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
HighlightSyntax(String, Range) |
Highlights syntax for given XML description file
| |
HighlightSyntax(Language, Range) |
Highlights syntax for given language
| |
HighlightSyntax(SyntaxDescriptor, Range) | ||
HTMLAutoIndentNeeded | ||
HTMLSyntaxHighlight |
Highlights HTML code
| |
InitCShaprRegex | ||
InitHTMLRegex | ||
InitJScriptRegex | ||
InitLuaRegex | ||
InitPHPRegex | ||
InitSQLRegex | ||
InitStyleSchema | ||
InitVBRegex | ||
InitXMLRegex | ||
JScriptSyntaxHighlight |
Highlights JavaScript code
| |
LuaAutoIndentNeeded | ||
LuaSyntaxHighlight |
Highlights Lua code
| |
MemberwiseClone | (Inherited from Object.) | |
ParseColor | ||
ParseFolding | ||
ParseRule | ||
ParseStyle | ||
ParseXmlDescription | ||
PHPAutoIndentNeeded | ||
PHPSyntaxHighlight |
Highlights PHP code
| |
RememberBrackets | ||
RestoreBrackets | ||
SQLAutoIndentNeeded | ||
SQLSyntaxHighlight |
Highlights SQL code
| |
ToString | (Inherited from Object.) | |
VBAutoIndentNeeded | ||
VBSyntaxHighlight |
Highlights VB code
| |
XMLAutoIndentNeeded | ||
XMLSyntaxHighlight |
Highlights XML code
|
See Also