JetBrains / ideolog

Interactive viewer for '.log' files.
MIT License
251 stars 54 forks source link

Bug fixes #175

Closed ArtemKar123 closed 5 months ago

ArtemKar123 commented 5 months ago

This PR fixes several bugs.

Empty file opening error

Previously, opening empty file (or deleting everything from opened file) would lead to freeze.

Reopening issue

There was a problem with log format detection in reopened files, which led to incorrect highlighting.

Paste issue

There was a problem with highlighting of pasted text, which could only be fixed by reopening the file.

Hyperlinks reopen issue

Previously, when reopening a file, hyperlinks would lose the line number information.