Issue by niteskum
Thursday Mar 05, 2020 at 12:45 GMT
Originally opened as adobe/brackets#15088
in this PR, added an extension to which read User preferences "externalApplications" wher users can associate an external Applications to any file type:
sample Prefernces:
"externalApplications": {
"jpg": "default",
"doc": "notepad"
}
in this case double click on a jpg file in file tree, jpg file will be opened in its associated os default Application and ,doc file will be opened in notepad Application.
@swmitra@shubhsnov @sobisht @narayani28 Please review
niteskum included the following code: https://github.com/adobe/brackets/pull/15088/commits
Thursday Mar 05, 2020 at 12:45 GMT
Originally opened as adobe/brackets#15088
in this PR, added an extension to which read User preferences "externalApplications" wher users can associate an external Applications to any file type:
sample Prefernces:
"externalApplications": {
"jpg": "default",
"doc": "notepad"
}
in this case double click on a jpg file in file tree, jpg file will be opened in its associated os default Application and ,doc file will be opened in notepad Application.
@swmitra@shubhsnov@sobisht@narayani28 Please reviewniteskum included the following code: https://github.com/adobe/brackets/pull/15088/commits