aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CharacterCategoryMap.cxx
AgeCommit message (Collapse)AuthorFilesLines
2022-10-26Feature [feature-requests:#1461] Update to Unicode 14.Neil1-49/+141
2021-05-24Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.hNeil1-1/+1
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-04-27Rename CharacterSet and CharacterCategory modules in Scintilla to CharacterTypeNeil1-0/+4105
and CharacterCategoryMap to avoid clashes with Lexilla when building an executable that includes both.