diff options
Diffstat (limited to 'libraries/QScintilla-qt5/README')
-rw-r--r-- | libraries/QScintilla-qt5/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/QScintilla-qt5/README b/libraries/QScintilla-qt5/README new file mode 100644 index 0000000000000..2824761f204b9 --- /dev/null +++ b/libraries/QScintilla-qt5/README @@ -0,0 +1,9 @@ +QScintilla includes features especially useful when editing and debugging +source code. These include support for syntax styling, error indicators, code +completion, and call tips. The selection margin can contain markers like those +used in debuggers to indicate breakpoints and the current line. Styling +choices are more open than with many editors, allowing the use of proportional +fonts, bold and italics, multiple foreground and background colours, and +multiple fonts. + +This script provides QScintilla for Python 3 only. |