Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-12-22 | Define ILexer5 with methods for retrieving name, ID, and property values. | Neil | 1 | -1/+5 |
2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 1 | -4/+0 |
2017-06-22 | Basic implementation helpers for style metadata. | Neil | 1 | -1/+3 |
2017-06-22 | Add style metadata methods with null implementations. | Neil | 1 | -0/+4 |
2017-06-22 | Merge Ilexer and ILexerWithSubStyles into ILexer4 to avoid need for version | Neil | 1 | -1/+11 |
2017-06-22 | Make all methods override, even pure ones to keep Clang happy. | Neil Hodgson | 1 | -2/+2 |
2017-06-22 | Mark methods implementing interface as "override". | Neil | 1 | -9/+9 |
2015-07-20 | Use Sci_Position when required to implement interfaces. | Neil | 1 | -4/+4 |
2010-12-10 | Made LexerBase destructor virtual so LexerSimple cleans up string member. Bug... | nyamatongwe | 1 | -1/+1 |
2010-07-13 | New files for new lexer implementation. | nyamatongwe | 1 | -0/+41 |