ScintillaEditBase
Bases: ScintillaEditBaseFixed
The Scintilla editing widget, without ScintillaEdit's convenience API.
A real subclass rather than an import alias, so type checkers (and
"go to definition") report this class's own name instead of the
underlying ScintillaEditBaseFixed binding class -- see
docs/bindings.md for why that class exists.