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
/
lexers
/
LexErrorList.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-28
Fix Xcode warning.
Neil Hodgson
1
-1
/
+1
2017-03-27
Keep positions in Sci_Position variables so can adapt to changes.
Neil
1
-3
/
+3
2017-03-07
Avoid potential problems with memcmp reading past end of object.
Neil
1
-1
/
+2
2016-09-14
Casts for 64 to 32-bit conversions on OS X.
Neil Hodgson
1
-2
/
+2
2016-08-30
Detect warnings from Visual C++ which do not contain line numbers.
Neil
1
-0
/
+4
2016-01-07
Fix bug with final line in escape sequence recognition mode.
Neil
1
-0
/
+1
2015-12-16
Detect warnings from the Microsoft linker.
Neil
1
-0
/
+4
2015-09-09
Allow '0' as the line number in GCC errors as some tools report whole file
Neil
1
-1
/
+1
2015-08-28
Implement some ANSI escape sequences to change foreground colour and intensity.
Neil
1
-7
/
+84
2015-07-30
Use Sci_Position / Sci_PositionU for variables in lexers that represent
Joe Mueller
1
-9
/
+9
2015-07-25
Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, and
Neil
1
-1
/
+1
2015-07-14
Split LexOthers.cxx into separate files for each lexer: LexBatch, LexDiff,
Neil
1
-0
/
+308