#include "QtGui/QSyntaxHighlighter"#include "QtGui/QMessageBox"#include "HSyntaxHighlighterSettings.h"Go to the source code of this file.
Classes | |
| class | HSyntaxHighlighter |
| Syntax highlighter This class implements simple Syntax Highlighter, based on rules using QRegExp form matching parts of code to highlight, and QTextCharFormat for code formating. It developed on basis of Qt's QSyntaxHighlighter, which provide foundations for all Syntax Highlighting classes It store all of it settings in settings. More... | |
Definition in file HSyntaxHighlighter.h.
1.5.8