From e3fb3e4d970c691eb696bdaeabb64e0e84d2d930 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 23 Feb 2015 08:20:32 +1100 Subject: Add SCI_GETTARGETTEXT as a simpler alternate to SCI_GETTEXTRANGE. --- 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 7373384c8..f5fac5480 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1062,6 +1062,9 @@ get position GetTargetEnd=2193(,) # Sets both the start and end of the target in one call. fun void SetTargetRange=2686(position start, position end) +# Retrieve the text in the target. +get int GetTargetText=2687(, stringresult characters) + # Replace the target text with the argument text. # Text is counted so it can contain NULs. # Returns the length of the replacement text. -- cgit v1.2.3