Commit Graph

136 Commits

Author SHA1 Message Date
Max Brunsfeld
b682658427 Rename 'disabledKeymaps' -> 'packagesWithKeymapsDisabled' 2015-07-31 10:37:56 -07:00
Tom Munro
b57d2e1dd0 Move disabledKeymaps observer into package manager 2015-07-29 11:59:32 -07:00
Ross Allen
80f2acb37d Use Returns keyword to highlight vals in docs
Use the `Returns` keyword in `PackageManager::getAvailablePackage*`
docs so the return values are called out in panels like with other
documentation.
2015-07-28 14:39:11 -07:00
Joe Fitzgerald
f954aa2732 Rename @hooks >> @ activationHookEmitter 2015-07-09 02:38:06 -04:00
Joe Fitzgerald
b3b046aa66 Add activationHooks To package.json
- Trigger the `{grammar-package-name}:grammar-used` hook when grammar is set for tokenized-buffer
2015-07-09 02:33:17 -04:00
Ross Allen
178fffa74e Add 'name' arg docs to PackageManager functions 2015-07-07 10:49:45 -07:00
Kevin Sawicki
71f9c26418 Only migrate config when not including deprecated APIs 2015-06-05 08:47:00 -07:00
Kevin Sawicki
022d0cead3 Re-enable tree-view and tabs sublime-tabs is installed 2015-06-05 08:43:11 -07:00
Kevin Sawicki
df2bd62327 Load deprecated packages when including deprecated APIs 2015-06-03 09:47:13 -07:00
Kevin Sawicki
551636d59e 📝 Tweak deprecated load message 2015-06-03 09:19:57 -07:00
Kevin Sawicki
87bbf15c6d Log to console about not loading deprecated packages 2015-06-03 09:19:57 -07:00
Kevin Sawicki
4bb6728784 Add atom.packages.getDeprecatedPackageMetadata 2015-06-03 09:19:57 -07:00
Kevin Sawicki
d557e78847 Add spec for deprecated packages 2015-06-03 09:19:57 -07:00
Kevin Sawicki
22f2de77d1 Expose a atom.packages.isPackageDeprecated helper 2015-06-03 09:19:57 -07:00
Kevin Sawicki
06c4f17af0 Don't load deprecated packages 2015-06-03 09:19:57 -07:00
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