aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
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 /include/Scintilla.iface
parentb46f4cdda3df7c26dc6cc1c55173c3a1559b20f2 (diff)
downloadscintilla-mirror-c47a76507f5bfd812604504d3b0246fa45be799e.tar.gz
Backport: Feature [feature-requests:1368]. Add BraceMatchNext API.
Backport of changeset 8406:a2ce85a55dfa.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index 29b5a2ac6..fb31e5b73 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1883,6 +1883,9 @@ fun void BraceBadLightIndicator=2499(bool useSetting, int indicator)
# The maxReStyle must be 0 for now. It may be defined in a future release.
fun position BraceMatch=2353(position pos, int maxReStyle)
+# Similar to BraceMatch, but matching starts at the explicit start position.
+fun position BraceMatchNext=2369(position pos, position startPos)
+
# Are the end of line characters visible?
get bool GetViewEOL=2355(,)