From 61720e6df5e5a263ce47f3213287c0ac184e3db2 Mon Sep 17 00:00:00 2001
From: nyamatongwe SCI_INSERTTEXT(int pos, const char *text)
This inserts the zero terminated text string at position pos or at
- the current position if pos is -1. The current position is set at the end of the
- inserted text, but it is not scrolled into view.pos is -1. If the current position is after the insertion point
+ then it is moved along with its surrounding text but no scrolling is performed.
SCI_CLEARALL
Unless the document is read-only, this deletes all the text.