aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ILoader.h
AgeCommit message (Collapse)AuthorFilesLines
2023-12-20Add IDocumentEditable interface for efficient interaction with document objects.Neil1-0/+13
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-0/+4
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.
2017-08-28New header ILoader.h defines ILoader interface as it does not belong in ↵Neil1-0/+21
ILexer.h.