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
