rustbasic

Results 69 issues of rustbasic

panic when pressing Shift + TAB in a TextEdit #3846 rev() is panic with UTF8 Not byte_index It's char_index ( for UTF8 )

https://github.com/emilk/egui/issues/3850 I want to use the following for accurate usage: egui\src\text_selection\text_cursor_state.rs 360 lines let width = unicode_width::UnicodeWidthChar::width_cjk(c).unwrap_or(2);

I work finished, Pull Request. Regarding severe graphical glitches with egui #3321 Changed : crates/eframe/src/native/run.rs The test results are normal.

TextEdit : Shift + TAB Shift + TAB UTF8 panic and other BUG I work finished it. Pull Request.

bug

Feature request: When pressing the TAB key in TextEdit, fill the space with different sizes of whitespace based on the position of the text cursor. I have completed this feature,...

Subject: Window title bar border disappears Dear emilk, When I select a window in my program, the color of the selected window's title bar changes, but the border of the...

bug

@emilk Dear emilk, I've referred to the toggle button in the egui_demo_app and thought it would be beneficial if egui directly supports the toggle_button() function. I've organized the toggle_button() function...

Title: Copying Characters While Typing UTF-8 (Non-English) Characters Dear emilk, In multiline() or singleline(): When typing UTF-8 characters (non-English characters), during the typing process, the character is treated as selected...

bug
eframe

Title: Regarding severe graphical glitches with egui Dear emilk, When continuously running a program that uses the egui library on windows, there is a bug causing severe graphic glitches after...

bug

This will continue to be updated : Issues : * Closes #2783 * Closes #3811 * Closes #3902 * Closes #3953 * Closes #3972 * Closes #4022 * Closes #4070...