diff options
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r-- | include/Scintilla.iface | 5 |
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(,) |