aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/CharacterCategory.h
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29Move CharacterSet and CharacterCategory from lexlib to src as in both ↵Neil1-50/+0
Lexilla and Scintilla
2019-11-01Remove noexcept from allocating constructors as may throw on memory exhaustion.Neil1-1/+1
2019-03-29Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIMIZATION APINeil1-0/+17
to optimize speed of character category features.
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-4/+0
interfaces ILexer4 and IDocument.
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