[Github-comments] [geany/geany] Unexpected behavior with IME (crashing, inserting characters) (#2760)

elextr notifications at xxxxx
Wed Mar 10 23:09:13 UTC 2021


Geany itself does not do any IME handling, it is either the GTK GUI library, or the Scintilla editing widget (which uses the GTK library as well) that Geany uses.  Geany just receives the composed Unicode characters from those.  

As such its not possible for this project to do anything directly about it, also AFAIK none of the regular contributors use IME, but we can try to guide you where to look or report the problem, but we will probably be groping in the dark.

IIUC the IME to use can be set for GTK using the GTK_IM_MODULE environment variable, but I don't know what values to use, or if it can use windows IME.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2760#issuecomment-796270935
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210310/7cc27a34/attachment.htm>


More information about the Github-comments mailing list