mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
13 lines
669 B
Plaintext
13 lines
669 B
Plaintext
QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor class.
|
|
|
|
As well as features found in standard text editing components, 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.
|
|
|
|
WWW: http://www.riverbankcomputing.co.uk/qscintilla/
|