gpui-component/crates/story
Jason Lee 74b3aa7e67
text_view: Add to support selection. (#1169)
### Links

Maybe we can do it in TextLayout in GPUI:


fda6eda3c2/crates/gpui/src/elements/text.rs (L309)

## Demo


https://github.com/user-attachments/assets/abbebee7-df8f-4067-86a7-15bc1a4c44cd

## Todo

- [x] Test for HTML View.
- [x] CodeBlock selection support.
- [x] Selection lines sometimes incorrect.
- [x] Listener Bounds changed to unselect.
2025-08-28 18:09:30 +08:00
..
examples text_view: Add to support selection. (#1169) 2025-08-28 18:09:30 +08:00
src text_view: Add to support selection. (#1169) 2025-08-28 18:09:30 +08:00
Cargo.toml chore: Avoid built-in tree-sitter languages in default. (#1135) 2025-08-14 18:02:27 +08:00