-
Notifications
You must be signed in to change notification settings - Fork 167
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
Very long lines are completely white in the log #2
Comments
Currently I can only propose a workaround to "fix" this problem. I would change the implementation that the line is truncated at the maximum which can be displayed and add some indicator that the line is truncated. Maybe later if you double click or something on such long line a new Window shows up which displays the full line. |
So I can finaly provide a beta build for the truncate of long lines. It would be great if you could check if this solution works for you. Changes in this branch:
DescriptionI tested localy on my machine after what count of characters the white line appears and this was the count. If a line gets truncated only the displayed line is truncated! If you want to see the full line you have always the ability to copy the full line and view it in e.g. N++. BuildThis build is only a test build, it can contain bugs. |
@qlikTERror Included the changes of this issue to the release. A short feedback would be great. |
Hi @zarunbal I didn't test it directly but who tested it said the workaround worked as expected. |
This is still not in the current 1.6.7? |
The changes should be in the release since 1.6.7. There is still a hard limit on 20k chars where the line is truncated. I'm working currently on this limitation that this is removed. |
merge master Development with own fork
I seem to observe this same issue in the 1.8.2 (and CI version). |
Here we have sometimes very long lines (24k chars). They are white in LogExpert
The text was updated successfully, but these errors were encountered: