Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -2/+0 | |
interfaces ILexer4 and IDocument. | |||||
2017-06-22 | Merge Ilexer and ILexerWithSubStyles into ILexer4 to avoid need for version | Neil | 1 | -2/+2 | |
checking in 4.0. Use lvRelease4 ID. | |||||
2017-06-22 | Add a DefaultLexer class which lexers can subclass if they want reasonable | Neil | 1 | -1/+2 | |
default implementations of the ILexerWithSubStyles interface methods. | |||||
2017-03-04 | Use C++11 keyword "override" for methods in lexers that override an interface. | Neil | 1 | -13/+13 | |
2016-10-14 | Fix JSON lexer folding bug. | yonken | 1 | -2/+4 | |
2016-03-20 | Feature [feature-requests:#1140]. JSON lexer added. | nkmathew | 1 | -0/+497 | |