aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-10-08 00:42:36 +0000
committernyamatongwe <devnull@localhost>2002-10-08 00:42:36 +0000
commitb1ed479e38d607f7dbbb6a1f7d30ef636eb85101 (patch)
tree7d3e6c21264e1f220ef48916100582c699ecdaf0 /include/Scintilla.iface
parent19644c0a1ccdb780672020c20c254c1ac3061d3c (diff)
downloadscintilla-mirror-b1ed479e38d607f7dbbb6a1f7d30ef636eb85101.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(,)