aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ScintillaStructures.h
AgeCommit message (Collapse)AuthorFilesLines
2022-08-15Bug [#2343]. Forward declare Message in ScintillaStructures.h in caseNeil1-0/+2
ScintillaMessages.h not included.
2022-05-17Duplicate APIs to support 64-bit document positions on Win32:Neil1-0/+24
SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL, and SCI_FORMATRANGEFULL.
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-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.