aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-10-08 00:42:36 +0000
committernyamatongwe <unknown>2002-10-08 00:42:36 +0000
commitea3685f0c103ad8469959088a75ece739c75806a (patch)
tree7d3e6c21264e1f220ef48916100582c699ecdaf0 /include/Scintilla.iface
parent25171eb9355a88a107de3e251bb7f19790bdf971 (diff)
downloadscintilla-mirror-ea3685f0c103ad8469959088a75ece739c75806a.tar.gz
Added AppendText method.
Credit to Sergey.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index c9a0921f5..31344aa6f 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -998,6 +998,11 @@ set void SetVScrollBar=2280(bool show,)
# Is the vertical scroll bar visible?
get bool GetVScrollBar=2281(,)
+# Append a string to the end of the document without changing the selection.
+fun void AppendText=2282(int length, string text)
+
+## New messages go here
+
## Start of key messages
# Move caret down one line.
fun void LineDown=2300(,)