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-04-05
Make highlight of triple-quoted an option. Bug #3239234.
nyamatongwe
1
-1
/
+6
2011-03-27
Fix folding of inactive code.
nyamatongwe
1
-14
/
+16
2011-02-28
Avoid shadowed variables as reported by Xcode.
nyamatongwe
1
-1
/
+0
2011-02-14
Addition of triple quoted strings for Vala. Feature #3177601.
nyamatongwe
1
-1
/
+12
2011-02-13
Added Merge method to SparseState to make it possible to detect significant
nyamatongwe
1
-4
/
+4
2011-02-10
Handling unicode and wide character literals.
nyamatongwe
1
-5
/
+8
2011-02-10
New lexical class SCE_C_STRINGRAW for C++0x raw strings. Feature #3054629.
nyamatongwe
1
-2
/
+44
2011-02-10
Removed unnecessary call.
nyamatongwe
1
-1
/
+0
2011-01-27
Dropped inclusion of PropSetSimple.h in lexers which do not use PropSetSimple...
nyamatongwe
1
-2
/
+0
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