[Github-comments] [geany/geany] input method: the candidate window do not follow the cursor (#1513)

Sinpo Wei notifications at xxxxx
Sat Jun 10 09:03:56 UTC 2017


i'm using arch linux. when i input chinese with ibus or fcitx, the candidate window do not follow the cursor. there is a similar issue submitted by a mac os user (https://github.com/geany/geany/issues/920).

i checked scintilla's code and found an option named “SCI_SETIMEINTERACTION” can fix this issue, by add:
`SSM(sci, SCI_SETIMEINTERACTION, 1, 0);`
into editor.c file's "`static ScintillaObject *create_new_sci(GeanyEditor *editor)` " function.
i compiled a patched version, and it works perfectly for me.

maybe you can add this in new release, or give a preference item let user choose.

-- 
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/1513
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170610/7d669ec4/attachment.html>


More information about the Github-comments mailing list