Replies: 1 comment 2 replies
-
Yes, we need to make the code formatter smarter than it is right now :-( |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Long string literals in *.slint files are currently very unreadable:
For plain string literals it would be possible to concatenate multiple strings like
"foo" + "bar"
with line breaks in between. But it's not very useful yet because:@tr()
fmt
Do I miss some way of breaking up a long string literal into several lines?
And may I suggest to make
fmt
breaking long strings into several lines automatically (respecting a certain line length limit)?Beta Was this translation helpful? Give feedback.
All reactions