gpui-component/crates/story
Sunli 34b570cd8f
text_view: Refactor TextView, SyntaxHighlighter to use async to parsing. (#1299)
1. Parse content in the background thread  
2. Remove unnecessary clones  
3. `TextViewStyle` and `LanguageRegistry` can now be used across threads
2025-09-29 14:04:24 +08:00
..
examples text_view: Refactor TextView, SyntaxHighlighter to use async to parsing. (#1299) 2025-09-29 14:04:24 +08:00
src input: Disable context menu item for disabled input. (#1280) 2025-09-25 16:36:57 +08:00
Cargo.toml editor: Add completion, code_action provider. (#1242) 2025-09-15 19:25:02 +08:00