aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2019-05-17 08:30:59 +1000
committerNeil <nyamatongwe@gmail.com>2019-05-17 08:30:59 +1000
commit61a2cc3fadea9f805f572ef2ce233c12b428b871 (patch)
tree740bf042388b2444b305f06aefaaa99ed394b837 /doc/ScintillaHistory.html
parentd50a8576e70ab84af42fb0bbac56c2d74ddc1898 (diff)
downloadscintilla-mirror-61a2cc3fadea9f805f572ef2ce233c12b428b871.tar.gz
Backport: Fixed performance bug where line end positions were reset withot need when
switching from or to Unicode. Only noticeable on huge files. Backport of changeset 7499:d800ba9f7006.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 6eff6c941..c1e9f5fc9 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -556,6 +556,11 @@
<li>
Fix bug where changing identifier sets in lexers preserved previous identifiers.
</li>
+ <li>
+ Fixed bug where changing to Unicode would rediscover line end positions even if still
+ sticking to ASCII (not Unicode NEL, LS, PS) line ends.
+ Only noticeable on huge files with over 100,000 lines.
+ </li>
<li>
Changed behaviour of SCI_STYLESETCASE(*,SC_CASE_CAMEL) so that it only treats 'a-zA-Z'
as word characters because this covers the feature's intended use (viewing case-insensitive ASCII-only