aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexProgress.cxx
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29Remove Lexilla files from ScintillaNeil1-568/+0
2019-12-22Define ILexer5 with methods for retrieving name, ID, and property values.Neil1-2/+6
Implement ILexer5 on object lexers. Implement ILexer5 on LexerSimple wrapper for function lexers.
2018-03-16Remove line-end white space.Neil1-7/+7
2017-09-11The Scintilla namespace is always active for internal symbols and for the lexerNeil1-2/+0
interfaces ILexer4 and IDocument.
2017-06-22Merge Ilexer and ILexerWithSubStyles into ILexer4 to avoid need for versionNeil1-2/+2
checking in 4.0. Use lvRelease4 ID.
2017-06-22Add a DefaultLexer class which lexers can subclass if they want reasonableNeil1-2/+3
default implementations of the ILexerWithSubStyles interface methods.
2017-04-19Include header needed for std::lower_bound used in SparseState.h.Neil1-0/+1
2017-03-07Handle nested comments for adjacent markers like "/*/*" or "*/*/".Matt Gilarde1-1/+6
2017-03-04Use C++11 keyword "override" for methods in lexers that override an interface.Neil1-11/+11
2016-09-21Feature [feature-requests:#1143]. Replace "progress" lexer with "abl".Yuval Papish1-272/+515
ILexer implementation Lexer can now correctly handle: "end triggers" phrase "last-event:function" phrase Indefinite comment level depth
2016-05-11Allow comments preceded by a tab.Matt Gilarde1-1/+1
2016-02-25Support hexadecimal numeric literals.Matt Gilarde1-1/+3
2016-02-01Support single-line comments, abbreviated keywords and extend nested comments toMatt Gilarde1-22/+54
unlimited levels.
2015-07-30Use Sci_Position / Sci_PositionU for variables in lexers that representJoe Mueller1-3/+3
positions and line numbers and may be widened to 64-bits in a future release.
2015-07-25Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, andNeil1-3/+3
comment recognizers to allow for future implementation of 64-bit positions.
2011-01-27Dropped inclusion of PropSetSimple.h in lexers which do not use ↵nyamatongwe1-1/+0
PropSetSimple directly. Dropped declaration not needed in LexCPP.
2010-07-13For new lexer design change includes to add new files and remove unused files.nyamatongwe1-8/+12
Normalise order of includes. Minor fixes for compatibility with new lexer design.
2010-07-13Moved lexers into lexers directory.nyamatongwe1-0/+279