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 | c074a75e2915680eff813d388d9e5915708ed4e1 (patch) | |
| tree | 0687b279a18a090d630c5ebbee01cba0565b6df9 | |
| parent | 29ad5f44407906fcb298992f9708d8bb2b6472fa (diff) | |
| download | scintilla-mirror-c074a75e2915680eff813d388d9e5915708ed4e1.tar.gz | |
Backport: Bug [#2038]. Add explanation SCN_CHARADDED sent during inline IME composition.
Backport of changeset 7081:892c361b3969.
| -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 69cbd9e35..19de81032 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -3767,6 +3767,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> <p><b id="SCI_GRABFOCUS">SCI_GRABFOCUS</b><br /> <b id="SCI_SETFOCUS">SCI_SETFOCUS(bool focus)</b><br /> |
