aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorColomban Wendling <ban@herbesfolles.org>2019-04-05 14:06:48 +0200
committerColomban Wendling <ban@herbesfolles.org>2019-04-05 14:06:48 +0200
commit5f23a0f3f64fb575e0aaebe2a309518909db44c8 (patch)
tree82e039de464e9dcfbe66f1a9391de129d62c5ce5 /doc/ScintillaHistory.html
parent1219f761ef3a4bf048819c915f0465c35aeb7920 (diff)
downloadscintilla-mirror-5f23a0f3f64fb575e0aaebe2a309518909db44c8.tar.gz
Bug [#2094]. gtk: Accessible: use the built-in character position cache
It's quite a lot faster even after trying and optimizing the custom version, and it makes the code simpler. Also improve ByteOffsetFromCharacterOffset() to make use of the cache, making it drastically faster.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 1d349b57d..198ffba68 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -577,6 +577,10 @@
<a href="https://sourceforge.net/p/scintilla/feature-requests/1259/">Feature #1259</a>.
</li>
<li>
+ Improve performance of accessibility on GTK.
+ <a href="https://sourceforge.net/p/scintilla/bugs/2094/">Bug #2094</a>.
+ </li>
+ <li>
Fix flicker when inserting primary selection on GTK.
<a href="https://sourceforge.net/p/scintilla/bugs/2087/">Bug #2087</a>.
</li>