aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorZufu Liu <unknown>2024-11-17 08:32:07 +1100
committerZufu Liu <unknown>2024-11-17 08:32:07 +1100
commit7c053368aac18001e6183c1f2e72273631cb5100 (patch)
tree2ff77937483c438a8e0c6b898afe167d0f2536a5 /doc
parente70b850241c81eae9ab2f7c2aa75b06634c96f1e (diff)
downloadscintilla-mirror-7c053368aac18001e6183c1f2e72273631cb5100.tar.gz
Feature [feature-requests:#1533]. Improve performance of SCI_BRACEMATCH by only
retrieving style for braces. Approximately 25% improvement on tested system.
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index dc3a0278e..2f1a4dfcb 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -597,6 +597,10 @@
<a href="https://github.com/ScintillaOrg/lexilla/issues/285">Issue #285</a>.
</li>
<li>
+ Improve performance of SCI_BRACEMATCH.
+ <a href="https://sourceforge.net/p/scintilla/feature-requests/1533/">Feature #1533</a>.
+ </li>
+ <li>
On GTK, allow middle click to insert multiple times within a document.
<a href="https://github.com/geany/geany/issues/2629">Geany Issue #2629</a>.
</li>