Registry / utility / scintilla

scintilla

JSON →
library5.5.8vcpkgunverified

A free source code editing component for Win32, GTK+, and OS X.

vcpkg install scintilla
INSTALL
IMPORT
SIG · SCINTILLA
S
scintilla
utilitycppv5.5.8
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.

Scintilla.h
#include <Scintilla.h>

Initialize Scintilla and set text (requires GUI integration).

#include <Scintilla.h> #include <ScintillaWidget.h> int main() { // Scintilla is typically used via a GUI framework; this is a minimal placeholder. sptr_t sci = 0; // Handle to Scintilla control SendMessage(sci, SCI_SETTEXT, 0, (sptr_t)"Hello, Scintilla!"); return 0; }
Debug
Known issues
gotchaScintilla requires a GUI framework (Win32, GTK+, or Cocoa) to function.
fix
Use within a GUI application; not suitable for console-only programs.
affects: *
Upgrade
Version history
5.5.8latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

scintilla — pip install scintilla · libregistry