egui/crates
Emil Ernerfeldt a3ae81cadb
Add option to truncate text at wrap width (#3244)
* Add option to clip text to wrap width

* Spelling

* Better naming, and report back wether the text was elided

* Improve docstrings

* Simplify

* Fix max_rows with multiple paragraphs

* Add note

* Typos

* fix doclink

* Add `Label::elide`

* Label: show full non-elided text on hover

* Add demo of `Label::elide`

* Call it `Label::truncate`

* Clarify limitations of `break_anywhere`

* Better docstrings
2023-08-14 11:22:04 +02:00
..
ecolor Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
eframe Change force to be Option<f32> instead of f32 (#3240) 2023-08-12 13:50:40 +02:00
egui Add option to truncate text at wrap width (#3244) 2023-08-14 11:22:04 +02:00
egui-wgpu Update to `wgpu` 0.17.0 (#3170) 2023-08-11 17:10:10 +02:00
egui-winit Change force to be Option<f32> instead of f32 (#3240) 2023-08-12 13:50:40 +02:00
egui_demo_app Update to wasm-bindgen 0.2.87 (#3237) 2023-08-11 15:34:16 +02:00
egui_demo_lib Add option to truncate text at wrap width (#3244) 2023-08-14 11:22:04 +02:00
egui_extras Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
egui_glium Fix wrong detection of OS (#3238) 2023-08-12 13:50:31 +02:00
egui_glow Fix wrong detection of OS (#3238) 2023-08-12 13:50:31 +02:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
epaint Add option to truncate text at wrap width (#3244) 2023-08-14 11:22:04 +02:00