From 7c3febe1ee4ec80d9a9f1563894d373154b0c784 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.