From 61720e6df5e5a263ce47f3213287c0ac184e3db2 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 28 Mar 2005 23:09:49 +0000 Subject: Corrected SCIINSERTTEXT which does not move the caret if it is at the location of the insertion. --- doc/ScintillaDoc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index f87743f79..8f8c87a73 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -426,8 +426,8 @@

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.

+ the current position if 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.

-- cgit v1.2.3