Skip to content
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

Closed
tonypdmtr opened this issue Sep 20, 2015 · 5 comments
Closed

Improvement - Multi-line fields displayed on single line #416

tonypdmtr opened this issue Sep 20, 2015 · 5 comments
Labels
enhancement Feature requests. Qt

Comments

@tonypdmtr
Copy link

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

@glawrence
Copy link
Contributor

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

@tonypdmtr
Copy link
Author

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.

@justinclift
Copy link
Member

Yeah, "show hidden characters" sounds like a good idea. 😄

@justinclift
Copy link
Member

As a data point, although not the same bug as #731, they're both semi-related.

@mgrojo mgrojo added the Qt label Aug 5, 2024
@mgrojo
Copy link
Member

mgrojo commented Aug 5, 2024

This was a Qt glitch and it seems fixed now.

DB Browser for SQLite Version 3.13.99 (Aug 4 2024)
Last commit hash when built: 73ebe93

Built for x86_64-little_endian-lp64, running on x86_64
Qt Version 5.15.3
SQLite Version 3.37.2.

Feel free to reopen it if there is still something working in a current Qt and DB4S version.

@mgrojo mgrojo closed this as completed Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests. Qt
Projects
None yet
Development

No branches or pull requests

4 participants