aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2015-02-22 09:56:46 +1100
committerNeil Hodgson <nyamatongwe@gmail.com>2015-02-22 09:56:46 +1100
commit1fc21cb6664d3633602636cfc43ecbdb39b591a7 (patch)
treedd45653f7c8b73376112fff1e6d116a1a2db82b7 /include/Scintilla.iface
parente3dcaa477741dba922e3daf270ff2ecb42b5311c (diff)
downloadscintilla-mirror-1fc21cb6664d3633602636cfc43ecbdb39b591a7.tar.gz
Added SCI_SETTARGETRANGE method to set both the start and end of the target.
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 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.