Ben Ogle
356f4bec7c
Basic scoped settings in Config works
2014-10-03 10:46:13 -07:00
Ben Ogle
8533286114
Move internal things into an internal section
2014-10-03 10:46:13 -07:00
Kevin Sawicki
98d31a1d30
💄 Remove some lint
2014-10-02 17:54:23 -07:00
Kevin Sawicki
59aa3a446c
Upgrade to apm 0.99
2014-10-02 16:57:16 -07:00
Kevin Sawicki
679031ce83
Upgrade to text-buffer@3.2.8
2014-10-02 16:50:53 -07:00
Kevin Sawicki
3860091c62
Upgrade to scoped-property-store@0.11
2014-10-02 16:46:25 -07:00
Kevin Sawicki
06af3f38c0
Upgrade to tree-view@0.128
2014-10-02 16:37:57 -07:00
Kevin Sawicki
da6f664903
Upgrade to snippets@0.55
2014-10-02 16:08:54 -07:00
Nathan Sobo
4c124b8174
Merge pull request #3633 from atom/ns-workspace-custom-elements
...
Use custom elements for workspace views
2014-10-02 16:00:31 -06:00
Kevin Sawicki
4a818d76d6
Upgrade to language-go@0.18
2014-10-02 14:15:02 -07:00
Kevin Sawicki
811758aec7
Prepare 0.136
2014-10-02 10:56:20 -07:00
Kevin Sawicki
a1dc7daf48
unless -> if
v0.135.0
2014-10-02 10:04:26 -07:00
Kevin Sawicki
fd66348658
Use isFinite instead of isNaN
2014-10-02 10:02:57 -07:00
Kevin Sawicki
0de17d1b84
Call process.kill with a number
...
This appears to have changed in node 0.11.14 to be stricter
Closes #3708
2014-10-02 09:56:17 -07:00
Nathan Sobo
6ce5356505
Fix handling of submenus in conversion of legacy context menu format
2014-10-02 10:47:03 -06:00
Nathan Sobo
eff70b07d9
Update docs for context menus
2014-10-02 10:36:29 -06:00
Kevin Sawicki
368c06a95c
Upgrade to git-utils@2.1.5
2014-10-02 09:33:46 -07:00
Kevin Sawicki
913e4e4248
Add missing Grim prefix to deprecate calls
...
Closes #3706
2014-10-02 08:47:23 -07:00
Nathan Sobo
5cb31c874f
Properly emit item argument in pane:before-item-destroyed legacy event
2014-10-01 17:58:09 -06:00
Nathan Sobo
b24e1fa405
Merge branch 'master' into ns-workspace-custom-elements
2014-10-01 17:15:09 -06:00
Nathan Sobo
e44f4fbc84
Fix renaming error throwing exception in checkout-head-revision command
2014-10-01 17:04:34 -06:00
Ben Ogle
28ee1f3598
Fix spec
2014-10-01 14:53:31 -07:00
Ben Ogle
72f40ae647
Fix 📝
2014-10-01 14:25:07 -07:00
Ben Ogle
7f5428e2a4
Update config schema to use some new features.
2014-10-01 12:21:33 -07:00
Nathan Sobo
f004f8c45d
Merge branch 'master' into ns-workspace-custom-elements
...
Conflicts:
spec/pane-view-spec.coffee
spec/workspace-view-spec.coffee
src/workspace-view.coffee
src/workspace.coffee
2014-10-01 11:49:23 -06:00
Nathan Sobo
4c94233895
Merge pull request #3691 from atom/ns-pluralize-project-api
...
Pluralize Project API
2014-10-01 11:14:30 -06:00
Kevin Sawicki
05ccf8adc3
Prepare 0.135
2014-10-01 10:11:01 -07:00
Nathan Sobo
99b8e159bd
Add Project::onDidChangePaths event
2014-10-01 10:48:39 -06:00
Nathan Sobo
33c1ce863e
Pluralize Project API
...
This changes all APIs concerning paths and repositories on the project
to be plural, preparing us to switch to multi-folder projects. It
doesn’t make any changes to actually support multiple folders. Instead
we just wrap the previous return values in singleton arrays.
* constructor ‘path’ params -> ‘paths’
* getRootDirectory -> getDirectories
* getPath -> getPaths
* setPath -> setPaths
* getRepo -> getRepositories
2014-10-01 10:48:39 -06:00
Ben Ogle
0fafc21bc8
Merge pull request #3690 from atom/bo-fix-config-issue
...
Fix config resetting all values when one changes.
v0.134.0
2014-10-01 09:47:29 -07:00
Ben Ogle
57603b3a00
Fix config resetting all values when one changes.
...
Closes atom/settings-view#257
2014-10-01 09:37:25 -07:00
Kevin Sawicki
cd8c6690aa
Upgrade to image-view@0.37
2014-10-01 08:40:08 -07:00
Kevin Sawicki
8806eef231
Upgrade to language-xml@0.22
2014-10-01 08:32:59 -07:00
Kevin Sawicki
de434fcfbf
Upgrade to fs-plus@2.3.1
2014-10-01 08:31:58 -07:00
Cheng Zhao
754429978e
Merge pull request #3688 from atom/atom-shell-v0.17.0
...
Upgrade to atom-shell@0.17 .1
2014-10-01 22:04:34 +08:00
Cheng Zhao
fdb4cd7e53
Disable DirectWrite, fixes #3540
2014-10-01 21:37:50 +08:00
Cheng Zhao
bf19d098d5
Upgrade to atom-shell@0.17.1
2014-10-01 21:27:51 +08:00
Cheng Zhao
5e0c7d3a70
Upgrade to apm@0.98.0
2014-10-01 20:20:43 +08:00
Cheng Zhao
c66df2c05a
Upgrade to atom-shell@0.17.0
2014-10-01 20:14:32 +08:00
Kevin Sawicki
df161d7d9b
Upgrade to settings-view@0.149
2014-09-30 16:57:06 -07:00
Kevin Sawicki
ebf026def4
📝 Make HEAD all caps in title
2014-09-30 16:13:46 -07:00
Kevin Sawicki
a12fb94d77
Specific VCS in config title
...
Closes atom/settings-view#41
2014-09-30 16:13:46 -07:00
Nathan Sobo
70a804bdb4
Rename Workspace::registerOpener to ::addOpener for consistency
2014-09-30 17:09:35 -06:00
Nathan Sobo
0242e1c4ef
Merge pull request #3658 from atom/ns-context-menu-cleanup
...
Clean up context menu API
2014-09-30 16:38:58 -06:00
Kevin Sawicki
f84cb83e1e
Use -> arrows
2014-09-30 14:02:10 -07:00
Nathan Sobo
72538891dd
Merge remote-tracking branch 'origin/master' into ns-context-menu-cleanup
...
Conflicts:
src/menu-manager.coffee
2014-09-30 14:53:10 -06:00
Nathan Sobo
73f6904ab7
Merge pull request #3671 from atom/ns-require-stylesheet-disposable
...
Return a Disposable from ThemeManager::requireStylesheet
2014-09-30 14:50:56 -06:00
Nathan Sobo
8ebfa495b5
Merge pull request #3670 from atom/ns-register-opener-disposable
...
Return a Disposable from Workspace::registerOpener
2014-09-30 14:50:46 -06:00
Kevin Sawicki
ef1e05fb89
Prepare 0.134
2014-09-30 13:36:38 -07:00
Kevin Sawicki
1f4359d429
Treat debugger statements as lint errors
v0.133.0
2014-09-30 13:25:55 -07:00