-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] Extend the folder drop on icon to any file type on mac. #235
Comments
Comment by bchintx @RaymondLim Done with initial review. This info.plist change appears to work just fine, but I'll wait for you to respond to @eugeneo 's comment before deciding to merge this change. |
Comment by RaymondLim
Yes, my current change is exactly for file types that are not yet supported. So if an extension provides a pdf viewer or a video viewer, then the users should be able to view these file types with drag-and-drop on icon. Thanks for pointing out "public.image" UTI. It's definitely better than listing individual image extensions, but I do have two concerns (or questions) for you.
|
Comment by eugeneo Sorry, I overlooked the wildcard. I tested the change and found no issues. I am not sure if there is a need to separately declare image extensions if there is a wildcard - I did not see any difference in my testing. |
Comment by RaymondLim How about the key? Do you replace the key |
Comment by eugeneo I did not try public.image - I tried your change as is and then tried your change after removing |
Comment by bchintx I just re-tested with @RaymondLim 's original changes and with removing individual and/or all of the One observation: the Finder appears to cache the file type associations, so you'll need to be sure to do the following before any changes are recognized by the system:
|
Comment by bchintx Approving and Merging... |
Issue by RaymondLim
Friday Nov 01, 2013 at 16:48 GMT
Originally opened as adobe#367
Also allow user to use "Open With" for image file extensions. This fixes issue adobe/brackets#5759
@eugeneo Can you review this and comment if you see something not right?
@bchintx I think you should review this too.
RaymondLim included the following code: https://github.com/adobe/brackets-shell/pull/367/commits
The text was updated successfully, but these errors were encountered: