#include <PythonSyntaxHighlighter.h>
|
void | highlightBlock (const QString &text) |
| Parentheses matching code taken from Qt Quarterly Issue 31 · Q3 2009. More...
|
|
SyntaxHighlighter::SyntaxHighlighter |
( |
ScriptEdit * |
parent) | |
|
References ScriptingEnv::application(), commentFormat, ApplicationWindow::d_comment_highlight_color, ApplicationWindow::d_function_highlight_color, ApplicationWindow::d_numeric_highlight_color, ApplicationWindow::d_quotation_highlight_color, SyntaxHighlighter::HighlightingRule::format, functionFormat, highlightingRules, numericFormat, SyntaxHighlighter::HighlightingRule::pattern, quotationFormat, and scripted::scriptingEnv().
void SyntaxHighlighter::highlightBlock |
( |
const QString & |
text) | |
|
|
protected |
QTextCharFormat SyntaxHighlighter::commentFormat |
|
protected |
QTextCharFormat SyntaxHighlighter::functionFormat |
|
protected |
QTextCharFormat SyntaxHighlighter::numericFormat |
|
protected |
QTextCharFormat SyntaxHighlighter::quotationFormat |
|
protected |
The documentation for this class was generated from the following files: