nyamatongwe left a comment (geany/geany#4613) I can't reproduce the issue with Geany 2.1 on Windows 10.
The log shows calls that are most closely related to Scintilla but do not match any execution scenario that I can see. For example, `preedit-changed` (which uses the equivalent `preedit_changed` spelling in the code) is only used at widget realization which should not occur at focus change. ~~~ 'preedit-changed' is invalid for instance '0000023180e97450' of type 'GtkStyleContext' ~~~ Implies that the `im_context` (which is newly created via `gtk_im_multicontext_new()`) is a `GtkStyleContext`. It is unlikely that `gtk_im_multicontext_new` which is documented to return a `GtkIMContext` will return the unrelated `GtkStyleContext` type. Stack traces for the assertions may be helpful. I do not personally build Geany on Windows or know how to produce stack traces here. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/4613#issuecomment-4848699014 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/4613/[email protected]>
