From 930d61b54478579b52b3dfa64f71bc0f5973e4eb Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Thu, 19 Feb 2015 15:54:00 +1100 Subject: Implement lexer.cpp.verbatim.strings.allow.escapes. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 81246f2fd..4fb730e62 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -498,6 +498,10 @@ Minimum version of Qt supported is now 4.8 due to the use of QElapsedTimer::nsecsElapsed.
  • + C++ lexer adds lexer.cpp.verbatim.strings.allow.escapes option that allows verbatim (@") strings + to contain escape sequences. This should remain off (0) for C# and be turned on (1) for Objective C. +
  • +
  • Rust lexer accepts new 'is'/'us' integer suffixes instead of 'i'/'u'. Bug #1098.
  • -- cgit v1.2.3