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

Can't open files from archive associated with an external application #40

Open
Asmodan123 opened this issue Sep 1, 2023 · 0 comments
Open

Comments

@Asmodan123
Copy link

When an archive contains a file which type is associated with an external application and can/should not be opened in Intellij directly (f.e. .mp4) nothing happens, when you double click this file.

We test our application front end with Cypress which records videos for each test case inside a docker container. After the test an archive (tar.gz) with all videos / screenshots is extracted from container and stored in "target" directory of the project. The ArchiveBrowser extension works fine to open the archive an show the included files. But you can't open this files directly.
image

Additionally you can't drag & drop the file out of the archive. This show the "Move-Dialog" but nothing happens when you click "Refactor".
image

Currently I have to open the corresponding directory in Finder, extract the archive and open the video. Is there a short cut for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants