Camork / file-expander-plugin

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

Folder hidden from view #11

Closed fipp closed 4 years ago

fipp commented 4 years ago

Hi! Following a webinar on gradle kotlin dsl I noticed that they were able to browse zip files in Intellij IDEA, which I couldn't. I quickly found your plugin but noticed something odd. When browsing the zip file, there is a folder not showing up (webinar-app/bin/ in my case), which shows up using zipinfo on the terminal.

Screenshot 2020-08-04 at 10 18 42

If I go into my build script and specify a different name like bin2, I see it:

Screenshot 2020-08-04 at 10 23 14

Am I missing something obvious here, or is this a bug?

Using Intellij IDEA 2020.2 Ultimate and File Expander 4.51.

Camork commented 4 years ago

@fipp This bug was fixed in version 1.4, or something was missing, could you please share your file?

fipp commented 4 years ago

@Camork do you mean the plugin file?

Camork commented 4 years ago

@fipp I mean the zip file that make you get the bug.

fipp commented 4 years ago

@Camork Ah, sure. Here:

app.zip

(the app/bin folder is there in finder (osx) and zipinfo, but not via intellij / file expander)

Camork commented 4 years ago

@fipp I can't reproduce the bug , can you test the lastst version of File expander(v1.5)? image

fipp commented 4 years ago

@Camork It turned out to be my fault. In Editor > File Types I had "bin" included in "Ignore files and folders". Once I removed that I saw the folder. Nothing wrong with your plugin so.

Sorry for the noise.