From caf4c1cace9181ee1196120ea0ae6e7b5ec34e9e Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 25 Aug 2016 11:57:48 +1000 Subject: SciTE change log. --- doc/ScintillaHistory.html | 6 ++++++ 1 file changed, 6 insertions(+) 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.
  • + C++11 range-based for loops used in SciTE so GCC 4.6 is now the minimum supported version. +
  • +
  • SCVS_NOWRAPLINESTART option stops left arrow from wrapping to the previous line. Most commonly wanted when virtual space is used. Bug #1648. @@ -541,6 +544,9 @@ Bug #1846.
  • + Fix SciTE indentation after code like "void function () {}". +
  • +
  • Fix SciTE global regex replace of "^" with something which missed the line after empty lines with LF line ends. Bug #1839. -- cgit v1.2.3