-
Notifications
You must be signed in to change notification settings - Fork 0
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] Disable and enable extensions #9778
Comments
Comment by busykai CC: |
Comment by mackenza Good stuff. As I mentioned on Slack, I think the Unless I am missing something, or maybe behaviour is different on Linux (Ubuntu 14.04 x64 here), but I don't see how you can enable a disabled extension. I was expecting an |
Comment by busykai
This sounds as a bug. Checked, it should be |
Comment by mackenza My disabled extensions show up in the list, but the buttons all say |
Comment by busykai
|
Comment by TomMalbran You need to unmark all extensions that were marked to be disabled after this line (https://github.com/adobe/brackets/blob/kai/disable-enable-extensions/src/extensibility/ExtensionManagerDialog.js#L209). |
Comment by zaggino question: will this work for default extensions? if so, can we add |
Comment by busykai
|
Comment by mackenza
|
Comment by zaggino
|
Comment by busykai
|
Comment by busykai Did some more testing, focused on error handling. Seems to be fine now. |
Comment by rroshan1 With an update available for an extension, the buttons look like this (refer first extension):- |
Comment by rroshan1
|
Comment by busykai
|
Comment by larz0
|
Comment by rroshan1
|
Comment by larz0
|
Comment by nethip
|
Comment by busykai
|
Comment by busykai
|
Comment by abose I like the first one better. The second one seems a bit out of proportion to me. |
Comment by lenovouser
|
Comment by busykai OK. FWIW, the second one is what close to what we used to have (buttons are close to each other). |
Comment by busykai
|
Comment by mackenza
side note: why is |
Comment by busykai
EDIT: I've pushed the first version, so more spacious design with this change. |
Comment by larz0
|
Comment by busykai |
Comment by busykai
|
Issue by busykai
Saturday May 30, 2015 at 22:55 GMT
Originally opened as adobe/brackets#11184
This PR provides a simple mechanism to disable and enable again an extension and complete support of the functionality in the Extension Manager.
Extension loader looks for
.disabled
file in the extension directory, if it's present the information is included and propagated to the entire extensibility subsystem. Extension Manager can disable and enable extensions using the same mechanism.busykai included the following code: https://github.com/adobe/brackets/pull/11184/commits
The text was updated successfully, but these errors were encountered: