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
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
2002-02-12
Made LexerModule objects not be const again as that was impairing static
nyamatongwe
1
-6
/
+6
2002-02-12
Minor fixes to lexers.
nyamatongwe
1
-6
/
+6
2002-02-12
Made lexer objects const so they do not show up in map as static / globals.
nyamatongwe
1
-6
/
+6
2002-02-11
Changes to tighten up styling beyond the bounds of the document.
nyamatongwe
1
-2
/
+2
2001-08-08
Lua error messages handled.
nyamatongwe
1
-1
/
+7
2001-07-30
Lex class for .NET tracebacks in the output lexer.
nyamatongwe
1
-0
/
+4
2001-06-13
Addition of target style for makefile lexer.
nyamatongwe
1
-10
/
+21
2001-04-13
Added a string name to each lexer.
nyamatongwe
1
-6
/
+6
2001-04-11
Patch from Philippe to make 'rem' work in batch files.
nyamatongwe
1
-133
/
+131
2001-04-03
Fixed read of uninitialised memory when searching for '=' in properties
nyamatongwe
1
-1
/
+2
2001-02-27
Patch from Philippe to regularise comments.
nyamatongwe
1
-1
/
+1
2001-02-23
Patch from Philippe to clean up the code a lot.
nyamatongwe
1
-67
/
+136
2001-02-21
Patch from Philippe to improve batch file lexer.
nyamatongwe
1
-48
/
+64
2001-01-28
Updating copyright notices for 2001.
nyamatongwe
1
-1
/
+1
2001-01-24
Changed isspace to isspacechar which is safe for characters >= 128.
nyamatongwe
1
-6
/
+6
2001-01-04
Fixed some warnings.
nyamatongwe
1
-1
/
+1
2001-01-04
Dropped unused parameter to avoid warning.
nyamatongwe
1
-1
/
+1
2001-01-02
From Philippe.
nyamatongwe
1
-43
/
+116
2000-08-30
Perl error format supported.
nyamatongwe
1
-7
/
+13
2000-08-18
Added in most of Ferdinand Prantl's changes except for regular expression
nyamatongwe
1
-2
/
+43
2000-05-08
Added LaTeX lexer from Christian Obrecht.
nyamatongwe
1
-0
/
+105
2000-04-08
Warning squashing.
nyamatongwe
1
-2
/
+1
2000-04-05
Changed the lexer module objects to be globally visible (by removing 'static')
nyamatongwe
1
-4
/
+4
2000-04-04
Avoid lots of warnings from Borland C++.
nyamatongwe
1
-8
/
+8
2000-04-04
Split a Document based Accessor (DocumentAccessor) off from
nyamatongwe
1
-8
/
+8
2000-03-16
Split up KeyWords.cxx into 7 individual lexer files Lex*.cxx.
nyamatongwe
1
-0
/
+200