mickleness / aspen-birdcage

This project helps 3rd party developers write Aspen-compatible tools.
MIT License
8 stars 0 forks source link

Open File Dialog should support any Aspen Bundle #19

Closed mickleness closed 6 years ago

mickleness commented 6 years ago

Aspen bundles can use many file extensions (zip, bundle, xyz, etc.). Our file dialog needs to look inside the file itself determine if it's supported.

mickleness commented 6 years ago

Closing as resolved with the new DocumentControls refactor: the file dialog now filters for Aspen tool bundles. Already I can tell it's a little bit laggier; we may need to keep an eye on this performance-wise.