Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-29 | Remove Lexilla files from Scintilla | Neil | 1 | -568/+0 | |
2019-12-22 | Define ILexer5 with methods for retrieving name, ID, and property values. | Neil | 1 | -2/+6 | |
Implement ILexer5 on object lexers. Implement ILexer5 on LexerSimple wrapper for function lexers. | |||||
2018-03-16 | Remove line-end white space. | Neil | 1 | -7/+7 | |
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 | -2/+3 | |
default implementations of the ILexerWithSubStyles interface methods. | |||||
2017-04-19 | Include header needed for std::lower_bound used in SparseState.h. | Neil | 1 | -0/+1 | |
2017-03-07 | Handle nested comments for adjacent markers like "/*/*" or "*/*/". | Matt Gilarde | 1 | -1/+6 | |
2017-03-04 | Use C++11 keyword "override" for methods in lexers that override an interface. | Neil | 1 | -11/+11 | |
2016-09-21 | Feature [feature-requests:#1143]. Replace "progress" lexer with "abl". | Yuval Papish | 1 | -272/+515 | |
ILexer implementation Lexer can now correctly handle: "end triggers" phrase "last-event:function" phrase Indefinite comment level depth | |||||
2016-05-11 | Allow comments preceded by a tab. | Matt Gilarde | 1 | -1/+1 | |
2016-02-25 | Support hexadecimal numeric literals. | Matt Gilarde | 1 | -1/+3 | |
2016-02-01 | Support single-line comments, abbreviated keywords and extend nested comments to | Matt Gilarde | 1 | -22/+54 | |
unlimited levels. | |||||
2015-07-30 | Use Sci_Position / Sci_PositionU for variables in lexers that represent | Joe Mueller | 1 | -3/+3 | |
positions and line numbers and may be widened to 64-bits in a future release. | |||||
2015-07-25 | Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, and | Neil | 1 | -3/+3 | |
comment recognizers to allow for future implementation of 64-bit positions. | |||||
2011-01-27 | Dropped inclusion of PropSetSimple.h in lexers which do not use ↵ | nyamatongwe | 1 | -1/+0 | |
PropSetSimple directly. Dropped declaration not needed in LexCPP. | |||||
2010-07-13 | For new lexer design change includes to add new files and remove unused files. | nyamatongwe | 1 | -8/+12 | |
Normalise order of includes. Minor fixes for compatibility with new lexer design. | |||||
2010-07-13 | Moved lexers into lexers directory. | nyamatongwe | 1 | -0/+279 | |