2024-01-05 17:04:13 +01:00
|
|
|
# qscintilla
|
|
|
|
|
2024-01-05 17:04:16 +01:00
|
|
|
QScintilla is a port to Qt of the Scintilla editing component.
|
|
|
|
As well as features found in standard text editing components,
|
|
|
|
Scintilla includes features especially useful when editing and debugging source code:
|
|
|
|
* syntax styling with support for over 70 languages
|
|
|
|
* error indicators
|
|
|
|
* code completion
|
|
|
|
* call tips
|
|
|
|
* code folding
|
|
|
|
* margins can contain markers like those used in debuggers to indicate breakpoints and the current line.
|
|
|
|
* recordable macros
|
|
|
|
* multiple views printing.
|
|
|
|
|