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