Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-24 | Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h | Neil | 1 | -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-05 | Change CaseConversion to an enum class. | Neil | 1 | -8/+8 | |
2020-03-13 | Using constexpr in UniConversion and CaseConvert. | Neil | 1 | -1/+1 | |
2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -4/+0 | |
interfaces ILexer4 and IDocument. | |||||
2016-10-27 | Tidy CaseMapString by moving some mechanics into CaseConvert. Use StringEncode | Neil | 1 | -0/+3 | |
and StringDecode more and make more likely to be optimized. | |||||
2013-07-11 | Include case conversion data in Scintilla so that all platforms will perform | Neil | 1 | -0/+47 | |
case conversion of Unicode text in accordance with Unicode. |