aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorZufu Liu <unknown>2020-07-15 12:08:11 +1000
committerZufu Liu <unknown>2020-07-15 12:08:11 +1000
commitc47a76507f5bfd812604504d3b0246fa45be799e (patch)
tree9beede23572858a217ff61c2c258d81de78b2597 /doc/ScintillaHistory.html
parentb46f4cdda3df7c26dc6cc1c55173c3a1559b20f2 (diff)
downloadscintilla-mirror-c47a76507f5bfd812604504d3b0246fa45be799e.tar.gz
Backport: Feature [feature-requests:1368]. Add BraceMatchNext API.
Backport of changeset 8406:a2ce85a55dfa.
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 a3dea460e..c7d4322fc 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -586,6 +586,10 @@
<a href="https://sourceforge.net/p/scintilla/bugs/2141/">Bug #2141</a>.
</li>
<li>
+ Add SCI_BRACEMATCHNEXT API.
+ <a href="https://sourceforge.net/p/scintilla/feature-requests/1368/">Feature #1368</a>.
+ </li>
+ <li>
Round SCI_TEXTWIDTH instead of truncating as this may be more accurate when sizing application
elements to match text.
<a href="https://sourceforge.net/p/scintilla/feature-requests/1355/">Feature #1355</a>.