aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexProgress.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-22Merge Ilexer and ILexerWithSubStyles into ILexer4 to avoid need for versionNeil1-2/+2
2017-06-22Add a DefaultLexer class which lexers can subclass if they want reasonableNeil1-2/+3
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
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
2015-07-30Use Sci_Position / Sci_PositionU for variables in lexers that representJoe Mueller1-3/+3
2015-07-25Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, andNeil1-3/+3
2011-01-27Dropped inclusion of PropSetSimple.h in lexers which do not use PropSetSimple...nyamatongwe1-1/+0
2010-07-13For new lexer design change includes to add new files and remove unused files.nyamatongwe1-8/+12
2010-07-13Moved lexers into lexers directory.nyamatongwe1-0/+279