Open
Description
Hi,
I need to display a longer piece of text in my full screen program. According to the docstrings FormattedTextControl
/Label
is only suitable for shorter strings, so I went with Buffer
/BufferControl
, specifically the approach in #711 (for formatted buffer).
However neither that, nor the basic underlying buffer seems to support word wrapping (wrapping on space). Instead they wrap in the middle of words.
Either I'm missing something (in which case please inform me), or this is a feature request to support basic word wrapping.
I'm not asking for hyphenation, but it would be a nice bonus if this was implemented as a wrapping-policy. Then the user could provide a fancy version specific to their natural language of choice.
Metadata
Metadata
Assignees
Labels
No labels