From e972daa4ea74c02762e38bc048045b68422d70b2 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 28 Oct 2013 13:21:03 +1100 Subject: Additions to C++ lexer. --- doc/ScintillaHistory.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'doc/ScintillaHistory.html') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 436427d30..d188f080a 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -462,6 +462,13 @@ Feature #1023.
  • + C++ lexer recognizes C++11 user-defined lierals and applies lexical class SCE_C_USERLITERAL. +
  • +
  • + C++ lexer allows single quote characters as digit separators in numeric literals like 123'456 as this is + included in C++14. +
  • +
  • C++ lexer fixes bug with #include statements without " or > terminating filename. Bug #1538.
  • @@ -485,7 +492,7 @@ SciTE fix for multiple message boxes when failing to save a file with save.on.deactivate. Bug #1540. -

    Release 3.3.6

    -- cgit v1.2.3