-
-
Notifications
You must be signed in to change notification settings - Fork 299
Support Store apps for Edit-capabilities #12802
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
Comments
Might also help to resolve #11770. |
This would make all implementations for finding applications currently in place in Cyberduck Windows obsolete, as I'd like to just create one implementation which is capable of opening a file with any application, through Windows Shell. |
Discussion here: New behavior for editing files:
Unsure how to fit this into EditorFactory and ApplicationFinder though. Footnotes |
CLI behavior changes to following: |
Currently blocked by microsoft/win32metadata#918. |
Behavior will need to address for situations where there is no editor defined for a file type, i.e.:
|
We can |
It's something. 2022-03-31.12-47-06.mp4 |
SHAssocEnumHandlers
1 can be used to directly invoke a handler, and doesn't rely on registry hacks to find OpenWithList andshell/open/command
to be defined.Footnotes
https://stackoverflow.com/questions/48400038/use-shassocenumhandlers-in-c-sharp ↩
The text was updated successfully, but these errors were encountered: