aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/CharacterCategory.h
AgeCommit message (Collapse)AuthorFilesLines
2019-11-01Backport: Remove noexcept from allocating constructors as may throw on ↵Neil1-1/+1
memory exhaustion. Backport of changeset 7750:12807611677a.
2019-04-16Backport: Feature [feature-requests:#1259]. Add ↵mitchell1-0/+17
SCI_SETCHARACTERCATEGORYOPTIMIZATION API to optimize speed of character category features. Backport of changeset 7392:2832adedd0f4, but with added includes for Sci::clamp().
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and ↵Neil1-4/+0
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3.
2017-03-23The Python lexer recognizes identifiers more accurately when they includeNeil1-0/+6
non-ASCII characters. Calls provided for determining whether characters are in the sets defined for identifiers by the Unicode standard in UAX #31.
2013-07-01Added CharacterCategory.Neil1-0/+31