From ca6ad60c453ecc2a79458c24dc38a1b46d55cf8b Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Fri, 5 Apr 2019 14:06:48 +0200 Subject: Backport: 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. Backport of changeset 7405:01aab5f24e50. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 299547eb9..8aa71263e 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -566,6 +566,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