aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Debugging.h
AgeCommit message (Collapse)AuthorFilesLines
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-2/+2
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.
2021-03-18Move assert and debug trace functions into their own header Debugging.h.Neil1-0/+44
PLATFORM_ASSERT is used in data structure headers which led to including graphics and windowing APIs in data structure modules.