This repository was archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
After extension is updated/removed, reload Brackets instead of quitting #6487
Merged
Merged
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
7875aa7
After an extension is updated/removed, reload Brackets instead of qui…
lkcampbell 7d8ce45
Small cleanups. Move reload functions to DocumentCommandHandlers.
lkcampbell a4347e5
Small cleanups. Update string constant names.
lkcampbell f86246f
Roll back incorrect changes on translation strings
lkcampbell 5adb2ea
Small code clean up
lkcampbell a583cd4
Update ExtensionManager unit tests and small clean up
lkcampbell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -402,23 +402,23 @@ define({ | |
| "EXTENSION_ERROR" : "Extension error", | ||
| "EXTENSION_KEYWORDS" : "Keywords", | ||
| "EXTENSION_INSTALLED" : "Installed", | ||
| "EXTENSION_UPDATE_INSTALLED" : "This extension update has been downloaded and will be installed when you quit {APP_NAME}.", | ||
| "EXTENSION_UPDATE_INSTALLED" : "This extension update has been downloaded and will be installed after {APP_NAME} automatically reloads.", | ||
| "EXTENSION_SEARCH_PLACEHOLDER" : "Search", | ||
| "EXTENSION_MORE_INFO_LINK" : "More", | ||
| "BROWSE_EXTENSIONS" : "Browse Extensions", | ||
| "EXTENSION_MANAGER_REMOVE" : "Remove Extension", | ||
| "EXTENSION_MANAGER_REMOVE_ERROR" : "Unable to remove one or more extensions: {0}. {APP_NAME} will still quit.", | ||
| "EXTENSION_MANAGER_REMOVE_ERROR" : "Unable to remove one or more extensions: {0}. {APP_NAME} will still automatically reload.", | ||
| "EXTENSION_MANAGER_UPDATE" : "Update Extension", | ||
| "EXTENSION_MANAGER_UPDATE_ERROR" : "Unable to update one or more extensions: {0}. {APP_NAME} will still quit.", | ||
| "EXTENSION_MANAGER_UPDATE_ERROR" : "Unable to update one or more extensions: {0}. {APP_NAME} will still automatically reload.", | ||
| "MARKED_FOR_REMOVAL" : "Marked for removal", | ||
| "UNDO_REMOVE" : "Undo", | ||
| "MARKED_FOR_UPDATE" : "Marked for update", | ||
| "UNDO_UPDATE" : "Undo", | ||
| "CHANGE_AND_QUIT_TITLE" : "Change Extensions", | ||
| "CHANGE_AND_QUIT_MESSAGE" : "To update or remove the marked extensions, you need to quit and restart {APP_NAME}. You'll be prompted to save unsaved changes.", | ||
| "REMOVE_AND_QUIT" : "Remove Extensions and Quit", | ||
| "CHANGE_AND_QUIT" : "Change Extensions and Quit", | ||
| "UPDATE_AND_QUIT" : "Update Extensions and Quit", | ||
| "CHANGE_AND_QUIT_MESSAGE" : "To update or remove the marked extensions, {APP_NAME} will need to automatically reload. You'll be prompted to save unsaved changes.", | ||
| "REMOVE_AND_QUIT" : "Remove Extensions and Reload", | ||
| "CHANGE_AND_QUIT" : "Change Extensions and Reload", | ||
| "UPDATE_AND_QUIT" : "Update Extensions and Reload", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, I think "QUIT" should be changed to
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just to clarify what was probably a typo..."RELOAD"? As in, "UPDATE_AND_QUIT" becomes "UPDATE_AND_RELOAD"?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes :) |
||
| "PROCESSING_EXTENSIONS" : "Processing extension changes\u2026", | ||
| "EXTENSION_NOT_INSTALLED" : "Couldn't remove extension {0} because it wasn't installed.", | ||
| "NO_EXTENSIONS" : "No extensions installed yet.<br>Click on the Available tab above to get started.", | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think that the word "automatically" is necessary in any of these messages.