gpui-component/crates/ui
Jason Lee 172015f147
input: Use shape line for soft wrap lines. (#1293)
This change aim to fix the before version `shape_text` (in Element
paint) and `wrap_line` (in TextWrapper cached soft wrap map) may have
difference wrap width.

Now move to based on TextWrapper's wrap map to paint text by use
`shape_line` method.
2025-09-28 10:31:03 +08:00
..
locales input: Add context menu for cut, copy, paste. (#1279) 2025-09-23 22:06:58 +08:00
src input: Use shape line for soft wrap lines. (#1293) 2025-09-28 10:31:03 +08:00
tests/fixtures dock: Revert dock to use absolute size. (#840) 2025-05-08 16:29:55 +08:00
Cargo.toml editor: Revert to use ropey. (#1284) 2025-09-24 20:52:18 +08:00
LICENSE-APACHE Add Dock & Panel (#10) 2024-07-01 14:20:56 +08:00