Max Brunsfeld
cffe733641
Fix config event subscription methods
...
Signed-off-by: Nathan Sobo <nathan@github.com >
2014-12-19 17:28:33 -08:00
Nathan Sobo
3127171b2b
Fix Config::isDefault
2014-12-19 16:47:24 -08:00
Nathan Sobo
1d48cb641c
Fix Config::save
2014-12-19 16:47:24 -08:00
Nathan Sobo
b7b5852863
Store all settings in the scoped property store
...
There are a few failing specs, but I think they can all be addressed by
having a `source` for all properties and using it to target only the
user settings in various cases.
2014-12-19 16:47:18 -08:00
Max Brunsfeld
d104e68342
Revert "Revert "Merge pull request #4631 ""
...
This reverts commit dc2a453986 .
Conflicts:
spec/config-spec.coffee
src/config.coffee
2014-12-19 14:20:27 -08:00
Max Brunsfeld
9640678c29
⬆️ snippets@0.60.0
2014-12-19 14:19:16 -08:00
Kevin Sawicki
2ce1677aa5
Prepare 0.164
2014-12-19 13:46:19 -08:00
Kevin Sawicki
d5c8956d38
⬆️ release-notes@0.43
v0.163.0
2014-12-19 13:27:45 -08:00
Kevin Sawicki
d532f506fe
⬆️ package-generator@0.34
2014-12-19 11:53:55 -08:00
Kevin Sawicki
32b414328a
⬆️ release-notes@0.42
2014-12-19 11:49:18 -08:00
Ben Ogle
b1697399dc
Merge pull request #4698 from atom/bo-fix-load-settings
...
Pass safeMode and devMode load settings to new windows
2014-12-19 11:36:31 -08:00
Ben Ogle
27eccfaf81
Upgrade notification@0.20.0
2014-12-19 11:35:46 -08:00
Ben Ogle
ebbd8101ba
Upgrade notifications to provide more user info
2014-12-19 10:45:19 -08:00
Ben Ogle
20504fc7a8
Pull load settings out of the focused window
2014-12-19 10:38:03 -08:00
Ben Ogle
0db1971825
Default devMode and safeMode to false
2014-12-19 10:38:03 -08:00
Ben Ogle
80c828d001
Pass the load settings through so all windows share devMode and safeMode
2014-12-19 10:38:03 -08:00
Ben Ogle
e688df57f2
Add atom.inSafeMode()
2014-12-19 10:38:03 -08:00
Max Brunsfeld
0790d33e9d
⬆️ language-html@0.27.0
...
For handlebars template scope fix
2014-12-19 10:34:14 -08:00
Kevin Sawicki
05820a3044
⬆️ release-notes@0.41
2014-12-19 09:08:36 -08:00
Kevin Sawicki
c4ac602644
⬆️ language-sass@0.29
2014-12-18 18:23:37 -08:00
Kevin Sawicki
12d4fae91c
Fall back to system root for cmd.exe path
2014-12-18 17:58:18 -08:00
Kevin Sawicki
2f334979d5
Add explorer check using SystemRoot path
...
Closes #4551
2014-12-18 17:20:40 -08:00
Max Brunsfeld
d9e414af27
⬆️ scoped-property-store@0.15.4
...
For performance improvements
2014-12-18 16:24:20 -08:00
Kevin Sawicki
335c1e215a
Prepare 0.163
2014-12-18 11:46:03 -08:00
Max Brunsfeld
b9b7646d4b
⬆️ tree-view@0.139.0
...
For bug fixes
v0.162.0
2014-12-18 11:27:23 -08:00
Kevin Sawicki
d885fb2d13
Merge pull request #4691 from atom/ks-improve-middle-mouse-paste
...
Improve middle mouse paste on Linux
2014-12-18 11:23:47 -08:00
Kevin Sawicki
f5ae96820a
Update spec for new middle mouse paste behavior
2014-12-18 11:04:52 -08:00
Kevin Sawicki
435fee1433
Use skinny arrow
2014-12-18 10:40:44 -08:00
Kevin Sawicki
c96f976162
Write to selection clipboard from setTimeout
...
This is so that in progress transactions aren't written to the
selection clipboard.
2014-12-18 10:40:04 -08:00
Kevin Sawicki
5115540f8e
Track middle button mouse down events on Linux
2014-12-18 09:51:32 -08:00
Kevin Sawicki
d642553351
Paste selection clipboard after finalizing selections
2014-12-18 09:26:14 -08:00
Kevin Sawicki
fa090345a8
⬆️ release-notes@0.40
2014-12-18 08:58:19 -08:00
Max Brunsfeld
55d291ffde
⬆️ underscore-plus@1.6.6
2014-12-18 08:50:16 -08:00
Max Brunsfeld
48f63926ab
⬆️ underscore-plus@1.6.5
2014-12-17 18:13:48 -08:00
Max Brunsfeld
b0501c9cb2
Merge pull request #4672 from atom/mb-optimize-config-events
...
Avoid firing repeated config events while packages are loaded
2014-12-17 18:11:33 -08:00
Max Brunsfeld
355ab1eb2f
⬆️ underscore-plus@1.6.4
2014-12-17 17:35:07 -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
d6210b24d9
⬆️ status-bar@0.54
2014-12-17 13:01:54 -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
1c81aa90c0
Add initial SquirrelUpdate specs
2014-12-17 10:47:43 -08:00
Kevin Sawicki
bbf6930061
💄
2014-12-17 10:02:34 -08:00
Kevin Sawicki
3d149eb9d1
Only update desktop shortcut if it already exists
...
Delete the created shortcut if it was previously deleted
after it was first installed.
Closes #4665
2014-12-17 09:55: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