API reference
pyside6_scintilla's public API: the ScintillaEditBase/ScintillaEdit
widgets, ScintillaDocument, and the Scintilla.Message enum used by
send/sends.
- ScintillaEditBase -- the raw widget, exposing
only
send/sends(and Scintilla's notification signals) for the fullSCI_*message API. - ScintillaEdit --
ScintillaEditBaseplus a typed Python method for everySCI_*message (e.g.setText(),textLength()). - ScintillaDocument -- a Scintilla document
buffer, for sharing one document between multiple
ScintillaEditwidgets. - Scintilla.Message -- the
SCI_*message IDs sent viasend/sends.