-
Notifications
You must be signed in to change notification settings - Fork 614
Extend the folder drop on icon to any file type on mac. #367
Conversation
…er to use "Open With" for image file extensions.
@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. |
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.
|
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. |
How about the key? Do you replace the key |
I did not try public.image - I tried your change as is and then tried your change after removing |
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:
|
Approving and Merging... |
Extend the folder drop on icon to any file type on mac.
Extend the folder drop on icon to any file type on mac.
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.