aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/ScintillaAPIFacer.py
AgeCommit message (Collapse)AuthorFilesLines
2023-12-20Add IDocumentEditable interface for efficient interaction with document objects.Neil1-7/+11
2023-02-15Feature [feature-requests:#1477] More typesafe bindings of *Full APIs inZufu Liu1-3/+3
ScintillaCall.
2022-05-17Duplicate APIs to support 64-bit document positions on Win32:Neil1-0/+3
SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL, and SCI_FORMATRANGEFULL.
2021-06-17Move ScintillaCall from SciTE project.Neil1-7/+178
2021-06-10Call HFacer to ensure Scintilla.h also updated.Neil1-4/+9
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-0/+107
and ScintillaStructures.h using scoped enumerations. Use these headers instead of Scintilla.h internally. External definitions go in the Scintilla namespace and internal definitio0ns in Scintilla::Internal.