This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/qscintilla/badges/latest-version.svg)](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]]