aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2005-11-25 11:53:50 +0000
committernyamatongwe <unknown>2005-11-25 11:53:50 +0000
commit14113a117f81df90ab3d79681de80c2923346894 (patch)
tree71d21879426f5f848e5d35a87fee668e82c049a3
parent70b447768bdfb629a38431adbb40e9544102e0b3 (diff)
downloadscintilla-mirror-14113a117f81df90ab3d79681de80c2923346894.tar.gz
Mentioned that SCN_CHARADDED sent before that character
has been styled.
-rw-r--r--doc/ScintillaDoc.html4
1 files changed, 3 insertions, 1 deletions
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</a>(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 <a
class="jump" href="#CallTips">call tip</a> or an <a class="jump" href="#Autocompletion">auto
- completion list</a>. The character is in <code>SCNotification.ch</code>.</p>
+ completion list</a>. The character is in <code>SCNotification.ch</code>.
+ 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.</p>
<p><b id="SCN_SAVEPOINTREACHED">SCN_SAVEPOINTREACHED</b><br />
<b id="SCN_SAVEPOINTLEFT">SCN_SAVEPOINTLEFT</b><br />