Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-29 | Move CharacterSet and CharacterCategory from lexlib to src as in both ↵ | Neil | 1 | -50/+0 | |
Lexilla and Scintilla | |||||
2019-11-01 | Remove noexcept from allocating constructors as may throw on memory exhaustion. | Neil | 1 | -1/+1 | |
2019-03-29 | Feature [feature-requests:#1259]. Add SCI_SETCHARACTERCATEGORYOPTIMIZATION API | Neil | 1 | -0/+17 | |
to optimize speed of character category features. | |||||
2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -4/+0 | |
interfaces ILexer4 and IDocument. | |||||
2017-03-23 | The Python lexer recognizes identifiers more accurately when they include | Neil | 1 | -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-01 | Added CharacterCategory. | Neil | 1 | -0/+31 | |