iced-rs / iced

A cross-platform GUI library for Rust, inspired by Elm
https://iced.rs
MIT License
23.18k stars 1.07k forks source link

Add wrapping strategy to text widget #2279

Open nrjais opened 3 months ago

nrjais commented 3 months ago

This exposes wrapping strategy for text widget. I have kept the default to Wrapping::Word which it was in cosmic_text, There are other widgets which are using text, I am not sure if Wrapping should be exposed there.

Sample

image
habics commented 3 months ago

Hi, will this be available for TextEditor widget too or only for Text widget #2291

habics commented 3 months ago

Please consider adding this feature to TextEditor widget too

nrjais commented 3 months ago

Added for text editor also

nrjais commented 3 months ago

Rebased for latest theme changes