diff options
author | Neil <nyamatongwe@gmail.com> | 2018-09-06 08:48:59 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-09-06 08:48:59 +1000 |
commit | ec8aade6c4ae2f17f5f7f3bc4bcac644a1d84877 (patch) | |
tree | 711791ace3da472c6f77665d539e5becbf6cd7c2 | |
parent | 8a284f766a3443419888d5b940baa12ea7429eb6 (diff) | |
download | scintilla-mirror-ec8aade6c4ae2f17f5f7f3bc4bcac644a1d84877.tar.gz |
Bug [#2038]. Add explanation SCN_CHARADDED sent during inline IME composition.
-rw-r--r-- | doc/ScintillaDoc.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index ce0758bc0..b2d3a0c2f 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -3770,6 +3770,9 @@ struct Sci_TextToFind { <p>The windowed behaviour can be chosen with <code>SCI_SETIMEINTERACTION(SC_IME_WINDOWED)</code> and the inline behaviour with <code>SCI_SETIMEINTERACTION(SC_IME_INLINE)</code>. Scintilla may ignore this call in some cases. For example, the inline behaviour might only be supported for some languages.</p> + <p>When the inline IME mode is active, characters are added tentatively before being finalised and an + <a class="message" href="#SCN_CHARADDED">SCN_CHARADDED</a> + notification is sent for each character.</p> <div class="provisional"> <a href="#ProvisionalMessages">These bidirectional features are experimental and incomplete.</a><br /> |