diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-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>. |