diff options
| author | Neil Hodgson <nyamatongwe@gmail.com> | 2015-02-19 15:54:00 +1100 |
|---|---|---|
| committer | Neil Hodgson <nyamatongwe@gmail.com> | 2015-02-19 15:54:00 +1100 |
| commit | 930d61b54478579b52b3dfa64f71bc0f5973e4eb (patch) | |
| tree | 43241f1940bbae624b075f3702d0282556613c81 /doc/ScintillaHistory.html | |
| parent | fa9702b8b733c2bbac192e227d778af33b050fb5 (diff) | |
| download | scintilla-mirror-930d61b54478579b52b3dfa64f71bc0f5973e4eb.tar.gz | |
Implement lexer.cpp.verbatim.strings.allow.escapes.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
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. </li> <li> + 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. + </li> + <li> Rust lexer accepts new 'is'/'us' integer suffixes instead of 'i'/'u'. <a href="http://sourceforge.net/p/scintilla/bugs/1098/">Bug #1098</a>. </li> |
