rustbasic

Results 62 comments of rustbasic

@varphone Dear varphone, This is a different story. Could you please look at it below? I think you can handle this more accurately than I can. * #4154

> Converted to draft until unrelated commits are removed Yes, since it is a mixture of several things, it seems that division will be possible only after several commits are...

Check if it works by applying egui Master Version. It is expected that there will be no problems with the Master Version, and it will be corrected in the next...

@xuerenlin Please check if the following Pull Request has a problem in Ubuntu. If not, check if there is a problem in Windows as well and let us know the...

@xuerenlin Again, Please check if the following Pull Request has a problem in Ubuntu. If not, check if there is a problem in Windows as well and let us know...

@xuerenlin Please print the `winit::event::Ime::` event details at the following location and let us know. I'll check tomorrow. crates/egui-winit/src/lib.rs 330 line WindowEvent::Ime(ime) => {

Because it is difficult to apply to all languages, there are no exact rules. However, it is true that `SougoPinyin` has a unique behavior.

This is the problem When app run, print: ime event is: Enabled

@xuerenlin Please check if it is possible as follows. let me know result, please. 1. Apply new #4436. 2. Find a way to prevent `winit::event::Ime::Enabled` from occurring when the program...

@xuerenlin Is it okay to call `ime_event_disable()` from your program without changing `egui-winit/src/lib.rs`? Or is there anything I need to change in `egui-winit/src/lib.rs` to use `ime_event_disable()`?