Matthew Dapena-Tretter
4b3e2ccca4
Remove the buildTextEditor binding
...
The comment was actually no longer accurate since arrow functions
aren't newable. After doing an audit, @maxbrunsfeld determined that it
could just be removed.
2017-03-09 15:14:06 -08:00
Michelle Tilley
82c49001f4
⬆️ legal-eagle@0.14.0
2017-03-08 17:21:58 -08:00
Max Brunsfeld
4a1f98cb6c
Create autoUpdateManager in AtomApplication constructor
2017-03-08 15:50:08 -08:00
Hubot
982074061e
1.17.0-dev
2017-03-08 14:18:49 -06:00
simurai
40071265cb
⬆️ apm, take II
2017-03-08 22:27:09 +09:00
simurai
43868bb939
Revert " ⬆️ atom-package-manager@v1.16.1"
...
This reverts commit 414ad13b09 .
2017-03-08 15:36:41 +09:00
simurai
414ad13b09
⬆️ atom-package-manager@v1.16.1
2017-03-08 13:41:29 +09:00
Wliu
80dd64c149
⬆️ language-sql@0.25.4
2017-03-07 22:32:04 -05:00
Nathan Sobo
206bcac1bc
Merge pull request #13955 from atom/fb-mdt-workspace-element-to-js
...
Convert workspace element and spec to JavaScript
2017-03-07 19:49:32 -07:00
Nathan Sobo
12165b1116
Merge pull request #13954 from atom/fb-mdt-panel-container-to-js
...
Convert Panel Container to JavaScript
2017-03-07 19:48:48 -07:00
Nathan Sobo
5858a22fe4
⬆️ find-and-replace
2017-03-07 19:37:25 -07:00
Matthew Dapena-Tretter
3017b28ef7
Convert workspace element to JS: Cleanup
2017-03-07 16:31:00 -08:00
Matthew Dapena-Tretter
ca4d55954b
Convert workspace element to JS: Lint
2017-03-07 15:56:57 -08:00
Matthew Dapena-Tretter
ede4a2972a
Convert workspace element to JS: Decaffeinate
2017-03-07 15:49:22 -08:00
Matthew Dapena-Tretter
d6a354d6ba
Convert panel container to JS: Cleanup
2017-03-07 14:52:32 -08:00
Matthew Dapena-Tretter
f56865b6f8
Convert panel container to JS: Lint
2017-03-07 14:30:33 -08:00
Matthew Dapena-Tretter
228b24b68b
Convert panel container to JS: Decaffeinate
2017-03-07 14:20:27 -08:00
Wliu
6f9a536aca
⬆️ language-css@0.42.1
2017-03-07 11:04:45 -05:00
Wliu
24503806d7
⬆️ language-c@0.57.0
2017-03-06 17:30:43 -05:00
Wliu
b0b18798af
Merge pull request #13944 from proggga/patch-1
...
Fix path on macOS link
2017-03-06 16:04:03 -05:00
Wliu
b1747f50d3
Merge pull request #13941 from atom/wl-update-languages
...
Update languages
2017-03-06 15:21:37 -05:00
Damien Guard
bb07512564
Merge pull request #13945 from atom/dg-always-restore-reopen-project-menu
...
Always restore Reopen Project menu, fixes #13758
2017-03-06 12:20:11 -08:00
Damien Guard
59c20484aa
Always restore Reopen Project menu, fixes #13758
2017-03-06 09:41:14 -08:00
Wliu
d298a4e7c6
⬆️ language-text@0.7.2
2017-03-06 11:56:19 -05:00
Wliu
6c70984b29
⬆️ language-yaml@0.29.0
2017-03-06 11:55:14 -05:00
Wliu
a58f732b0a
⬆️ language-json@0.19.0
2017-03-06 11:54:30 -05:00
Wliu
4e8ac61e54
⬆️ language-php@0.37.5
2017-03-06 11:53:42 -05:00
Wliu
eb9cf0330a
⬆️ language-java@0.27.0
2017-03-06 11:53:02 -05:00
Wliu
e97c8f8e6b
⬆️ language-sass@0.58.0
2017-03-06 11:51:54 -05:00
Wliu
5d6cd1e542
⬆️ language-property-list@0.9.1
2017-03-06 11:51:00 -05:00
Wliu
273dd5405e
⬆️ language-xml@0.35.0
2017-03-06 11:49:51 -05:00
Wliu
d64d99d2f7
⬆️ autocomplete-css@0.15.1
2017-03-06 11:47:09 -05:00
Damien Guard
ef0619048e
Revert "Ensure recent project list populated when no project loaded, fixes #13758 "
...
This reverts commit 52492c1386 .
2017-03-05 17:49:01 -08:00
Damien Guard
52492c1386
Ensure recent project list populated when no project loaded, fixes #13758
2017-03-05 17:21:05 -08:00
Mikhail Fesenko
ab1fb2f217
Fix path on macOS link
2017-03-05 21:59:07 +03:00
Antonio Scandurra
89e74a277c
Merge pull request #13929 from atom/as-fix-destroying-panel-container
...
Fix destroying a `PanelContainer` containing multiple panels
2017-03-04 16:17:04 +01:00
Antonio Scandurra
ed9a101de2
Fix destroying a PanelContainer containing multiple panels
...
Previously, when calling `destroy` on a `PanelContainer` containing
multiple panels, Atom would throw a `Cannot read property 'destroy' of
undefined` exception. This was due to iterating over the panels while at
the same time destroying them, which caused the iterated array to be
modified during the loop.
With this commit we slice the array before iterating over it so that
destroying a `PanelContainer` doesn't throw exceptions anymore.
2017-03-04 15:39:38 +01:00
Antonio Scandurra
8df511be55
⬆️ symbols-view
2017-03-04 14:40:49 +01:00
Antonio Scandurra
78935dddd5
⬆️ status-bar
2017-03-04 14:40:02 +01:00
Antonio Scandurra
6cde324290
Fix core renderer tests
2017-03-04 14:33:57 +01:00
Antonio Scandurra
07b6db7de9
⬆️ fs-plus
2017-03-04 13:40:47 +01:00
simurai
c8bcb60380
⬆️ one-dark/light-ui@v1.9.2
2017-03-04 09:20:42 +09:00
Max Brunsfeld
4f261731ae
Merge pull request #13922 from atom/fb-mdt-workspace-to-js
...
Convert workspace to JavaScript
2017-03-03 13:03:36 -08:00
Max Brunsfeld
3c06381018
Fix usage of dynamic arguments variable in an arrow function
2017-03-03 12:00:45 -08:00
Antonio Scandurra
c06fd3f402
⬆️ apm
2017-03-03 18:50:52 +01:00
Antonio Scandurra
4c0ace0e1b
⬆️ text-buffer to fix build errors
...
Ref: https://github.com/atom/text-buffer/pull/218
2017-03-03 17:07:19 +01:00
Antonio Scandurra
4334bd2fa4
⬆️ fs-plus in all node modules and atom packages that use it
...
* ⬆️ exception-reporting
* ⬆️ status-bar
* ⬆️ symbols-view
2017-03-03 16:53:34 +01:00
Wliu
5f2dc226b5
Merge pull request #13912 from atom/wl-remove-workaround
...
Remove macOS emoji workaround
2017-03-03 10:51:46 -05:00
Wliu
679abe0d1e
⬆️ language-coffee-script@0.48.5
2017-03-03 10:48:51 -05:00
Wliu
dd64470381
⬆️ about@1.7.5
2017-03-03 10:47:05 -05:00