diff options
author | Neil <nyamatongwe@gmail.com> | 2016-08-25 11:57:48 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2016-08-25 11:57:48 +1000 |
commit | caf4c1cace9181ee1196120ea0ae6e7b5ec34e9e (patch) | |
tree | 0d8eb2ecaa3662c752a8bb52ddd7e9f0843ad19a | |
parent | c64f7049e22f8a41256128a6d9e0eb95e3ef170c (diff) | |
download | scintilla-mirror-caf4c1cace9181ee1196120ea0ae6e7b5ec34e9e.tar.gz |
SciTE change log.
-rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 47a5dfd31..1ebddebc5 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -512,6 +512,9 @@ Released 24 May 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>. @@ -541,6 +544,9 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1846/">Bug #1846</a>. </li> <li> + Fix SciTE indentation after code like "void function () {}". + </li> + <li> Fix SciTE global regex replace of "^" with something which missed the line after empty lines with LF line ends. <a href="http://sourceforge.net/p/scintilla/bugs/1839/">Bug #1839</a>. |