From b1ed479e38d607f7dbbb6a1f7d30ef636eb85101 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 8 Oct 2002 00:42:36 +0000 Subject: Added AppendText method. Credit to Sergey. --- include/Scintilla.iface | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/Scintilla.iface') 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(,) -- cgit v1.2.3