Skip to content
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] Feature to associate file types with external editors #12098

Open
core-ai-bot opened this issue Aug 30, 2021 · 0 comments
Open

[CLOSED] Feature to associate file types with external editors #12098

core-ai-bot opened this issue Aug 30, 2021 · 0 comments

Comments

@core-ai-bot
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant