| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-01-04 | Backport: Define ILexerWithIdentity with methods for retrieving name, ID, ↵ | mitchell | 1 | -2/+6 | |
| and property values. Implement ILexerWithIdentity on object lexers. Implement ILexerWithIdentity on LexerSimple wrapper for function lexers. Backport of changeset 7870:6ffcbd42288c, but with a new interface compatible with ILexer, not ILexer5. | |||||
| 2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and ↵ | Neil | 1 | -2/+0 | |
| for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3. | |||||
| 2017-06-22 | Backport: Add a DefaultLexer class which lexers can subclass if they want ↵ | Neil | 1 | -1/+2 | |
| reasonable default implementations of the ILexerWithSubStyles interface methods. Backport of changeset 6326:d18622e37a3e. | |||||
| 2017-03-04 | Use C++11 keyword "override" for methods in lexers that override an interface. | Neil | 1 | -11/+11 | |
| 2015-07-30 | Use Sci_Position / Sci_PositionU for variables in lexers that represent | Joe Mueller | 1 | -4/+4 | |
| positions and line numbers and may be widened to 64-bits in a future release. | |||||
| 2015-07-20 | Use Sci_Position when required to implement interfaces. | Neil | 1 | -7/+7 | |
| 2014-05-24 | Header include statements are now in a standardised order with that order | Neil | 1 | -3/+3 | |
| defined in scripts/HeaderOrder.txt. | |||||
| 2014-05-02 | Add missing not sign to fix DMIS label highlighting | Andreas Tscharner | 1 | -1/+1 | |
| 2014-05-02 | DMIS Minor words can also start with the digits 2, 3 or 4 | Andreas Tscharner | 1 | -1/+1 | |
| 2014-04-29 | Feature [feature-requests:#1049]. Lexer added for DMIS, a language for ↵ | Neil | 1 | -0/+355 | |
| coordinate measuring machines. From Andreas Tscharner. | |||||
