aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CharacterCategoryMap.cxx
AgeCommit message (Collapse)AuthorFilesLines
2025-05-24Remove line end space.Zufu Liu1-1/+1
2025-04-03Silence 'magic' number clang-tidy warning where there is intense use of literalNeil1-0/+6
constants for processing character encodings or similar and where declaring constants would make the code more obscure, not less.
2024-10-24Update to Unicode 15.1.Neil1-2/+4
https://github.com/ScintillaOrg/lexilla/issues/285
2024-03-08Use noexcept in CharacterCategoryMap.Neil1-7/+12
2023-10-03Update character categories for Unicode 15.0.0.Neil1-22/+61
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.