diff options
author | Neil <nyamatongwe@gmail.com> | 2018-10-09 10:39:59 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-10-09 10:39:59 +1100 |
commit | b2da7da8ece3db03cc3d87b828a8b1b39b880454 (patch) | |
tree | 7a922a6a3fff82b8065f2953236fdef2dfc2e6e2 /doc/ScintillaHistory.html | |
parent | 5f6858c44289bcafb9c9f0655fe9049619b36548 (diff) | |
download | scintilla-mirror-b2da7da8ece3db03cc3d87b828a8b1b39b880454.tar.gz |
Improve performance of text insertion when Unicode line indexing off.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 5d4e6344d..4b6b8926d 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -555,6 +555,9 @@ Fixed a crash on Cocoa in bidirectional mode where some patterns of invalid UTF-8 caused failures to create Unicode strings. </li> + <li> + Improve performance of text insertion when Unicode line indexing off. + </li> </ul> <h3> <a href="https://www.scintilla.org/scite412.zip">Release 4.1.2</a> |