aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/LexerModule.cxx
AgeCommit message (Collapse)AuthorFilesLines
2018-05-16Move implementations into cxx file.Neil1-5/+12
Replace 0 and NULL with nullptr. Update comments.
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-2/+0
interfaces ILexer4 and IDocument.
2017-06-22Basic implementation helpers for style metadata.Neil1-1/+15
2017-06-22Merge Ilexer and ILexerWithSubStyles into ILexer4 to avoid need for versionNeil1-1/+1
checking in 4.0. Use lvRelease4 ID.
2017-04-01Standardize on C++ headers, remove headers that aren't needed and add <cstddef>Neil1-6/+2
where it may be needed in the future.
2015-07-29Change lexlib to use Sci_Position and Sci_PositionU to prepare for large fileNeil1-2/+2
support.
2015-07-25Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, andNeil1-2/+2
comment recognizers to allow for future implementation of 64-bit positions.
2014-05-24Header include statements are now in a standardised order with that orderNeil1-1/+1
defined in scripts/HeaderOrder.txt.
2014-05-24Removing style byte indicators.Neil1-10/+2
2013-12-15Format normalization - whitespace and braces made consistent.Neil1-1/+1
Parameter names added to method declarations.
2013-07-21Normalising order of language headers.Neil1-1/+1
2013-05-08Avoid warning.nyamatongwe1-1/+1
2013-04-01Variable not needed.nyamatongwe1-3/+1
2010-07-13New files for new lexer implementation.nyamatongwe1-0/+121