Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-29 | Remove Lexilla files from Scintilla | Neil | 1 | -149/+0 | |
2020-07-16 | Add constexpr, const, noexcept and make other small improvements to lexlib. | Neil | 1 | -5/+3 | |
2019-11-09 | Remember string values in OptionSet so can be easily retrieved. | Neil | 1 | -1/+14 | |
2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -4/+0 | |
interfaces ILexer4 and IDocument. | |||||
2013-05-24 | Made methods const where they can be and are logically const as well. | nyamatongwe | 1 | -3/+3 | |
2011-02-01 | Made destructor of OptionSet virtual to ensure all destructors called. | nyamatongwe | 1 | -0/+2 | |
2010-07-14 | Visual C++ 98 had a fatal error with the previous definition of a default ↵ | nyamatongwe | 1 | -1/+4 | |
constructor. This is equivalent and compiles. | |||||
2010-07-13 | Explicit typename avoids errors from g++. | nyamatongwe | 1 | -3/+3 | |
2010-07-13 | Split OptionSet class out into its own file. | nyamatongwe | 1 | -0/+137 | |