Allow specifying ellipsis position for text overrun #9598
timothyqiu
started this conversation in
GUI
Replies: 1 comment
-
I think core text overrun behavior should remain scoped to basic text (Label's text handling is already pretty complex as it is). It may be better to write a custom solution for file paths specifically. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When strings like paths are too long, usually the ending of the path is more important than the beginning / middle.
I suggest allow specifying ellipsis position: begin / middle / end (default, current behavior).
Beta Was this translation helpful? Give feedback.
All reactions