IME does not work in Scintilla window
Kevin Wang <[email protected]> Wed, 13 Nov 2024 18:44:13 -0800
| Newsgroups | gmane.comp.lib.scintilla.devel |
|---|---|
| Message-ID | <CAAZWVYqixHOFLWwpRUkrTm6rLK9peD2+=ZKpZG+LsNXUhceQYg@mail.gmail.com> |
Neil and other Scintilla fans, I integrated two Scintilla windows into windows terminal( https://github.com/microsoft/terminal) The Chinese IME works well in the terminal window, showed by the below screen shoot: [image: image.png] However, I find I cannot input Chinese characters in the scintilla windows on the left side. I can input ASCII characters. [image: 1731551983772.png] I did not code much, just showed in the below: Scintilla_RegisterClasses(HINST_THISCOMPONENT); m_hWndASK = CreateWindowExW(0, L"Scintilla", NULL, dwStyle, 0, 0, 16, 16, m_paneWindow.get(), NULL, HINST_THISCOMPONENT, NULL); Could someone give me some hint for this bug? Thanks a lot! Regards, Kevin -- You received this message because you are subscribed to the Google Groups "scintilla-interest" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/scintilla-interest/CAAZWVYqixHOFLWwpRUkrTm6rLK9peD2%2B%3DZKpZG%2BLsNXUhceQYg%40mail.gmail.com.
1731551983772.png
(image/png, 25 KB) - not displayed
image.png
(image/png, 27 KB) - not displayed