Kevin Sawicki
|
f48351ed6a
|
Remove uninstalling of autocomplete-emojis
|
2015-05-14 12:31:38 -07:00 |
|
Ben Ogle
|
a937dc2fd4
|
Dont remove symlinked autocomplete-plus packages
|
2015-05-13 11:30:35 -07:00 |
|
Ben Ogle
|
4a2c3e90ba
|
Bundle autocomplete-emojis
|
2015-05-13 09:19:03 -07:00 |
|
Ben Ogle
|
326255e6ef
|
Add callback to unlink
|
2015-05-13 09:19:03 -07:00 |
|
Ben Ogle
|
95ba6d5fa9
|
Bundle autocomplete-snippets
|
2015-05-13 09:19:03 -07:00 |
|
Ben Ogle
|
dd45a6f3ab
|
No parens around fn
|
2015-05-13 09:19:03 -07:00 |
|
Ben Ogle
|
c571e3da0c
|
Remove log line
|
2015-05-13 09:19:03 -07:00 |
|
Ben Ogle
|
b83b9bab07
|
Handle deleting multiple directories
|
2015-05-13 09:19:03 -07:00 |
|
Ben Ogle
|
1d9d9f1cf5
|
Handle deleting autocomplete-plus when symlink and dir
|
2015-05-13 09:19:03 -07:00 |
|
Ben Ogle
|
da646e635c
|
Uninstall any intalled version of autocomplete-plus
|
2015-05-13 09:19:02 -07:00 |
|
Kevin Sawicki
|
00e91dc9df
|
Look for apm in app folder
|
2015-04-15 15:55:30 -07:00 |
|
Kevin Sawicki
|
5a8885aeed
|
Revert "Revert "Add asar support in Atom""
|
2015-04-15 15:55:30 -07:00 |
|
Kevin Sawicki
|
658629f45e
|
🎨
|
2015-04-07 15:29:34 -07:00 |
|
Kevin Sawicki
|
2fc132c97b
|
🐎 Use require to read/parse package.json
This file is really large and should be read via require so it is cached
|
2015-04-07 15:28:55 -07:00 |
|
Kevin Sawicki
|
73707ce57c
|
🎨
|
2015-04-03 11:35:04 -07:00 |
|
Kevin Sawicki
|
7d592c8b78
|
includeDeprecations -> includeDeprecatedAPIs
|
2015-04-03 11:29:16 -07:00 |
|
Kevin Sawicki
|
b9570be338
|
Conditionally include deprecations in PackageManager
|
2015-04-03 11:29:13 -07:00 |
|
Kevin Sawicki
|
3de83f6860
|
Revert "Add asar support in Atom"
|
2015-04-03 11:03:43 -07:00 |
|
Cheng Zhao
|
6910c81b46
|
Fix error when running apm in packages
|
2015-04-03 19:28:58 +08:00 |
|
Cheng Zhao
|
685e4ebe96
|
Update path to apm in squirrel-update and package-manager
|
2015-03-30 15:01:19 +08:00 |
|
Kevin Sawicki
|
590a4b0fd5
|
Add explicit return after for loop
|
2015-03-19 11:48:40 -07:00 |
|
Kevin Sawicki
|
f10d478c7a
|
🎨
|
2015-03-04 10:43:40 -08:00 |
|
Kevin Sawicki
|
cec82bd6ca
|
Don't use fatal error for package.json errors
Notifications can't associate it with a project path since the
project never loads
|
2015-03-04 10:02:04 -08:00 |
|
Kevin Sawicki
|
71c138397a
|
Remove lint
|
2015-03-04 10:02:04 -08:00 |
|
Kevin Sawicki
|
f611e235e9
|
Extract notification helper
|
2015-03-04 10:02:04 -08:00 |
|
Kevin Sawicki
|
fa2eab5b7e
|
Show notification when parsing package.json fails
|
2015-03-04 10:02:03 -08:00 |
|
Max Brunsfeld
|
5638c7fb6a
|
Remove atom.services global
Signed-off-by: Nathan Sobo <nathan@github.com>
|
2015-02-02 10:01:34 -08:00 |
|
Kevin Sawicki
|
ccaffb1c28
|
Add fall back apm path for dev mode
|
2015-01-21 09:07:26 -08:00 |
|
Kevin Sawicki
|
9df7ea91db
|
Use new apm path on all platforms
|
2015-01-21 09:07:26 -08:00 |
|
Kevin Sawicki
|
5bf0e53c01
|
Shorten apm paths on Windows
|
2015-01-21 09:07:26 -08:00 |
|
Nathan Sobo
|
c3efed0a2c
|
Update deprecation messages
|
2015-01-08 18:21:07 -08:00 |
|
Nathan Sobo
|
a945725a2f
|
Add shims for tests that manually dispatch deprecated events
|
2015-01-08 17:51:11 -08:00 |
|
Nathan Sobo
|
723b4d2787
|
Fix undefined Grim references
|
2015-01-08 17:51:11 -08:00 |
|
Nathan Sobo
|
4ab33890fc
|
Add PackageManager::onDidLoad/UnloadPackage
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
|
2015-01-08 17:51:11 -08:00 |
|
Nathan Sobo
|
7acf3d4d6b
|
Add PackageManager::onDidDeactivatePackage
|
2015-01-08 17:51:11 -08:00 |
|
Nathan Sobo
|
a6c9244c77
|
Add PackageManager::onDidActivatePackage
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
|
2015-01-08 17:51:11 -08:00 |
|
Nathan Sobo
|
18ac0091a8
|
Don’t call onDidActivateInitialPackages listeners until the right time
We wait until all packages without activation commands actually
activate.
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
|
2015-01-08 17:51:11 -08:00 |
|
Nathan Sobo
|
010bd643c0
|
Rename onDidActivateAll -> onDidActivateInitialPackages
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
|
2015-01-08 17:51:11 -08:00 |
|
Nathan Sobo
|
15fa19efa3
|
Rename onDidLoadAll -> onDidLoadInitialPackages
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
|
2015-01-08 17:51:11 -08:00 |
|
dominic
|
c806fcf9e7
|
📝 Fix PackageManager::onDidLoadAll description
|
2015-01-08 09:42:49 +00:00 |
|
Max Brunsfeld
|
d90daf07f8
|
In PackageManager::activatePackage reject, don't throw
|
2014-12-23 16:47:43 -08:00 |
|
Max Brunsfeld
|
28ac51d140
|
Add Config::transact
Use this method to avoid emitting unecessary config events
when activating or deactivating multiple packages
|
2014-12-17 16:54:47 -08:00 |
|
Kevin Sawicki
|
6ad96d98b8
|
Bypass cache when in dev mode
|
2014-10-21 13:28:08 -07:00 |
|
Ben Ogle
|
9bf7540657
|
Call dispose not off
|
2014-10-08 13:48:50 -07:00 |
|
Ben Ogle
|
33b25c7312
|
Use new config callback arguments
|
2014-09-29 16:09:49 -07:00 |
|
Ben Ogle
|
22fb5adda9
|
Remove deprecated calls for config.observe .. callNow: false in core
|
2014-09-29 16:09:47 -07:00 |
|
Ben Ogle
|
13cc97e44f
|
Reorganize PackageManager into sections
|
2014-09-16 17:05:23 -07:00 |
|
Ben Ogle
|
f8b17b6b3c
|
Add Returns line to all the event subscription methods
|
2014-09-10 17:07:21 -07:00 |
|
Ben Ogle
|
6a0a842de4
|
Update section comments
|
2014-09-10 11:52:57 -07:00 |
|
Ben Ogle
|
2e219f288d
|
Add sections for docs clarity
|
2014-09-09 15:55:47 -07:00 |
|