Pascal-Krenckel / NppGZipFileViewer

A Notepad++ plugin to open and save files in the gzip format.
Apache License 2.0
5 stars 2 forks source link

Unexpected EOF #3

Closed rzcat closed 2 years ago

rzcat commented 2 years ago

I have some text files, containinig special characters, okay for Npp to view/edit/save However, the gzip compressed file opened by this plugin is trimmed, not all content is displayed The compression/decompression process is done by 7-zip, which is lossless Perhaps some weird characters make the plugin think that this is the end of the stream to decode and display?

To make it easy to understand, I've made up a text file to reproduce my problem The following attachment contains a text file of about 24 lines, however the *.txt.gz opened contains only 3 lines bugtest20220623.txt.gz

rzcat commented 2 years ago

Problem solved upon updating to v1.2.2. Thanks a lot. :)