QScintilla

Introduction

QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control.

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.

QScintilla, unlike Scintilla, uses the same license model as PyQt and Qt. QScintilla is available under the GNU GPL (v2 and v3) and under a commercial license. The commercial license allows closed source applications using QScintilla to be developed and distributed.

Usage

Compute Systems Invocation Version(s)
Red Hat Linux (64-bit) 2.4.3 (default)

Notes

  1. QScintilla libraries are built into our /util/qt4/lib installation.
  2. QScintilla is a component of TOra (Toolkit for Oracle).

References

  1. http://www.riverbankcomputing.co.uk/software/qscintilla