Damien Guard
d3825e87f3
Merge pull request #11642 from atom/dg-buffered-process-options-shell
...
Fix some Buffered-Process specs, honor options.shell in Atom
2016-05-04 10:19:04 -07:00
Michelle Tilley
512f1fb540
⬆️ symbols-view@0.113.0
2016-05-04 11:56:17 +02:00
Antonio Scandurra
6c6f8fc341
⬆️ autocomplete-plus
2016-05-04 10:15:02 +02:00
simurai
b9dbb81bd5
Revert " ⬆️ language-sass@0.50.0"
...
This reverts commit d29e96e358
.
2016-05-04 12:05:04 +09:00
Wliu
d29e96e358
⬆️ language-sass@0.50.0
2016-05-03 20:47:02 -04:00
Damien Guard
c56cbe3ce3
👕 Change fat arrow to thin arrow for linter warning
2016-05-03 16:50:06 -07:00
Lee Dohm
0e194f1021
⬆️ line-ending-selector@0.5.0
2016-05-03 16:04:04 -07:00
Damien Guard
48703864c8
Switch to process.platform, stop clobbering process var and move windows block
2016-05-03 15:22:13 -07:00
Lee Dohm
d6d47c422c
⬆️ settings-view@0.236.0
2016-05-03 09:21:21 -07:00
Josh Abernathy
3781bd2062
Merge pull request #11671 from atom/disentangle-text-editors-global
...
Remove TextEditor's dependency on the textEditors global
2016-05-03 10:33:41 -04:00
Lee Dohm
72721af3c6
Merge pull request #11478 from atom/ku-prompt-save-as-if-save-fails
...
Prompt user to save as if save fails
2016-05-02 17:36:56 -07:00
Lee Dohm
ab24ce37fe
Merge pull request #11669 from tcyrus/patch-1
...
Update package.json
2016-05-02 17:02:30 -07:00
Damien Guard
7542a401ff
BufferedProcess whole-string spec now cross-platform
2016-05-02 15:37:36 -07:00
Lee Dohm
dd24e3b223
⬆️ tabs@0.93.2
2016-05-02 13:19:19 -07:00
joshaber
d325e02def
Test it.
2016-05-02 11:32:38 -04:00
joshaber
9adc822822
Mark text editors as being registered.
2016-05-02 11:32:29 -04:00
Timothy Cyrus
874be7d242
Update package.json
...
Update `marked` to fix sanitization issue on david-dm
2016-05-02 10:47:49 -04:00
Antonio Scandurra
b7c6850413
Merge pull request #11506 from wvanlint/listener_order
...
Allow listeners to specify their calling order
2016-05-02 10:13:34 +02:00
Michelle Tilley
671334993f
⬆️ apm@1.10.0
2016-05-01 22:16:36 -07:00
Willem Van Lint
73748ef768
Order listeners by reverse registration order
2016-05-01 16:48:09 -07:00
Lee Dohm
57bf8f797b
⬆️ encoding-selector@0.22.0
2016-05-01 10:32:21 -07:00
Antonio Scandurra
005022567b
Merge pull request #11348 from atom/wl-drewmnoel-electron
...
Update Electron to 0.36.12
2016-04-30 09:19:17 +02:00
Antonio Scandurra
5a9bd28912
Merge pull request #11646 from atom/as-persist-state-on-reload
...
Persist the entire state on reload
2016-04-30 01:36:37 +02:00
Antonio Scandurra
539fc4090b
⬆️ bookmarks
2016-04-30 01:34:49 +02:00
Wliu
8d9324e234
⬆️ language-sass@0.49.0
2016-04-29 18:30:19 -04:00
Wliu
b975c1ffc1
⬆️ language-sass@0.48.0
2016-04-29 18:15:41 -04:00
Lee Dohm
f6352cb47b
Merge pull request #11618 from delliott2016/master
...
Prompt for ctrl-o defaults to last directory where you opened a file
2016-04-29 10:53:17 -07:00
Lee Dohm
fc04e35621
Merge pull request #11634 from livelazily/get-completed-data
...
🐛 Wait for connection end to get completed data;
2016-04-29 09:35:16 -07:00
David Elliott
6c9d7ecc28
Remove random space
2016-04-29 08:39:14 -07:00
David Elliott
e2fa948ac8
🐛 Add support for Mac and Open Folder dialog.
2016-04-29 08:20:52 -07:00
Antonio Scandurra
c5a76d4a7d
Persist the entire state on reload
...
This fixes an annoying problem that prevented the state of marker layers
from being saved when the window was reloaded either via `Cmd+R` in
DevTools or via `Ctrl+Option+Cmd+L` in Atom.
The issue was that we were *always* scheduling `saveState` on an idle
callback: `window.onbeforeunload`, however, doesn't wait for that event
before closing the window, and thus that state was never saved in those
situations.
The solution is to use idle callbacks only during the critical code path
(i.e. on mousedown and keydown), but save it synchronously otherwise.
Saving something to IndexedDB is actually asynchronous too, but it seems
like Chrome fulfills `put` requests that get executed right during
`onbeforeunload`.
2016-04-29 14:41:34 +02:00
Lee Dohm
7d463d9dd0
⬆️ about@1.5.2
2016-04-28 15:30:38 -07:00
Damien Guard
d3ee21941a
Fix some specs on Windows and honor options.shell
2016-04-28 12:23:44 -07:00
Josh Abernathy
b4d09d580e
Merge pull request #11641 from atom/remove-project-dependency
...
Remove TextEditor's global project dependency
2016-04-28 14:47:00 -04:00
David Elliott
398ae4491e
🎨 Removed application:open-dev and application:open-safe from new method.
2016-04-28 11:13:07 -07:00
joshaber
2f1268dc7c
Move copyPathToClipboard to the default commands.
2016-04-28 11:36:17 -04:00
Josh Abernathy
5ba701f112
Merge pull request #11616 from atom/dont-require-assert
...
Remove TextEditor's dependency on assert
2016-04-28 10:41:53 -04:00
Josh Abernathy
bd28fffdd3
Merge pull request #11628 from atom/fix-cached-status
...
Fix GitRepository cached status
2016-04-28 09:56:30 -04:00
joshaber
76d8421963
Inline the no-op assert.
2016-04-28 09:50:01 -04:00
joshaber
23023a7a3d
Merge branch 'master' into dont-require-assert
2016-04-28 09:48:52 -04:00
livelazily
3b5bcf1c0d
🐛 Wait for connection end to get completed data;
2016-04-28 14:27:56 +08:00
joshaber
cd8b28da4d
Document why
2016-04-27 22:40:34 -04:00
joshaber
d11e30579b
Manually emit the change event.
2016-04-27 17:17:09 -04:00
joshaber
4727d6611e
Revert "Fix the test."
...
This reverts commit 630b8c69a6
.
2016-04-27 17:06:37 -04:00
joshaber
630b8c69a6
Fix the test.
2016-04-27 16:24:29 -04:00
joshaber
c0adf125ec
Reset the cache before calling the callback.
2016-04-27 16:05:00 -04:00
joshaber
20e2486bfb
Merge branch 'master' into fix-cached-status
2016-04-27 15:53:23 -04:00
Damien Guard
c4d4e0f636
Merge pull request #11580 from damieng/dg-windows-build-install-path
...
Makes script/build experience better for Windows users.
2016-04-27 11:41:53 -07:00
David Elliott
6ec5cf497b
🐛 Ctrl-O opens file dialog in directory of currently active editor
2016-04-27 10:52:57 -07:00
Lee Dohm
b4733732dc
⬆️ autocomplete-plus@2.30.0
2016-04-27 10:35:39 -07:00