From ec8aade6c4ae2f17f5f7f3bc4bcac644a1d84877 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 6 Sep 2018 08:48:59 +1000 Subject: Bug [#2038]. Add explanation SCN_CHARADDED sent during inline IME composition. --- doc/ScintillaDoc.html | 3 +++ 1 file changed, 3 insertions(+) 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 {

The windowed behaviour can be chosen with SCI_SETIMEINTERACTION(SC_IME_WINDOWED) and the inline behaviour with SCI_SETIMEINTERACTION(SC_IME_INLINE). Scintilla may ignore this call in some cases. For example, the inline behaviour might only be supported for some languages.

+

When the inline IME mode is active, characters are added tentatively before being finalised and an + SCN_CHARADDED + notification is sent for each character.

These bidirectional features are experimental and incomplete.
-- cgit v1.2.3