aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/LexerBase.cxx
AgeCommit message (Collapse)AuthorFilesLines
2018-05-03Backport: Simplify PropSetSimple, avoid casts, use nullptr.Neil1-1/+1
Backport of changeset 6788:e9f6386c89d4.
2017-09-11Backport: The Scintilla namespace is always active for internal symbols and ↵Neil1-2/+0
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3.
2017-06-22Backport: Basic implementation helpers for style metadata.Neil1-8/+9
Backport of changeset 6347:69b7471ad62f.
2017-06-22Backport: Add style metadata methods with null implementations.Neil1-1/+57
Backport based on changesets 6345:faecbd0078e5 and 6346:72bd27f81477.
2017-04-01Standardize on C++ headers, remove headers that aren't needed and add <cstddef>Neil1-6/+3
where it may be needed in the future.
2015-07-20Use Sci_Position when required to implement interfaces.Neil1-2/+2
2014-05-24Header include statements are now in a standardised order with that orderNeil1-1/+1
defined in scripts/HeaderOrder.txt.
2013-07-21Normalising order of language headers.Neil1-1/+1
2013-01-12Fix copy&paste error in comment.nyamatongwe1-1/+1
2010-07-13New files for new lexer implementation.nyamatongwe1-0/+92