qscintilla 2.13.4
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.
- 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 qscintilla 2.13.4
as follows:
guix install qscintilla@2.13.4
Or install the latest version:
guix install qscintilla
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.