From d175f78f24282235163555d274e0d8287eef11bf Mon Sep 17 00:00:00 2001
From: nyamatongwe
Date: Fri, 1 Nov 2002 11:23:11 +0000
Subject: AppendText documented.
---
doc/ScintillaDoc.html | 6 ++++++
1 file changed, 6 insertions(+)
(limited to 'doc')
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 2a8fe708a..6e8156b7a 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -79,6 +79,7 @@ SCI_GETREADONLY
SCI_GETTEXTRANGE(<unused>, TEXTRANGE *tr)
SCI_ADDTEXT(int length, char *s)
SCI_ADDSTYLEDTEXT(int length, cell *s)
+SCI_APPENDTEXT(int length, char *s)
SCI_INSERTTEXT(int pos, char *text)
SCI_CLEARALL
SCI_CLEARDOCUMENTSTYLE
@@ -121,6 +122,10 @@ SCI_GETSTYLEBITS
the SCI_CLEARDOCUMENTSTYLE can be used to clear all styling information and
reset the folding state.
+
+ SCI_APPENDTEXT appends a string to the end of the document
+ without changing the selection range.
+
SCI_SETTARGETSTART(int pos)
SCI_GETTARGETSTART
@@ -1053,6 +1058,7 @@ SCI_MARKERDELETEHANDLE(int handle)
Markers can be set to pixmaps using the SCI_MARKERDEFINEPIXMAP
method. The XPM format is used for the pixmap and it is limited to
to pixmaps that use one character per pixel. The data should be null terminated.
+ Pixmaps use the SC_MARK_PIXMAP marker symbol.
Indicators
--
cgit v1.2.3