Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-12-20 | Add IDocumentEditable interface for efficient interaction with document objects. | Neil | 1 | -7/+11 | |
2023-02-15 | Feature [feature-requests:#1477] More typesafe bindings of *Full APIs in | Zufu Liu | 1 | -3/+3 | |
ScintillaCall. | |||||
2022-05-17 | Duplicate APIs to support 64-bit document positions on Win32: | Neil | 1 | -0/+3 | |
SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL, and SCI_FORMATRANGEFULL. | |||||
2021-06-17 | Move ScintillaCall from SciTE project. | Neil | 1 | -7/+178 | |
2021-06-10 | Call HFacer to ensure Scintilla.h also updated. | Neil | 1 | -4/+9 | |
2021-05-24 | Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h | Neil | 1 | -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. |