Open curtjen opened 10 years ago
How about a notification that says "Hej, a new package was installed", either in both cases, installed from within or outside Atom, or just the latter, and a "Active" button that initiates the package or just silently activate it.
This can be triggered by apm
notifying Atom or Atom watching out for changes.
I do feel though that this is more the responsibility of Atom's global package manager.
Maybe the work of atom-settings package manager should be moved to the global manager or be replaced by using that global package manager.
The package manager in atom settings then should only trigger install/update/uninstall on the global one and listen for events, when the panels are active to reflect the changes.
If the Install Packages section of Settings is open and you manually install a package, it will not reflect that the package is installed even after reloading the Install Packages section.
Steps to duplicate:
Settings > Packages
.apm install Zen
(or any other package).Settings > Themes
) then back to Settings > Packages. Closing the Settings tab will also duplicate this behavior.Note: Closing down Atom completely and reopening it will update the Install Packages section swimmingly. The problem only seems to exist when you have not yet closed down the program.
Possible solution:
Check to see if a package is installed each time the Install Packages section is loaded or possible each time the Settings tab is opened.