rustbasic

Results 69 issues of rustbasic

Handle the `IME` event first There is a need to handle the Ime event first. Fix Issues : When you press `BackSpace`, the entire text is erased, and when you...

Remove unnecessary parts2 we may remove this from `windows`. we need to check if we can remove this from `mac`.

Prevents slight encroachment on the title outer line in egui::Window. * Related #4154

Fix : egui::Window size recognition issue Fix : is_manually - Made functions like `.default_size()` and `.resizeable()` work properly that were not working. * Related #4300 * Closes #4349 * Closes...

Add `TextWrapMode` in `Style ui` I think this would be useful for debugging.

Fix Issue: Positioning issues with Slider and other Button. Fix Issue: When `ui.slider()` is inside `ui.horizontal()`, the DragValue button position moves down slightly. Improvement: `.text_style_height(&ui.style().drag_value_text_style)` Improvement: `button_padding` applied * Closes...

Improvement: test_ui_stack

Retain Text Cursor Position in `TextEdit` This ensures that the text cursor's existing position is retained when selecting 'TextEdit' in a state without focus. In my opinion, this method is...

Function to specify `Align` to `Label` There are cases where you want to display `Label` on the left or right regardless of other `Layout` specifications. Before : Note the part...

Fix: features "mime_guess" to "file" typo: 1 Is this what you intended? If you intended to add `mime_guess` to `cargo.toml`, please drop it.