Pavel Strakhov
Pavel Strakhov
1. Cursor is now hidden when there is a selection. 2. Cursor is now hidden when there is an IME preedit that specifies that there should be no cursor. 3....
Added `SetPreedit` action that inserts text with a special `is_preedit` flag in the attributes and clears any previous preedit. This is the most straightforward way to show a preedit inline,...
If `syntex_errors` is somewhere in dependencies, running `cargo build -vv` results in a fail: ``` Running `rustc --crate-name build_script_build /home/ri/.cargo/registry/src/github.com-1ecc6299db9ec823/kernel32-sys-0.2.2/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=9b6c3463a8ee3470 -C extra-filename=-9b6c3463a8ee3470 --out-dir...
IME cannot turn off on my system. Even if IME was not enabled for the window, it still receives IME events. `set_ime_enabled()` has no effect. This can be problematic for...