aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexers/LexErrorList.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-01-07Fix bug with final line in escape sequence recognition mode.Neil1-0/+1
2015-12-16Detect warnings from the Microsoft linker.Neil1-0/+4
2015-09-09Allow '0' as the line number in GCC errors as some tools report whole fileNeil1-1/+1
2015-08-28Implement some ANSI escape sequences to change foreground colour and intensity.Neil1-7/+84
2015-07-30Use Sci_Position / Sci_PositionU for variables in lexers that representJoe Mueller1-9/+9
2015-07-25Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, andNeil1-1/+1
2015-07-14Split LexOthers.cxx into separate files for each lexer: LexBatch, LexDiff,Neil1-0/+308