Issue by gruehle
Thursday Jan 24, 2013 at 18:58 GMT
Originally opened as adobe#190
The pull request adds an initial implementation of file association and drag and drop to open files.
Implemented on the Mac:
- Drag and drop files onto the Brackets icon in Finder or Dock
- Right-click and select Open With > Brackets.app
These work whether or not Brackets is already running
Missing on Mac: drag and drop onto a Brackets window. Chromium is swallowing all drag events so they never make it to the native shell.
Implemented on Windows:
- Drag and drop files onto the Brackets icon in Explorer. This will always launch a new instance of Brackets
- Drag and drop files onto the Brackets window
Missing on Windows: Right click and select Open With > Brackets.exe. This requires registry modifications that would be best to do from the installer.
NOTE: There will be a corresponding brackets pull request that is required to open files at launch time.
gruehle included the following code: https://github.com/adobe/brackets-shell/pull/190/commits
Thursday Jan 24, 2013 at 18:58 GMT
Originally opened as adobe#190
The pull request adds an initial implementation of file association and drag and drop to open files.
Implemented on the Mac:
These work whether or not Brackets is already running
Missing on Mac: drag and drop onto a Brackets window. Chromium is swallowing all drag events so they never make it to the native shell.
Implemented on Windows:
Missing on Windows: Right click and select Open With > Brackets.exe. This requires registry modifications that would be best to do from the installer.
NOTE: There will be a corresponding brackets pull request that is required to open files at launch time.
gruehle included the following code: https://github.com/adobe/brackets-shell/pull/190/commits