aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexOthers.cxx
AgeCommit message (Expand)AuthorFilesLines
2009-04-12Using comments in lexer code to document meaning of properties.nyamatongwe1-0/+11
2009-03-30lexer.props.allow.initial.spaces patch from Enrico Tröger allows stylingnyamatongwe1-5/+14
2009-03-29Patch from Enrico Tröger to support RFC2822 text but does not includenyamatongwe1-3/+6
2008-12-23Avoid warnings with gcc 4.3nyamatongwe1-1/+1
2008-10-08Lexer for gettext .po translation files from Enrico Tröger.nyamatongwe1-5/+79
2008-08-03FR #2032872 implementation by Jim Pattee styles new style batch variables.nyamatongwe1-36/+13
2008-07-19Feature request #2017815 Update to the Diff lexer fromnyamatongwe1-15/+19
2007-10-15Patch from SteveD to recognise Lua 5.1 error messages.nyamatongwe1-3/+7
2007-07-05lexer.errorlist.value.separate styles location and matched text separatelynyamatongwe1-5/+15
2007-06-01integrate OS X support for scintilla. a big patch with a little commit messa...scaraveo1-0/+4
2007-02-25Fix for bug #1668409, Minor makefile lexer issues.nyamatongwe1-7/+23
2006-09-09Patch from Snow that avoids hang with file that ends with %%.nyamatongwe1-2/+4
2006-02-13Patch from Sebastian Pipping allows the key for each property to be stylednyamatongwe1-1/+1
2006-01-28Bug 1417074 fixed with symbolic constant rather than value.nyamatongwe1-1/+1
2006-01-26Patch from Jim Pattee for batch files, recognizing more variablesandnyamatongwe1-20/+30
2005-08-11Bigger buffer for when output is in long paragraphs.nyamatongwe1-1/+1
2005-07-22Patch from Steve Menard improves batch file lexing, recognizing morenyamatongwe1-67/+375
2005-06-29In error list lexer, detect lines that start with "+++ " as diff messagesnyamatongwe1-4/+10
2005-02-20Feature request 1080287. Recognition of error messages from Delphi,nyamatongwe1-87/+116
2004-10-03Anonymous patch to use base fold level for properties files andnyamatongwe1-9/+30
2004-07-21Patch from Hans Eckardt to recognise HTML Tidy messages.nyamatongwe1-0/+4
2004-07-19Java stack traces understood by errorlist lexer.nyamatongwe1-0/+5
2004-05-04Support from Bruce Dodson for Lua tracebacks.nyamatongwe1-4/+6
2004-04-14Minor formatting edits from Philippe.nyamatongwe1-6/+7
2004-03-27Indent white space fix.nyamatongwe1-2/+2
2004-03-19Patch from Bruce Dodson for diff/patch files improves lexer andnyamatongwe1-6/+56
2003-12-22Support for Intel ifort and absoft Fortran compiler error messages.nyamatongwe1-0/+6
2003-08-09Fixed warnings.nyamatongwe1-6/+2
2003-08-09Foldinf for INI files.nyamatongwe1-1/+58
2003-05-14Moved lmNull into LexOthers.cxx as there was a report that the currentnyamatongwe1-0/+11
2003-03-30More selective about GCC message format, expecting number after firstnyamatongwe1-9/+14
2003-03-28Made more picky about digits.nyamatongwe1-11/+19
2003-03-22Allow tab as well as space after ':' in GCC error messages.nyamatongwe1-1/+1
2003-03-22Tightened up recognition of GCC, Microsoft and Perl error lines.nyamatongwe1-8/+16
2003-03-12Patch from Pedro Guerreiro for decoding error messages from Lahey andnyamatongwe1-2/+17
2003-03-04Improved detection of complex error lines to have less false hits and sonyamatongwe1-33/+50
2003-03-01Fixed assertion in LaTeX lexing.nyamatongwe1-1/+1
2003-02-17Upgraded keyword list descriptions from Brian Quinlan.nyamatongwe1-6/+15
2003-01-14Patch from David Ascher to to support both context diffs and the outputnyamatongwe1-3/+7
2002-11-15Fix to lines in make files that start with "=".nyamatongwe1-6/+8
2002-10-26Patch from Jakub Vrána to recognise PHP errors.nyamatongwe1-0/+2
2002-08-15Made the CTAGS recogniser much more picky.nyamatongwe1-1/+5
2002-04-18Using symbolc lexical class names for properties lexer.nyamatongwe1-9/+9
2002-04-17Changed ctags recogniser to not trigger on initial tab.nyamatongwe1-1/+1
2002-04-16Patch from Holger Kiemes to recognise more tag line formats.nyamatongwe1-0/+12
2002-03-26Made symbols for the lexical states of the diff lexer. Recognise '***' as the...nyamatongwe1-8/+10
2002-02-21Removed dead code noticed by Philippe.nyamatongwe1-20/+17
2002-02-20Fixed warning on untyped function.nyamatongwe1-1/+1
2002-02-20Changes to ensure line ends are styled correctly while not going out ofnyamatongwe1-29/+45
2002-02-15Fixed out of bounds styling.nyamatongwe1-18/+22