Nathan Sobo
6565f6d608
⬆️ autocomplete to fix key bindings
2014-12-30 16:55:39 -06:00
Nathan Sobo
493035fe4e
Merge pull request #4606 from atom/ns-use-global-selector-in-config
...
Use `*` instead of `global` as the global selector in user settings
2014-12-30 16:37:09 -06:00
Nathan Sobo
6e30998ef5
⬆️ grim for optimizations and source maps
2014-12-30 16:33:30 -06:00
Max Brunsfeld
825c4f6098
Remove incorrect docs for ::toggleLineCommentsForBufferRows
2014-12-30 12:36:46 -08:00
Nathan Sobo
b4756aa9b7
Remove unnecessary deprecation warning suppression
2014-12-30 13:55:49 -06:00
Nathan Sobo
651fa1aa42
💄 spelling
2014-12-30 13:53:46 -06:00
Nathan Sobo
db17fe2daa
💄 Move example to a better parent describe
2014-12-30 13:53:38 -06:00
Max Brunsfeld
1e0c839257
Merge pull request #4779 from ultramiraculous/typo
...
Fix typo in WorkspaceView deprecation
2014-12-30 11:41:27 -08:00
Nathan Sobo
18481789b0
Merge pull request #4801 from atom/ns-package-settings-dir
...
Load package settings from `settings` directory and deprecate `scoped-properties`
2014-12-30 13:41:13 -06:00
Nathan Sobo
304f63532e
Replace ‘global’ config key with ‘*’ selector
2014-12-30 13:38:12 -06:00
Max Brunsfeld
6e7364c7c6
Merge pull request #4802 from atom/mb-reduce-config-saves
...
Don't write the config to disk so darn often
2014-12-30 10:41:01 -08:00
Max Brunsfeld
339f331776
Debounce saving and loading of config
2014-12-30 10:14:57 -08:00
Max Brunsfeld
32275b27a3
Always spy on _.now
2014-12-30 00:04:17 -08:00
Max Brunsfeld
5c730415b7
Use fake config file for entire Config spec
2014-12-30 00:03:34 -08:00
Max Brunsfeld
637b2b0aba
Don't save config when setting w/ non-default source
2014-12-29 17:08:26 -08:00
Nathan Sobo
b4246a2f07
Load package settings from settings
and deprecate scoped-properties
2014-12-29 15:46:10 -06:00
Nathan Sobo
31170dcfae
Merge pull request #4794 from atom/ns-move-project-scan
...
Move Project::replace and ::scan to Workspace
2014-12-29 15:03:19 -06:00
Daniel Hengeveld
f784b51f12
Merge pull request #4078 from atom/doc-apm-search-sorting
...
Mention sorting by stars in docs (was: document api search and sorting)
2014-12-29 11:44:31 -08:00
Max Brunsfeld
3c6dab22d8
Merge pull request #4796 from atom/mb-config-get-all
...
Add Config::getAll
2014-12-29 11:35:43 -08:00
Daniel Hengeveld
e80f5acd50
Merge branch 'master' into doc-apm-search-sorting
...
Conflicts:
docs/apm-rest-api.md
2014-12-29 11:33:04 -08:00
Max Brunsfeld
90aca1c6ad
💄 fix lint errors
...
Signed-off-by: Nathan Sobo <nathan@github.com>
2014-12-29 11:07:43 -08:00
Max Brunsfeld
c7771ffde9
Add Config::getAll, deprecate ::settingsForScopeDescriptor
...
Signed-off-by: Nathan Sobo <nathan@github.com>
2014-12-29 11:01:46 -08:00
Nathan Sobo
bdfc862dac
Move Project::replace to Workspace
2014-12-29 11:43:17 -06:00
Nathan Sobo
2c7aa170e9
Move Project::scan to Workspace
2014-12-29 11:35:07 -06:00
Chris Williams
6c8d624e73
Typo in WorkspaceView deprecation
2014-12-27 15:42:23 -05:00
Max Brunsfeld
57a876e677
Merge pull request #4773 from atom/mb-remove-add-scoped-properties
...
Deprecate `Config::addScopedProperties`
2014-12-26 20:07:10 -08:00
Max Brunsfeld
20adc96e4c
Add editor.completions to config schema
...
It was implicitly part of the schema already, but it used
to be set in a way that bypassed schema validations
2014-12-26 17:32:31 -08:00
Max Brunsfeld
d508d1eedf
Handle a source but no selector in ::unset
2014-12-26 17:24:27 -08:00
Max Brunsfeld
2949ebfe86
Deprecate Config::addScopedProperties
2014-12-26 17:13:33 -08:00
Max Brunsfeld
dbaef8e593
Handle null key-path in Config::set
2014-12-26 14:58:17 -08:00
Max Brunsfeld
3edd2f9590
Implement ::observeScopedKeyPath using ::onDidChangeScopedKeyPath
2014-12-26 14:54:45 -08:00
Max Brunsfeld
f2652bcb40
⬆️ scoped-property-store@0.15.5
2014-12-26 14:40:49 -08:00
Max Brunsfeld
d6c8ec83d4
📝 Fix examples in config API docs
2014-12-26 11:19:18 -08:00
Max Brunsfeld
b4b492a321
💄 Organize config-spec
...
* Group tests by method rather than by scoped vs unscoped
* Group deprecated methods together
* Group internal methods together
* Make descriptions more consistent
2014-12-24 16:56:53 -08:00
Max Brunsfeld
ba6a976013
Merge pull request #4756 from atom/mb-speed-up-config-loading
...
Speed up and simplify config file reloading
2014-12-24 16:25:28 -08:00
Max Brunsfeld
d0486cc923
⬆️ bundled packages w/ new c++ scope name
...
* language-ruby@0.46.0
* language-objective-c@0.14.0
* language-gfm@0.57.0
* language-c0.35.0
* symbols-view@0.73.0
2014-12-24 15:12:48 -08:00
Kevin Sawicki
fb09f28c4c
⬆️ tree-view@0.141
2014-12-24 09:21:16 -08:00
Max Brunsfeld
883c48b490
Merge pull request #4753 from atom/mb-add-config-get-sources
...
Add Config::getSources
2014-12-23 20:35:42 -08:00
Max Brunsfeld
ceefc15b15
Speed up and simplify config file reloading
2014-12-23 18:41:44 -08:00
Max Brunsfeld
a0cc63273c
Merge pull request #4755 from atom/mb-fix-disabled-package-situation
...
Fix recurring errors when a non-existent package is disabled
2014-12-23 17:22:38 -08:00
Max Brunsfeld
c328092463
💄 package-manager-spec
2014-12-23 17:14:25 -08:00
Max Brunsfeld
b1a3d89af3
Fix grammar in spec description
2014-12-23 17:05:21 -08:00
Kevin Sawicki
bd92acba7e
Simply deprecation output
2014-12-23 16:58:59 -08:00
Max Brunsfeld
d90daf07f8
In PackageManager::activatePackage reject, don't throw
2014-12-23 16:47:43 -08:00
Max Brunsfeld
388428b074
Fix logic error when exception is thrown in config observer
2014-12-23 16:47:43 -08:00
Kevin Sawicki
f439d0d996
Tweak log prefix text
2014-12-23 16:38:11 -08:00
Kevin Sawicki
4142845632
⬆️ octicons@2.1.2
2014-12-23 11:43:37 -08:00
Max Brunsfeld
60c5293b5e
Add Config::getSources
...
The settings-view needs this so that it can display snippets
associated with packages
2014-12-23 11:15:32 -08:00
Max Brunsfeld
a1b4820c04
Revert "Revert "Merge pull request #4631 ""
...
This reverts commit dc2a453986
.
Conflicts:
spec/config-spec.coffee
src/config.coffee
2014-12-23 09:26:40 -08:00
Kevin Sawicki
1cf8479831
Remove duplicate require
2014-12-23 09:24:56 -08:00