gpui-component/crates/ui/src/input
Jason Lee 455605d64b
menu: Fix to support keyboard to select menu items. (#1263)
- And add to support scroll to selected item.

---------

Co-authored-by: Floyd Wang <gassnake999@gmail.com>
2025-09-22 21:47:30 +08:00
..
lsp editor: Change to pass cursor as offset for completions method. (#1271) 2025-09-22 16:29:51 +08:00
popovers inspector: Add to support auto complete. (#1272) 2025-09-22 18:36:46 +08:00
blink_cursor.rs input: Pause blink and keep show cursor on moving or editing. (#1236) 2025-09-10 14:49:14 +08:00
change.rs input: Add Cursor and Selection type and export line number, cursor. (#1012) 2025-06-27 20:48:26 +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
cursor.rs editor: Add completion, code_action provider. (#1242) 2025-09-15 19:25:02 +08:00
element.rs editor: Improve line number to use shape_line method. (#1265) 2025-09-19 19:23:57 +08:00
mask_pattern.rs number_input: Allow signed numbers (#957) 2025-06-16 10:05:37 +08:00
mod.rs input: Add to support search and replace. (#1252) 2025-09-17 19:02:00 +08:00
mode.rs editor: Refactor the LSP config. 2025-09-18 14:17:18 +08:00
number_input.rs chrore: Refactor the disabled API for NumberInput, DatePicker, OtpInput, Calandar. (#1102) 2025-07-29 17:31:52 +08:00
otp_input.rs input: Refactor InputEvent::Change to not include the text. (#1246) 2025-09-15 20:50:30 +08:00
rope_ext.rs inspector: Add to support auto complete. (#1272) 2025-09-22 18:36:46 +08:00
search.rs menu: Fix to support keyboard to select menu items. (#1263) 2025-09-22 21:47:30 +08:00
state.rs input: Fix invalid vertical scroll in single line mode. (#1273) 2025-09-22 19:47:47 +08:00
text_input.rs input: Add to support search and replace. (#1252) 2025-09-17 19:02:00 +08:00
text_wrapper.rs editor: Improve TextWrapper performance by only rebuild changed lines. (#1266) 2025-09-20 02:35:48 +08:00