aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/LexOthers.cxx
AgeCommit message (Collapse)AuthorFilesLines
2010-07-13Moved lexers into lexers directory.nyamatongwe1-1286/+0
2010-03-23Fixed bug where isalpha was called on non-ASCII bytes causing errornyamatongwe1-2/+6
reports with Visual Studio.
2010-02-17Formatting whitespace.nyamatongwe1-16/+16
2009-07-21Using a much simpler property set implementation.nyamatongwe1-0/+1
Accessor objects use the PropertyGet interface to access just the property set methods they need. Removed SString.
2009-05-03Patch from Nic Jansma enables recognition of batch file variables delimitednyamatongwe1-0/+27
by ! as used when ENABLEDELAYEDEXPANSION set.
2009-04-12Using comments in lexer code to document meaning of properties.nyamatongwe1-0/+11
Automatically extract into SciTE doumentation.
2009-03-30lexer.props.allow.initial.spaces patch from Enrico Tröger allows stylingnyamatongwe1-5/+14
of RFC2822 text with the props lexer.
2009-03-29Patch from Enrico Tröger to support RFC2822 text but does not includenyamatongwe1-3/+6
avoidance of lines with leading white space.
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
Friedrich Vedder. - Improve support for context style diffs (add new style SCE_DIFF_CHANGED for changed lines). - Improve support for diff's generated by Subversion. - Fix styling and folding for lines containing chunk dividers ("---").
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
for Find in Files command.
2007-06-01integrate OS X support for scintilla. a big patch with a little commit ↵scaraveo1-0/+4
message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable
2007-02-25Fix for bug #1668409, Minor makefile lexer issues.nyamatongwe1-7/+23
Supports ":=" operator and avoids processing ":" or "=" on command lines.
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
differently to the value.
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
allowing a list of known external commands.
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
builtin syntax.
2005-06-29In error list lexer, detect lines that start with "+++ " as diff messagesnyamatongwe1-4/+10
rather than additions.
2005-02-20Feature request 1080287. Recognition of error messages from Delphi,nyamatongwe1-87/+116
OpenWatcom and Intel C++ by Sergey Philippov and Jan Martin Pettersen.
2004-10-03Anonymous patch to use base fold level for properties files andnyamatongwe1-9/+30
the start of reg files before first [header] line.
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
adds folder.
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
location trips a bug in MSVC 7.1.
2003-03-30More selective about GCC message format, expecting number after firstnyamatongwe1-9/+14
':' unless ':' followed by '/' or '\' as used on Windows for paths.
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
Intel Fortran compilaers.
2003-03-04Improved detection of complex error lines to have less false hits and sonyamatongwe1-33/+50
the code is simpler.
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
of Python's difflib.
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