Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-15 | Bug [#2343]. Forward declare Message in ScintillaStructures.h in case | Neil | 1 | -0/+2 | |
ScintillaMessages.h not included. | |||||
2022-05-17 | Duplicate APIs to support 64-bit document positions on Win32: | Neil | 1 | -0/+24 | |
SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL, and SCI_FORMATRANGEFULL. | |||||
2021-05-24 | Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h | Neil | 1 | -0/+103 | |
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. |