diff options
author | Zufu Liu <unknown> | 2020-07-15 12:08:11 +1000 |
---|---|---|
committer | Zufu Liu <unknown> | 2020-07-15 12:08:11 +1000 |
commit | 8aeb0e4b77a0f6905981df5f2d9c4622d55a12fb (patch) | |
tree | 91988ba86d2aabf316a1cb7340c0b181f0a02ba6 /doc/ScintillaHistory.html | |
parent | 94e723891ade7b0de0c6dc6a3b294e6ce1fea326 (diff) | |
download | scintilla-mirror-8aeb0e4b77a0f6905981df5f2d9c4622d55a12fb.tar.gz |
Feature [feature-requests:1368]. Add BraceMatchNext API.
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 f0e2dcca6..1d3f2c115 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -589,6 +589,10 @@ <a href="https://sourceforge.net/p/scintilla/bugs/2184/">Bug #2184</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>. |