From 4519d02ab72bd3be8558b627df07c566b18f6d0c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 25 Nov 2005 11:53:50 +0000 Subject: Mentioned that SCN_CHARADDED sent before that character has been styled. --- doc/ScintillaDoc.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 8fa8d5a21..fc60b6528 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4546,7 +4546,9 @@ href="#SCI_POSITIONFROMLINE">SCI_POSITIONFROMLINE(lineNumber); This is sent when the user types an ordinary text character (as opposed to a command character) that is entered into the text. The container can use this to decide to display a call tip or an auto - completion list. The character is in SCNotification.ch.

+ completion list. The character is in SCNotification.ch. + This notification is sent before the character has been styled so processing that depends on + styling should instead be performed in the SCN_UPDATEUI notification.

SCN_SAVEPOINTREACHED
SCN_SAVEPOINTLEFT
-- cgit v1.2.3