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

Improve functionality of "Show in File Browser" #1

Open
telamonian opened this issue Aug 19, 2019 · 0 comments
Open

Improve functionality of "Show in File Browser" #1

telamonian opened this issue Aug 19, 2019 · 0 comments

Comments

@telamonian
Copy link
Member

Currently, right clicking on a dataset tab and selecting "Show in File Browser" will work correctly, but only if the dataset has a .data extension at the end of its name.

The likeliest cause is that at some point the related command for "Show in..." tries to find a file type to go along with the dataset, but only relies on the path to do so. Without the extension, no file type can be determined, so the command fails.

Fixing this will entail making changes (probably to core) such that the file type finding in this case is more robust.

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

1 participant