aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/Accessor.cxx
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29Remove Lexilla files from ScintillaNeil1-73/+0
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-2/+0
interfaces ILexer4 and IDocument.
2017-04-06Added const where possible.Neil1-2/+2
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.
2016-04-21Correct comment.Neil1-2/+2
2015-07-29Change lexlib to use Sci_Position and Sci_PositionU to prepare for large fileNeil1-4/+4
support.
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-05-24Made methods const where they can be and are logically const as well.nyamatongwe1-1/+1
2011-07-06Fix problems with folding not extending to final line. Bug #3349157.nyamatongwe1-1/+1
From Marko Njezic.
2010-07-13New files for new lexer implementation.nyamatongwe1-0/+79