aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexlib/Accessor.h
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29Remove Lexilla files from ScintillaNeil1-31/+0
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-4/+0
interfaces ILexer4 and IDocument.
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-1/+1
comment recognizers to allow for future implementation of 64-bit positions.
2013-12-15Format normalization - whitespace and braces made consistent.Neil1-1/+1
Parameter names added to method declarations.
2013-05-24Made methods const where they can be and are logically const as well.nyamatongwe1-1/+1
2010-07-13Changed files for new lexer design.nyamatongwe1-65/+21
2010-07-13Creating lexlib with lexer support files.nyamatongwe1-0/+79