From 0ab71ce05405ec5b0d725bc23d1e6c720fbec20f Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 7 Feb 2005 05:09:11 +0000 Subject: Changed language from "forces" to "requests" because a lexer may decide to defer styling. --- doc/ScintillaDoc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index dd8b533c0..51c40b36a 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4229,7 +4229,7 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){

SCI_COLOURISE(int startPos, int endPos)
- This forces the current lexer or the container (if the lexer is set to + This requests the current lexer or the container (if the lexer is set to SCLEX_CONTAINER) to style the document between startPos and endPos. If endPos is -1, the document is styled from startPos to the end. If the "fold" property is set to -- cgit v1.2.3