You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 withBuffer
/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.
The text was updated successfully, but these errors were encountered: