Registry / other / qscintilla

qscintilla

JSON →
library2.14.1vcpkgunverified

QScintilla is a port to Qt of the Scintilla editing component, featuring syntax highlighting, code-completion and much more.

vcpkg install qscintilla
INSTALL
IMPORT
SIG · QSCINTILLA
Q
qscintilla
othercppv2.14.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Qsci/qsciscintilla.h
#include <Qsci/qsciscintilla.h>

Create a QScintilla editor widget.

#include <Qsci/qsciscintilla.h> #include <QApplication> int main(int argc, char *argv[]) { QApplication app(argc, argv); QsciScintilla editor; editor.show(); return app.exec(); }
Debug
Known issues
gotchaThis port is built without Python bindings and QtDesigner plugin.
fix
If you need Python bindings, install PyQt separately and rebuild QScintilla with the appropriate option.
affects: *
Upgrade
Version history
2.14.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

qscintilla — pip install qscintilla · libregistry