@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
