Commit Graph

29957 Commits

Author SHA1 Message Date
Nathan Sobo
88f47990d0 ⬆️ atom-keymap 2016-09-15 14:23:03 -06:00
Nathan Sobo
fe7a9ed419 Fix unset keystroke handling, 🎨 2016-09-15 14:15:41 -06:00
Nathan Sobo
a6094d2ed0 Don't allow menu shortcuts that could conflict with AltGraph characters
Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com>
2016-09-15 14:08:35 -06:00
Nathan Sobo
159f881e1f ⬆️ atom-keymap (prerelease) 2016-09-14 11:00:21 -06:00
simurai
7929e261a0 ⬆️ base16-tomorrow-dark/light-theme@v1.3.0 2016-09-14 14:34:04 +09:00
simurai
350a2a1e08 ⬆️ one-dark/light-ui@v1.6.1 2016-09-14 10:59:31 +09:00
simurai
c89c66d22d ⬆️ one-light-syntax@v1.3.1 2016-09-13 16:26:06 +09:00
simurai
59fc02ce1f ⬆️ one-dark-syntax@v1.3.1 2016-09-13 16:25:40 +09:00
simurai
713569eb7d ⬆️ atom-light-ui@v0.45.0 2016-09-13 15:21:45 +09:00
Max Brunsfeld
18089df9af ⬆️ settings-view
For scoped editor settings fix: atom/settings-view#774
2016-09-12 16:21:15 -07:00
Nathan Sobo
766afb406a Merge pull request #12673 from atom/ns-fix-add-pane-event
Ensure pane is added to container before invoking onDidAddPane listeners
2016-09-12 13:39:38 -06:00
Wliu
504d7e4732 Merge pull request #12671 from torn4dom4n/patch-1
Update README.md
2016-09-12 14:33:01 -04:00
Long Nhat Nguyen
aa31b1ed29 Update README.md 2016-09-13 00:00:30 +07:00
Nathan Sobo
e313bbe89c Ensure pane is added to container before invoking onDidAddPane listeners
Fixes #12654
2016-09-12 11:00:26 -06:00
Nathan Sobo
762ee28dd5 Merge pull request #12672 from atom/ns-close-spec-windows-immediately
Don't wait for spec windows to save state
2016-09-12 10:54:01 -06:00
Long Nhat Nguyen
2b743cbabc docs -> Flight Manual 2016-09-12 23:38:27 +07:00
Nathan Sobo
0ff0b269b1 Don't wait for spec windows to save state
Since spec windows don't register handlers for the IPC messages requested window state to be saved, the promise never resolves and the close button needs to be clicked twice. To avoid this, we'll just resolve the promise immediately in a spec window so we can proceed to close it.
2016-09-12 10:26:40 -06:00
Nathan Sobo
2816e3e0dc ⬆️ markdown-preview 2016-09-12 09:51:07 -06:00
Long Nhat Nguyen
2d54f87d33 Update README.md 2016-09-12 21:34:19 +07:00
Long Nhat Nguyen
ea96ef49e1 Atom Docs -> Atom Flight Manual 2016-09-12 21:27:33 +07:00
Long Nhat Nguyen
e0826b4495 Fix Page not found 2016-09-12 20:06:44 +07:00
Thomas Johansen
5de0e5016e 🐛 Invoke reload instead of non-existant restart
Fix #12665
2016-09-12 07:59:10 +02:00
Thomas Johansen
5264faedf0 Merge pull request #12661 from atom/tj-remove-window-load-time-output
Remove window load time console output
2016-09-11 17:50:55 +02:00
Wliu
06de1f914d Merge pull request #12659 from atom/fk_update_perl
⬆️ language-perl@v0.36.0
2016-09-11 11:15:55 -04:00
Thomas Johansen
2bb6e225f6 🔥 Remove window load time console output 2016-09-11 17:07:43 +02:00
Florian Kinder
b74d06eeac ⬆️ language-perl@v0.36.0 2016-09-11 13:54:35 +02:00
simurai
aa8552eb7b ⬆️ markdown-preview@v0.158.6 2016-09-10 23:21:35 +09:00
simurai
53aaf0f3d0 Merge pull request #12616 from atom/sm-min-height
Fix height when splitting panes
2016-09-10 19:33:51 +09:00
Damien Guard
86e8af8bc2 Merge pull request #12653 from atom/dg-fix-sourcemaps-windows
Fix source maps for typescript and babel on Windows
2016-09-09 16:11:15 -07:00
Nathan Sobo
9341e59786 ⬆️ markdown-preview 2016-09-09 17:08:11 -06:00
Nathan Sobo
2487eda369 Revert "⬇️ scandal"
This reverts commit a2d3f7d489.
2016-09-09 17:04:33 -06:00
Nathan Sobo
4f1833ad36 ⬆️ markdown-preview. Fixes #8652 2016-09-09 16:06:12 -06:00
Max Brunsfeld
2dfa06f24c Merge pull request #12501 from atom/fb-as-add-observe-buffers
Add atom.project.observeBuffers
2016-09-09 13:45:46 -07:00
Damien Guard
61c5f37e20 Make sourcemaps work for bable & typescript on Windows 2016-09-09 13:45:33 -07:00
Damien Guard
77a09a7447 Remove app load time console output 2016-09-09 13:08:00 -07:00
Antonio Scandurra
3880df22ab Merge pull request #12646 from atom/as-run-main-process-tests-everywhere
Run main process tests on CircleCI, Travis and AppVeyor
2016-09-09 17:59:16 +02:00
Antonio Scandurra
5c3bad077d Run platform-specific specs without mocking process.platform 2016-09-09 17:58:23 +02:00
Antonio Scandurra
924ca8ecf6 Run main process tests on Windows 2016-09-09 17:58:23 +02:00
Antonio Scandurra
6841babc4a Run main process tests on Linux 2016-09-09 17:58:23 +02:00
Antonio Scandurra
ccd381b8ad Merge pull request #12645 from atom/as-fix-app-not-quitting-on-windows-and-linux
Fix app not quitting on win32 and linux when closing the last window
2016-09-09 17:57:57 +02:00
Antonio Scandurra
e2a3b75db2 Fix app not quitting on win32 and linux when closing the last window
This regression was caused by a nuance in the way we maintain state in
`AtomApplication` for open windows. Specifically, when closing the last
window on Windows and Linux, we were explicitly calling `app.quit`
*before* removing such window from the list of open ones. In turn, this
caused the new `before-quit` behavior introduced in #12619 to work
improperly because it made the application wait on saving the state of a
stale window before exiting.

With this commit we are fixing that by making sure the stale window is
removed before calling `app.quit` in `removeWindow`.
2016-09-09 10:51:40 +02:00
Damien Guard
6ebd1ad582 Remove accidental logging statements checked in 3eb55d7d 2016-09-08 21:49:48 -07:00
Damien Guard
3eb55d7db0 Add Windows file.ico lost in move to new build 2016-09-08 21:16:55 -07:00
Damien Guard
604aac782c Merge pull request #12643 from atom/dg-fix-shell-menu-upgrades
Windows shell upgrade fixes #12642
2016-09-08 16:26:19 -07:00
Damien Guard
7c48b947d7 Windows shell upgrade fixes #12642 2016-09-08 15:58:27 -07:00
Nathan Sobo
a2d3f7d489 ⬇️ scandal 2016-09-08 14:43:43 -06:00
Nathan Sobo
acfced29e9 ⬆️ scandal 2016-09-08 14:15:20 -06:00
Nathan Sobo
6d76608e76 Merge pull request #12562 from atom/jf-patch-linux-environment
Simplify Environment Patching
2016-09-08 13:55:19 -06:00
Joe Fitzgerald
d4d05244b3 ATOM_SUPPRESS_ENV_PATCHING > ATOM_DISABLE_SHELLING_OUT_FOR_ENVIRONMENT 2016-09-08 12:24:33 -06:00
Joe Fitzgerald
36291f6a8f Combine Check
- The additional (!process.env[key] && envToAssign[key]) check allows “preserved” variables to be set for the first time if they are currently unset
2016-09-08 11:18:28 -06:00