From 5f23a0f3f64fb575e0aaebe2a309518909db44c8 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Fri, 5 Apr 2019 14:06:48 +0200 Subject: 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. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/ScintillaHistory.html') 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 @@ Feature #1259.
  • + Improve performance of accessibility on GTK. + Bug #2094. +
  • +
  • Fix flicker when inserting primary selection on GTK. Bug #2087.
  • -- cgit v1.2.3