SMILX
1.01
|
Syntax highlighting for Python to be applied to the console (such as milxQtPythonConsole). More...
#include <milxQtPythonPlugin.h>
Public Member Functions | |
milxQtPythonSyntaxHighlighter (QTextEdit *textEdit) | |
void | highlightBlock (const QString &text) |
Syntax highlighting for Python to be applied to the console (such as milxQtPythonConsole).
Escape block is defined as '@' '\'.
Work in progress.
Definition at line 120 of file milxQtPythonPlugin.h.
milxQtPythonSyntaxHighlighter::milxQtPythonSyntaxHighlighter | ( | QTextEdit * | textEdit | ) |
Add keywords to highlight
Quotation highlighting
Single Quotation highlighting
Single Line comment highlighting
Definition at line 194 of file milxQtPythonPlugin.cpp.
void milxQtPythonSyntaxHighlighter::highlightBlock | ( | const QString & | text | ) |