aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2016-08-31 11:50:38 +1000
committerNeil <nyamatongwe@gmail.com>2016-08-31 11:50:38 +1000
commitc28056eac71e8c863ab709398ac39fbd46cd1557 (patch)
tree5efa62917789a5442459a553d11e49f4db6e51a8 /doc/ScintillaHistory.html
parent26869ee3d67d8f58c6573a6b010e9a615c9d681a (diff)
downloadscintilla-mirror-c28056eac71e8c863ab709398ac39fbd46cd1557.tar.gz
Updates for 3.6.7.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 6a07b5ff5..60a52fb2e 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -514,23 +514,23 @@
</h3>
<ul>
<li>
- Released 24 May 2016.
+ Released 4 September 2016.
</li>
<li>
C++11 range-based for loops used in SciTE so GCC 4.6 is now the minimum supported version.
</li>
<li>
- SCVS_NOWRAPLINESTART option stops left arrow from wrapping to the previous line.
- Most commonly wanted when virtual space is used.
- <a href="http://sourceforge.net/p/scintilla/bugs/1648/">Bug #1648</a>.
- </li>
- <li>
SC_CHARSET_DEFAULT now means code page 1252 on Windows unless a code page is set.
This prevents unexpected behaviour and crashes on East Asian systems where default locales are commonly DBCS.
Projects which want to default to DBCS code pages in East Asian locales should set the code page and
character set explicitly.
</li>
<li>
+ SCVS_NOWRAPLINESTART option stops left arrow from wrapping to the previous line.
+ Most commonly wanted when virtual space is used.
+ <a href="http://sourceforge.net/p/scintilla/bugs/1648/">Bug #1648</a>.
+ </li>
+ <li>
The C++ lexer can fold on #else and #elif with the fold.cpp.preprocessor.at.else property.
<a href="http://sourceforge.net/p/scintilla/feature-requests/210/">Bug #210</a>.
</li>