From a00f8bc0461f324180c4dabe45ff5bb185994686 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 26 Mar 2010 06:31:57 +0000 Subject: Added SCI_GETTAG. --- include/Scintilla.iface | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/Scintilla.iface') 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(,) -- cgit v1.2.3