gpui-component/crates/ui/src/input
Jason Lee 5419600fcd
input: Fix Input may out of char boundary (#901)
```
byte index 3 is not a char boundary; it is inside '吧' (bytes 1..4) of `L吧2`:    0: <unknown>
```
2025-05-26 22:42:31 +08:00
..
blink_cursor.rs chore: Update GPUI 2025/03/20 and fix spawn method. (#725) 2025-03-20 21:23:50 +08:00
change.rs history: Add unique mode to keep unique item in History. (#529) 2025-01-06 19:19:36 +08:00
clear_button.rs input: Add mask_toggle button to toggle masked state to Input. (#758) 2025-03-31 22:57:07 +08:00
code_highlighter.rs code-editor: Improve CodeEditor to has default themes. (#900) 2025-05-26 18:17:15 +08:00
element.rs code-editor: Improve CodeEditor to has default themes. (#900) 2025-05-26 18:17:15 +08:00
mask_pattern.rs input: Add mask pattern to format display. (#854) 2025-05-14 22:27:46 +08:00
mod.rs code-editor: Improve code highlight performance. (#885) 2025-05-22 18:09:18 +08:00
mode.rs input: Fix cursor and IME popup position when IME typing. (#889) 2025-05-23 15:00:24 +08:00
number_input.rs number_input: Add support for prefix and suffix (#896) 2025-05-26 16:16:22 +08:00
otp_input.rs input: Refactor Input, Picker as stateless mode. (#858) 2025-05-16 23:41:26 +08:00
state.rs input: Fix Input may out of char boundary (#901) 2025-05-26 22:42:31 +08:00
text_input.rs code-editor: Improve CodeEditor to has default themes. (#900) 2025-05-26 18:17:15 +08:00
text_wrapper.rs input: Add CodeEditor mode. (#863) 2025-05-20 15:51:00 +08:00