[Github-comments] [geany/geany] Add an editor option to enable IME's candidate window display inline (#1514)

Sinpo Wei notifications at xxxxx
Mon Jun 12 03:25:40 UTC 2017


   @b4n @elextr , I've changed the `ime_interaction` to int type, and the set default value to 0, as same as scintilla's default. Because scintilla use an enum for this option, and always initialize it to 0 (windowed) , so I'm not use an additional 'if' for 'none set' case.

@elextr, I've also moved the setup code from `editor_apply_update_prefs` to `create_new_sci`,  I was expecting it applies immediately, but it doesn't seem to work very well, so change back.


-- 
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/pull/1514#issuecomment-307682141
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170611/be450971/attachment.html>


More information about the Github-comments mailing list