gpui-component/crates/story/examples
Jason Lee 993ce34bd8
editor: Avoid scroll on select all. (#1277)
- Add `replace_text_in_range_silent` for some case to avoid show
completion, for example on cut, paster ...
- Improve to only call validation, mask on single line mode.
- Improve move cursor to scroll to visible to keep edge 3 lines.

https://github.com/user-attachments/assets/ca8bcca8-a55b-4c98-af7c-7639d1c34923

- Fix `RopeExt::offset_to_position` may crash.
- Add deffered_scroll_offset to improve paste to scroll to cursor.

https://github.com/user-attachments/assets/1af09a50-37f0-47c8-8185-4b78820d064a
2025-09-23 15:59:48 +08:00
..
fixtures editor: Update completions to support CompletionTextEdit. (#1267) 2025-09-22 11:39:50 +08:00
dock.rs notification: Fix display issues caused by the taffy upgrade (#1084) 2025-07-23 19:12:13 +08:00
editor.rs editor: Change to pass cursor as offset for completions method. (#1271) 2025-09-22 16:29:51 +08:00
html.rs text_view: Add to support selection. (#1169) 2025-08-28 18:09:30 +08:00
large-text.rs editor: Avoid scroll on select all. (#1277) 2025-09-23 15:59:48 +08:00
markdown.rs input: Add to support search and replace. (#1252) 2025-09-17 19:02:00 +08:00
tiles.rs notification: Fix display issues caused by the taffy upgrade (#1084) 2025-07-23 19:12:13 +08:00
webview.rs webview: Let webview as a feature and not default enable. (#648) 2025-02-24 14:24:22 +08:00