From 2b94cc2fe6ae043129a2043b78a5032ddf275ef6 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 18 Oct 2018 09:56:15 +1100 Subject: Updated case conversion and character categories to Unicode 11. Fixed history by moving new items into the pending version. --- doc/ScintillaHistory.html | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'doc/ScintillaHistory.html') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 758f1d839..4daecdfbf 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -556,10 +556,21 @@ can be a significant performance cost.
  • + Improve efficiency of idle wrapping by wrapping in blocks as large as possible while + still remaining responsive. +
  • +
  • + Updated case conversion and character categories to Unicode 11. +
  • +
  • Fixed a crash on Cocoa in bidirectional mode where some patterns of invalid UTF-8 caused failures to create Unicode strings.
  • + SCI_MARKERADD returns -1 for invalid lines as documented instead of 0. + Bug #2051. +
  • +
  • Improve performance of text insertion when Unicode line indexing off.
  • @@ -571,10 +582,6 @@ Released 2 October 2018.
  • - Improve efficiency of idle wrapping by wrapping in blocks as large as possible while - still remaining responsive. -
  • -
  • C++ lexer fixes evaluation of "#elif". Bug #2045.
  • @@ -582,10 +589,6 @@ Markdown lexer fixes highlighting of non-ASCII characters in links.
  • - SCI_MARKERADD returns -1 for invalid lines as documented instead of 0. - Bug #2051. -
  • -
  • SciTE on Win32 drops menukey feature, makes Del key work again in find and replace strips and disables F5 while command running. Bug #2044. -- cgit v1.2.3