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 | c47a76507f5bfd812604504d3b0246fa45be799e (patch) | |
| tree | 9beede23572858a217ff61c2c258d81de78b2597 /include/Scintilla.iface | |
| parent | b46f4cdda3df7c26dc6cc1c55173c3a1559b20f2 (diff) | |
| download | scintilla-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.iface | 3 |
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(,) |
