-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
[core] (Windows) Implement Specific File Handler Functionality #815
base: master
Are you sure you want to change the base?
Conversation
So another quick update. As you can see on my last commit I was able to work out exactly what was going wrong with opening the application. This now means that amazingly when the icon is double clicked it opens within Pulsar right away, without issue. Additionally, after doing some research, I may look at the feasibility of migrating all registry handling to |
This PR relates to #803
This PR implements the logic needed for that PR to actually work. At least the baseline logic needed on Windows Systems.
This PR would ensure that for supported file types we are able to set specific icons for those files. If we create a generic icon that could also be used for a more extensive list of "supported" file types, which would likely see the most benefit from being used to cover all file types supported by the default grammars installed within Pulsar.
But again it's good to keep in mind this does not address this behavior at all on Linux or macOS. And as of currently is missing the implementation of this behavior into functionality within the
settings-view
package.