aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/LexerSimple.h
AgeCommit message (Collapse)AuthorFilesLines
2020-01-04Backport: Define ILexerWithIdentity with methods for retrieving name, ID, ↵mitchell1-0/+3
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.
2018-05-05Backport: Make some changes recommended by clang-tidy.mitchell1-3/+3
Backport of changeset 6687:4cbf987c7590.
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and ↵Neil1-4/+0
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3.
2015-07-20Use Sci_Position when required to implement interfaces.Neil1-2/+2
2013-12-15Make single argument constructors explicit to avoid unexpected conversions.Neil1-1/+1
2010-07-13New files for new lexer implementation.nyamatongwe1-0/+30