qscintilla
Qt port of the Scintilla C++ editor control
QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control. QScintilla includes features especially useful when editing and debugging source code. These include support for syntax styling, error indicators, code completion and call tips.
- Versions: 2.13.4
- Website: https://www.riverbankcomputing.co.uk/software/qscintilla/intro
- Licenses: GPL 3+
- Package source: gnu/packages/qt.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of qscintilla as follows:
guix install qscintilla
Or install a particular version:
guix install qscintilla@2.13.4
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of qscintilla about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/qscintilla'><img src='https://packages.guix.gnu.org/packages/qscintilla/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/qscintilla)
Example Org:
[[https://packages.guix.gnu.org/packages/qscintilla][https://packages.guix.gnu.org/packages/qscintilla/badges/latest-version.svg]]