-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvement - Multi-line fields displayed on single line #416
Comments
The other option would be to use another character like many text editors do when you "show hidden characters", that way we could show tabs and spaces as well |
That would work also (even better, actually). However, still a space should surround the special character or else again it will look as one word when printed as a single line. |
Yeah, "show hidden characters" sounds like a good idea. 😄 |
As a data point, although not the same bug as #731, they're both semi-related. |
This was a Qt glitch and it seems fixed now.
Feel free to reopen it if there is still something working in a current Qt and DB4S version. |
When a field contains line feeds, in the Browse Data tab, the contents are displayed on the same line but without any space between the lines. I propose you replace line feeds with a space so as to look better as single line. For example:
If fields contains:
Hello
World
It now displays as:
HelloWorld
(no space between Hello and World)
After my suggestion:
Hello World
The text was updated successfully, but these errors were encountered: