Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-22 | Define ILexer5 with methods for retrieving name, ID, and property values. | Neil | 1 | -3/+17 | |
Implement ILexer5 on object lexers. Implement ILexer5 on LexerSimple wrapper for function lexers. | |||||
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 | Basic implementation helpers for style metadata. | Neil | 1 | -8/+9 | |
2017-06-22 | Add style metadata methods with null implementations. | Neil | 1 | -0/+16 | |
2017-06-22 | Merge Ilexer and ILexerWithSubStyles into ILexer4 to avoid need for version | Neil | 1 | -1/+1 | |
checking in 4.0. Use lvRelease4 ID. | |||||
2017-06-22 | Add a DefaultLexer class which lexers can subclass if they want reasonable | Neil | 1 | -0/+110 | |
default implementations of the ILexerWithSubStyles interface methods. |