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
2014-06-19
Bug [#1614]. Don't crash on incomplete macro definition "#define x(".
Neil Hodgson
1
-1
/
+3
2014-05-31
Safer handling of "#define X" which caused fault in debug build with Visual C++.
Neil
1
-1
/
+1
2014-05-24
Header include statements are now in a standardised order with that order
Neil
1
-1
/
+1
2014-05-24
Fix raw string recognition so that R"xxx(blah)xxx" is styled as SCE_C_STRINGRAW.
Neil
1
-3
/
+11
2014-01-20
Fix typos in comments (lexers)
Stefan Weil
1
-2
/
+2
2014-05-14
Limit iterations when expanding macros in case a macro is recursive such as
Neil
1
-1
/
+4
2014-05-13
Feature [feature-requests:#1051]. Fixed shadowed local variable.
Neil
1
-1
/
+1
2014-05-12
Feature [feature-requests:#1051]. Support #if defined SYMBOL.
Neil
1
-94
/
+252
2014-04-29
Fix some warnings instead of relying upon #pragma to hide them
Neil
1
-2
/
+2
2014-04-19
Use an unnamed namespace instead of static as classes and structs can't be st...
Neil
1
-9
/
+14
2014-04-19
Optionally highlight escape sequences in strings as SCE_C_ESCAPESEQUENCE.
Neil
1
-2
/
+62
2014-04-14
Fix write one past array end bug.
Neil
1
-2
/
+3
2014-04-03
Feature [feature-requests:#1047]. Supports Go back quoted raw string literals...
Neil
1
-0
/
+9
2014-04-03
C++ lexer can highlight task marker keywords in comments as SCE_C_TASKMARKER.
Neil
1
-0
/
+42
2013-12-17
Bug [#1564]. Keyword followed immediately by quoted string continued keyword ...
Neil
1
-0
/
+2
2013-12-15
Make single argument constructors explicit to avoid unexpected conversions.
Neil
1
-2
/
+2
2013-12-15
Format normalization - whitespace and braces made consistent.
Neil
1
-1
/
+1
2013-11-17
Highlight comment doc keywords at end of document.
Neil
1
-1
/
+1
2013-11-17
Bug [#1551]. Doxygen keywords @code{.fileExtension} and @param[in,out] are s...
Neil
1
-1
/
+7
2013-10-28
Allow single quote digit separators for C++14.
Neil
1
-0
/
+1
2013-10-28
Added lexical class for user defined literals in C++11.
Neil
1
-4
/
+19
2013-10-17
Bug [#1538]. PP-line comments lost from EOL string.
Neil
1
-1
/
+1
2013-09-05
Added SCI_GETPRIMARYSTYLEFROMSTYLE.
Neil
1
-0
/
+3
2013-09-05
Bug [#1520]. Make SCI_GETSTYLEFROMSUBSTYLE work for secondary styles.
Neil
1
-1
/
+3
2013-09-03
Added GetStyleFromSubStyle.
Neil
1
-0
/
+3
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
[next]