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

python-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.

This package provides the Python bindings.

Installation

Install the latest version of python-qscintilla as follows:

guix install python-qscintilla

Or install a particular version:

guix install python-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.