Can you try building C::B against wx-master? You can install it locally and then use
--with-wx-config=CONFIG wx-config script to use (optional)
to select the non-system version. This would make it possible to test also the stc sample. Hint: The wxscintilla code in C::B and wx is slightly different, so the code it wx might work, but the code in C::B might not. This would be helpful info.
Note: Does this thing work in scite, geany or any other scintila+gtk based editor?
Last edit: Teodor Petrov 2021-01-01
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It could take some time to build wxWidget on my laptop. It works somewhat in scite and geany:
I searched IBus in Codelite's github repo, and found it might be a bug for wxScintila.
Last edit: orzun 2021-01-01
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Does this work in the stc sample of wxWidgets or in CodeLite (another editor based on wx and scintillla)?
No, it doesn't work in Codelite. I didn't try it with the stc sample of wxWidgets.
Can you try building C::B against wx-master? You can install it locally and then use
--with-wx-config=CONFIG wx-config script to use (optional)to select the non-system version. This would make it possible to test also the stc sample. Hint: The wxscintilla code in C::B and wx is slightly different, so the code it wx might work, but the code in C::B might not. This would be helpful info.
Note: Does this thing work in scite, geany or any other scintila+gtk based editor?
Last edit: Teodor Petrov 2021-01-01
It could take some time to build wxWidget on my laptop. It works somewhat in scite and geany:
I searched IBus in Codelite's github repo, and found it might be a bug for wxScintila.
Last edit: orzun 2021-01-01
I build the stc sample to test. Unfortunately, ibus behaves the same as in CodeBlocks. So it could be an upstream issue.
We try to be in sync with the code in wx, so if it is broken there chances that it works in C::B are close to 0.
Link to upstream ticket https://trac.wxwidgets.org/ticket/19028