From 215215c5fc8f76e0857602b89a5ed1d7c41c080c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 26 May 2012 15:25:57 +1000 Subject: Add DeleteRange method. --- doc/ScintillaDoc.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index c610b9c70..1651c0862 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -387,6 +387,7 @@ SCI_APPENDTEXT(int length, const char *s)
SCI_INSERTTEXT(int pos, const char *text)
SCI_CLEARALL
+ SCI_DELETERANGE(int pos, int deleteLength)
SCI_CLEARDOCUMENTSTYLE
SCI_GETCHARAT(int position)
SCI_GETSTYLEAT(int position)
@@ -519,6 +520,9 @@

SCI_CLEARALL
Unless the document is read-only, this deletes all the text.

+

SCI_DELETERANGE(int pos, int deleteLength)
+ Deletes a range of text in the document.

+

SCI_CLEARDOCUMENTSTYLE
When wanting to completely restyle the document, for example after choosing a lexer, the SCI_CLEARDOCUMENTSTYLE can be used to clear all styling information and reset the -- cgit v1.2.3