IME pre-edit text is not displayed. This seems to be caused by missing IME implementation in src/stc/ScintillaWX.cpp
Expected: when using IME, pre-edit text is displayed inline (with underline style)
Actual: pre-edit text is not visible anywhere
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
and probably Mac too
I can confirm that the IME is also broken on Mac: No characters show up when typing. Once I stop typing, the suggestions window appears in the bottom right of the screen, but clicking a suggestion does not make it appear in the STC control. (At least not immediately, it sometimes appears after I press Enter or some arrow keys a few more times.)
FWIW, Aegisub (a downstream application using wxSTC) used to have a hack TypesettingTools/Aegisub@fffb138 to fix IME support on Mac by injecting some code using private wxWidgets symbols into the wxSTC. I don't yet understand this code, but I tested it against wxWidgets master and can confirm that it fixes the IME there. So I'm linking it here in case it helps.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()