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
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
Antonio Scandurra
d80782355a
⬆️ pathwatcher in all node modules and atom packages that use it
...
* ⬆️ text-buffer
* ⬆️ tree-view
* ⬆️ atom-keymap
2017-03-03 12:23:22 +01:00
Antonio Scandurra
5d5e95562c
⬆️ tree-view
2017-03-03 12:07:32 +01:00
Antonio Scandurra
22ffe5f34c
⬆️ settings-view
2017-03-03 12:04:44 +01:00
Antonio Scandurra
b25317e7ac
⬆️ symbols-view
2017-03-03 11:26:40 +01:00
Antonio Scandurra
b2f1286afb
⬆️ wrap-guide
2017-03-03 11:24:32 +01:00
Antonio Scandurra
c1a773ed9e
⬆️ update-package-dependencies
2017-03-03 11:23:35 +01:00
Antonio Scandurra
16e03a54d0
⬆️ archive_view
2017-03-03 11:22:39 +01:00
Antonio Scandurra
5c3357049b
⬆️ snippets
2017-03-03 10:49:21 +01:00
Antonio Scandurra
24f02d161a
⬆️ fuzzy-finder
2017-03-03 10:48:34 +01:00
Antonio Scandurra
b5012bc347
⬆️ tabs
2017-03-03 10:41:43 +01:00
Matthew Dapena-Tretter
53ec839ae5
Convert workspace to JavaScript: cleanup
2017-03-02 18:11:22 -08:00
Matthew Dapena-Tretter
7a0d7f8b4c
Convert workspace to JavaScript: lint
2017-03-02 18:01:40 -08:00
Matthew Dapena-Tretter
cb71ce64ae
Convert workspace to JavaScript: decaffeinate
2017-03-02 18:01:40 -08:00
Max Brunsfeld
920655419f
⬆️ language-gfm
2017-03-02 16:25:42 -08:00
Bryant Ung
e1ab1a0e8c
Merge pull request #13842 from atom/linux-32-bit-fix
...
Updating requires for linux to support 32bit build(For Testing)
2017-03-02 13:05:22 -08:00