From 5bd5e8733e8e3ceb5e2f545adfd6e1b514b33a5c Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Sun, 22 Feb 2015 09:56:46 +1100 Subject: Added SCI_SETTARGETRANGE method to set both the start and end of the target. --- 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 c540639da..7373384c8 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1059,6 +1059,9 @@ set void SetTargetEnd=2192(position pos,) # Get the position that ends the target. get position GetTargetEnd=2193(,) +# Sets both the start and end of the target in one call. +fun void SetTargetRange=2686(position start, position end) + # 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