aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2012-05-26 15:25:57 +1000
committernyamatongwe <devnull@localhost>2012-05-26 15:25:57 +1000
commit3828986655c93d7f496ddce9567c53cab6cf57bb (patch)
treef1e5140f969c3f8865e17d3b31610b733ee5abc5 /include/Scintilla.iface
parent1596a6d6b4540980cd6a8249460d881d6d190c1f (diff)
downloadscintilla-mirror-3828986655c93d7f496ddce9567c53cab6cf57bb.tar.gz
Add DeleteRange method.
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 e133be69d..7abbb68c1 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -101,6 +101,9 @@ fun void InsertText=2003(position pos, string text)
# Delete all text in the document.
fun void ClearAll=2004(,)
+# Delete a range of text in the document.
+fun void DeleteRange=2645(position pos, int deleteLength)
+
# Set all style bytes to 0, remove all folding information.
fun void ClearDocumentStyle=2005(,)