KSyntaxHighlighting C++ Classes
KSyntaxHighlighting is a stand-alone implementation of the Kate syntax highlighting engine. More...
Namespaces
Syntax highlighting engine for Kate syntax definitions | |
Classes
Abstract base class for highlighters | |
Helper class to download definition file updates | |
Represents a begin or end of a folding region | |
Describes the format to be used for a specific text fragment. The actual format used for displaying is merged from the format information in the syntax definition file, and a theme | |
Syntax highlighting repository | |
Opaque handle to the state of the highlighting engine | |
A QSyntaxHighlighter implementation for use with QTextDocument. This supports partial re-highlighting during editing and tracks syntax-based code folding regions | |
Color theme definition used for highlighting |
Detailed Description
It's meant as a building block for text editors as well as for simple highlighted text rendering (e.g. as HTML), supporting both integration with a custom editor as well as a ready-to-use QSyntaxHighlighter sub-class.