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
Max Brunsfeld
b0731afd4c
Don't pass keyPath to Config::onDidChange callback
...
The keyPath field was never used by core or any package, and
for scoped settings, its value was always equal to the keyPath
specified by the caller.
2014-12-17 12:03:46 -08:00
Kevin Sawicki
5a8b96b180
Add git as debian dependency
...
Used by npm to install module dependencies that use git URLs
Closes #4668
2014-12-17 09:11:25 -08:00
Kevin Sawicki
5add777291
Prepare 0.162
2014-12-16 18:35:01 -08:00
Max Brunsfeld
f866e69704
⬆️ scoped-property-store@0.15.3
v0.161.0
2014-12-16 18:06:28 -08:00
Ben Ogle
b27b4387fc
Upgrade solarized-dark-syntax@0.29.0
2014-12-16 16:39:40 -08:00
Ben Ogle
1f850f0af1
Upgrade solarized dark to fix some ruby highlighting
2014-12-16 16:35:14 -08:00
Kevin Sawicki
9f1bbc54de
Delete docker image after running
2014-12-16 16:20:46 -08:00
Ben Ogle
e7d34d4b83
Upgrade wrap guide to use scoped config
2014-12-16 16:17:36 -08:00
simurai
c5a15fb50e
Add a note about font-family in syntax themes
...
#4646
2014-12-17 09:14:21 +09:00
Kevin Sawicki
7a251f5432
Prepare 0.161
2014-12-16 15:44:41 -08:00
Max Brunsfeld
dc2a453986
Revert "Merge pull request #4631 from atom/mb-new-config-api"
...
This reverts commit 5147fb6a8b , reversing
changes made to 9bbbb58084 .
v0.160.0
2014-12-16 15:27:39 -08:00
Kevin Sawicki
fdd55dfd27
Restart Atom with project path from focused window
...
Closes #4653
2014-12-16 15:26:42 -08:00
Max Brunsfeld
5147fb6a8b
Merge pull request #4631 from atom/mb-new-config-api
...
New config API
2014-12-16 15:22:15 -08:00
Ben Ogle
9bbbb58084
Fix context menu when shadow DOM is enabled
...
Closes #4623
2014-12-16 15:16:12 -08:00
Kevin Sawicki
9ad080cd31
⬆️ grammar-selector@0.40
2014-12-16 15:10:33 -08:00
Ben Ogle
509976fa18
Merge pull request #4655 from atom/bo-fix-dragging
...
Handle the case when the editor is destroyed while dragging
2014-12-16 15:05:58 -08:00
Ben Ogle
aad5700418
Merge pull request #4652 from atom/bo-fix-unmount
...
Properly unmount the component when the shadow DOM is enabled
2014-12-16 14:52:37 -08:00
Ben Ogle
09a0773043
Handle editor destruction when dragging.
...
Closes #4622
2014-12-16 14:52:07 -08:00
Ben Ogle
0829da53b0
Properly unmount the component when the shadow DOM is enabled.
2014-12-16 14:36:51 -08:00
Kevin Sawicki
2ea92cf0e5
💄
2014-12-16 14:31:52 -08:00
Max Brunsfeld
9a2cc36c6b
💄
2014-12-16 14:27:57 -08:00
Max Brunsfeld
965a6243e1
Remove toBe parens
2014-12-16 14:27:57 -08:00
Max Brunsfeld
503fa30c28
Flesh out deprecation messages for Config::{is,set}Default
...
Also, simplify the shim in ::isDefault
2014-12-16 14:27:46 -08:00
Max Brunsfeld
b8f239cd39
Deprecate Config::isDefault and ::getDefault
2014-12-16 14:00:57 -08:00
Max Brunsfeld
231da60e13
📝 new config APIs
2014-12-16 14:00:57 -08:00
Max Brunsfeld
a47719eb53
Fix config priorities
2014-12-16 14:00:57 -08:00
Max Brunsfeld
9f851e55d1
Add Config::unset
...
Deprecate Config::restoreDefault
2014-12-16 14:00:57 -08:00
Max Brunsfeld
ab89776f01
Throw when Config::set is called w/ source and no scope
2014-12-16 14:00:57 -08:00
Max Brunsfeld
2cea51b50e
Take 'scope' option in Config::onDidChange
...
Deprecate passing the scope as an optional first argument
2014-12-16 14:00:57 -08:00
Max Brunsfeld
4e4794f3fd
Take 'scope' option in Config::observe
...
Deprecate using the scope as an optional first argument
2014-12-16 14:00:57 -08:00
Max Brunsfeld
ac6fbf100d
Fix deprecation in package-manager-spec
2014-12-16 14:00:57 -08:00
Max Brunsfeld
8c8e866a97
Use a schema in all specs for Config::observeUserConfig
...
Before, values loaded from the config file were set in a
way that allowed any key to be set in the root object.
Now, these values are set in a way that's similar to how
::set works.
2014-12-16 14:00:56 -08:00
Max Brunsfeld
f859ad5fc5
Allow null keyPath with options argument in ::get
2014-12-16 14:00:56 -08:00
Nathan Sobo
d30cf35a16
Use ‘source’ option rather than internal state in Config spec
2014-12-16 14:00:56 -08:00
Nathan Sobo
c35fb90653
Don’t return schema defaults when sources are specified in Config::get
2014-12-16 14:00:56 -08:00
Nathan Sobo
73df017d83
Add a ‘sources’ and ‘excludeSources’ options to Config::get
...
If the option is supplied, we will only retrieve values from the
specified sources.
2014-12-16 14:00:56 -08:00
Nathan Sobo
0e1ef201c1
Pass source to ::scopedSettingsStore on calls to ::set
...
Default it to the user’s config if no source is specified.
2014-12-16 14:00:56 -08:00
Nathan Sobo
be4d23aa13
Use the user’s config.cson path as the default config source
2014-12-16 14:00:56 -08:00
Nathan Sobo
c58606907a
Make scope a trailing option to Config::get
2014-12-16 14:00:56 -08:00
Nathan Sobo
c489a4662b
Make scopeSelector a trailing option to Config::set
2014-12-16 14:00:56 -08:00
Kevin Sawicki
44fceaae20
Prepare 0.160
2014-12-16 13:15:19 -08:00
Kevin Sawicki
1b393e4f48
⬆️ release-notes@0.39
v0.159.0
2014-12-16 12:57:00 -08:00
Kevin Sawicki
e84bd28c64
Add --rm flag
2014-12-16 12:38:34 -08:00
Kevin Sawicki
bbf199fb60
⬆️ release-notes@0.38
2014-12-16 11:38:28 -08:00
Ben Ogle
367a4c4bd3
Merge pull request #4630 from atom/bo-better-save-notification
...
Better save notifications
2014-12-16 11:07:34 -08:00
Kevin Sawicki
7d74f8179b
⬆️ apm@0.116
2014-12-16 10:56:05 -08:00
Kevin Sawicki
bcafef385f
Merge pull request #4632 from atom/ks-windows-atom-sh
...
Add atom.sh and apm.sh Windows scripts
2014-12-16 10:00:25 -08:00
Kevin Sawicki
83d5890962
Add missing .. segment
2014-12-16 09:40:16 -08:00
Kevin Sawicki
7ee3ccb43d
Move up one more directory
2014-12-16 09:33:16 -08:00