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

Very long lines are completely white in the log #2

Open
qlikTERror opened this issue Oct 20, 2017 · 7 comments
Open

Very long lines are completely white in the log #2

qlikTERror opened this issue Oct 20, 2017 · 7 comments
Labels
bug Pesky little gritter, needs squashing enhancement this will make things better workaround This might work

Comments

@qlikTERror
Copy link

Here we have sometimes very long lines (24k chars). They are white in LogExpert

@zarunbal
Copy link
Owner

zarunbal commented Oct 20, 2017

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.

@zarunbal
Copy link
Owner

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:

  • Lines which exceeds a limit (4675 characters) will be truncated. Indicated by "..." at the end.
  • IMPORTANT if you use custom Plugins (which are not provided in the zip) there are breaking changes in the plugin interface!!!

Description

I 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++.

Build Build status

This build is only a test build, it can contain bugs.
The link is always the latest Build of this issue specific branch!
https://ci.appveyor.com/project/Zarunbal/logexpert/build/artifacts?branch=LongLineTruncate

@zarunbal zarunbal added bug Pesky little gritter, needs squashing Feature enhancement this will make things better and removed Feature labels Oct 29, 2017
@zarunbal
Copy link
Owner

@qlikTERror Included the changes of this issue to the release. A short feedback would be great.

@qlikTERror
Copy link
Author

Hi @zarunbal I didn't test it directly but who tested it said the workaround worked as expected.
We would still prefer to have the full line, but this is better than the white one. Thank you for the effort!

@zarunbal zarunbal added the workaround This might work label Nov 17, 2017
@qlikTERror
Copy link
Author

This is still not in the current 1.6.7?

@zarunbal
Copy link
Owner

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.

zarunbal pushed a commit that referenced this issue May 22, 2019
merge master Development with own fork
@valeriobruno
Copy link

I seem to observe this same issue in the 1.8.2 (and CI version).
A line of 6037 chars appears blank.

Hirogen added a commit that referenced this issue Jun 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Pesky little gritter, needs squashing enhancement this will make things better workaround This might work
Projects
None yet
Development

No branches or pull requests

3 participants