aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-03-26 06:31:57 +0000
committernyamatongwe <devnull@localhost>2010-03-26 06:31:57 +0000
commitc6de3de1530c4bd4067cd6533de4a3a8c4092a5c (patch)
tree9d553d3004fc4fc9de5aa2de943d11fbd35dfffc /include/Scintilla.iface
parent9d3b3ebfd5cc7f84e4afe5dc9ecab9d44055eee8 (diff)
downloadscintilla-mirror-c6de3de1530c4bd4067cd6533de4a3a8c4092a5c.tar.gz
Added SCI_GETTAG.
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 67fcc6060..158d0b515 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1233,6 +1233,9 @@ set void SetMultiPaste=2614(int multiPaste,)
# Retrieve the effect of pasting when there are multiple selections..
get int GetMultiPaste=2615(,)
+# Retrieve the value of a tag from a regular expression search.
+fun int GetTag=2616(int tagNumber, stringresult tagValue)
+
# Make the target range start and end be the same as the selection range start and end.
fun void TargetFromSelection=2287(,)