Camork / file-expander-plugin

A IntelliJ plugin that can explore archive-based file in project view
GNU General Public License v3.0
44 stars 7 forks source link

Support reading Gzip files with no filename metadata #38

Closed RonCruz closed 9 months ago

RonCruz commented 9 months ago

This is to close out issue #35 raised earlier. If the Gzip file doesn't contain a filename in the metadata, we are currently unable to open the contents for reading in the IDE. The following changes stubs out an entry in the info map using the original filename so that we can view the file contents.

Camork commented 9 months ago

Thanks for your contribution