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

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.

SCI_GRABFOCUS
SCI_SETFOCUS(bool focus)
-- cgit v1.2.3