diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 19 |
1 files changed, 11 insertions, 8 deletions
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. </li> <li> + Improve efficiency of idle wrapping by wrapping in blocks as large as possible while + still remaining responsive. + </li> + <li> + Updated case conversion and character categories to Unicode 11. + </li> + <li> Fixed a crash on Cocoa in bidirectional mode where some patterns of invalid UTF-8 caused failures to create Unicode strings. </li> <li> + SCI_MARKERADD returns -1 for invalid lines as documented instead of 0. + <a href="https://sourceforge.net/p/scintilla/bugs/2051/">Bug #2051</a>. + </li> + <li> Improve performance of text insertion when Unicode line indexing off. </li> </ul> @@ -571,10 +582,6 @@ Released 2 October 2018. </li> <li> - Improve efficiency of idle wrapping by wrapping in blocks as large as possible while - still remaining responsive. - </li> - <li> C++ lexer fixes evaluation of "#elif". <a href="https://sourceforge.net/p/scintilla/bugs/2045/">Bug #2045</a>. </li> @@ -582,10 +589,6 @@ Markdown lexer fixes highlighting of non-ASCII characters in links. </li> <li> - SCI_MARKERADD returns -1 for invalid lines as documented instead of 0. - <a href="https://sourceforge.net/p/scintilla/bugs/2051/">Bug #2051</a>. - </li> - <li> SciTE on Win32 drops menukey feature, makes Del key work again in find and replace strips and disables F5 while command running. <a href="https://sourceforge.net/p/scintilla/bugs/2044/">Bug #2044</a>. |