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
2013-05-24
Made methods const where they can be and are logically const as well.
nyamatongwe
1
-2
/
+2
2013-05-16
Feature: [feature-requests:#990]. Fix for #define foo /**/
nyamatongwe
1
-1
/
+0
2013-05-15
Feature: [feature-requests:#990]. Style added for preprocessor doc comment.
nyamatongwe
1
-2
/
+8
2013-05-08
Hide implementation of WordList.
nyamatongwe
1
-3
/
+3
2013-04-01
Reduce scope of variable.
nyamatongwe
1
-2
/
+1
2013-03-18
Bug: [#1454]. Reject raw strings when character after " is in " )\\\t\v\f\n".
nyamatongwe
1
-1
/
+3
2013-03-07
Bug: [#482]. Refix to make /// comment not affect folding of following /* com...
nyamatongwe
1
-3
/
+7
2013-02-21
Feature: [#978]. Update preprocessor defines upon encountering an #undef dire...
nyamatongwe
1
-3
/
+19
2013-01-19
Implement Unicode line ends and substyles in C++ lexer.
nyamatongwe
1
-21
/
+72
2012-12-30
Fix parsing of JavaScript regular expressions containing a delimiter in a range
Colomban Wendling
1
-6
/
+11
2012-12-30
Bug #3578824. Ignore comments when evaluating preprocessor expressions.
nyamatongwe
1
-1
/
+4
2012-12-30
Bug #3578824. Avoid crashes due to char being signed so negative for non-ASCII.
nyamatongwe
1
-5
/
+5
2012-10-11
LexCPP: recognize hexadecimal floating point binary exponents
Colomban Wendling
1
-1
/
+3
2012-09-04
Don't treat '//' in include path as comment start. Bug #3519260.
nyamatongwe
1
-3
/
+8
2012-07-10
Turn off '$' when lexer.cpp.allow.dollars changes to 0. Bug #3541461.
nyamatongwe
1
-1
/
+6
2012-06-22
Bug #3487406. New style SCE_C_PREPROCESSORCOMMENT for stream comments
nyamatongwe
1
-2
/
+14
2012-06-22
Prevent empty lines from continuing preprocessor style.
nyamatongwe
1
-3
/
+4
2012-06-08
Bug #3533036. Properly mask state when determining previous
Marko Njezic
1
-1
/
+1
2012-05-05
Make destructors virtual to avoid warnings from g++ 4.7.
nyamatongwe
1
-1
/
+1
2012-03-22
Bug #3509317. Properly mask state when re-lexing. Remove dead code.
Marko Njezic
1
-12
/
+7
2012-02-28
Bug #3495445. Properly mask restored state after processing keywords in document
Marko Njezic
1
-1
/
+1
2011-12-13
Bug #3458508. Fixed preprocessor structure messed up by continuation lines.
nyamatongwe
1
-0
/
+2
2011-11-17
Fix crash caused by out-of-bounds memory access for line:
nyamatongwe
1
-1
/
+1
2011-11-14
Removed warning suppression that had been included for Visual C++ 6.0.
nyamatongwe
1
-4
/
+0
2011-11-09
Avoid warning about dead code.
nyamatongwe
1
-1
/
+1
2011-09-22
Hashquoted strings for Pike language from Chris Angelico.
nyamatongwe
1
-0
/
+17
2011-08-08
More selective for raw string mode. Bug #3388122.
nyamatongwe
1
-8
/
+13
2011-05-21
Code formatting normalised to standard.
nyamatongwe
1
-3
/
+3
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