diff options
| author | Colomban Wendling <ban@herbesfolles.org> | 2019-04-05 14:06:48 +0200 |
|---|---|---|
| committer | Colomban Wendling <ban@herbesfolles.org> | 2019-04-05 14:06:48 +0200 |
| commit | ca6ad60c453ecc2a79458c24dc38a1b46d55cf8b (patch) | |
| tree | 859179d242083296937f19eea60bc2a8a4333044 /doc/ScintillaHistory.html | |
| parent | 49ce685da58519c39ab5de8aafe5c9fbedcbd5e1 (diff) | |
| download | scintilla-mirror-ca6ad60c453ecc2a79458c24dc38a1b46d55cf8b.tar.gz | |
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.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ <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> |
