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
/
LexCPP.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-20
Improve control over folding of C++ with options to disable syntax-based fold...
nyamatongwe
1
-8
/
+43
2011-01-05
Single quote strings with '\' to join lines now styled correctly. Bug #3150522.
nyamatongwe
1
-2
/
+2
2010-11-10
Remove support for Borland C++.
nyamatongwe
1
-4
/
+0
2010-09-15
Fix for bug #3066031 Wrong syntax higlight for broken c++ style comments
nyamatongwe
1
-3
/
+5
2010-09-09
Fix for bug #3062287 JavaScript lexer: recognize regexes following return key...
nyamatongwe
1
-2
/
+28
2010-09-04
Fix for bug #3058924 wrong highlighting for float literals containing +/-.
nyamatongwe
1
-1
/
+1
2010-09-01
Fix division by 0 crash with preprocessor expressions like
nyamatongwe
1
-2
/
+2
2010-08-27
Fixed bugs caused by ignoring single character \n line ends on #include lines
nyamatongwe
1
-0
/
+8
2010-08-07
Made it possible to turn folding off again by looking at the "fold" property.
nyamatongwe
1
-0
/
+7
2010-07-17
Patch from Nick Treleaven to allow disabling explicit fold points.
nyamatongwe
1
-1
/
+6
2010-07-17
Removed debugging code.
nyamatongwe
1
-2
/
+0
2010-07-13
Major rewrite with lexer state used to highlight preprocessor constructs.
nyamatongwe
1
-112
/
+646
2010-07-13
Moved lexers into lexers directory.
nyamatongwe
1
-0
/
+506
[prev]