gpui-component/crates/ui/src/input
2025-09-17 14:37:21 +08:00
..
popovers editor: Add completion, code_action provider. (#1242) 2025-09-15 19:25:02 +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 input: Keep more empty space at top or bottom of the Editor. (#1256) 2025-09-17 10:45:56 +08:00
lsp.rs input: Fix completions API to assign Rope. 2025-09-17 14:37:21 +08:00
mask_pattern.rs number_input: Allow signed numbers (#957) 2025-06-16 10:05:37 +08:00
mod.rs input: Fix completions API to assign Rope. 2025-09-17 14:37:21 +08:00
mode.rs editor: Add completion, code_action provider. (#1242) 2025-09-15 19:25:02 +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 editor: Add completion, code_action provider. (#1242) 2025-09-15 19:25:02 +08:00
state.rs input: Use position for preferred column for vertical move. (#1249) 2025-09-16 11:52:51 +08:00
text_input.rs editor: Add completion, code_action provider. (#1242) 2025-09-15 19:25:02 +08:00
text_wrapper.rs input: Improve TextWrapper data structure. (#1237) 2025-09-10 18:52:35 +08:00