Commit Graph

29978 Commits

Author SHA1 Message Date
Nathan Sobo
c852317ca1 ⬆️ settings-view 2016-09-20 16:13:14 -06:00
Nathan Sobo
ef6b364605 Merge pull request #12733 from atom/ns-as-restart-application
Add atom.restartApplication
2016-09-20 15:06:55 -07:00
Nathan Sobo
fa41da182e Merge pull request #12697 from atom/ns-upgrade-atom-keymap
Improve support for international keyboards
2016-09-20 14:43:01 -07:00
Nathan Sobo
7872875c57 🎨 2016-09-20 15:15:55 -06:00
Nathan Sobo
fe9a7d1db3 Preserve command line flags when restarting
This performs restarts in the main process and uses ipc to request restarts from application windows. We preserve the following settings:

* dev mode
* custom resource path
* safe mode
* portable mode
* socket path
* log file path
* user data dir
2016-09-20 15:13:46 -06:00
Nathan Sobo
1d740b4169 Relaunch Atom when changing the title bar style
Now that we have the required API

Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com>
2016-09-20 11:39:58 -06:00
Nathan Sobo
6aa8d33a05 Add atom.restartApplication
Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com>
2016-09-20 11:37:34 -06:00
simurai
a2e8d1a53a ⬆️ solarized-dark/light-syntax@v1.0.3 2016-09-20 15:01:15 +09:00
Wliu
2ed2121e4b ⬆️ package-generator@1.0.1 2016-09-17 11:07:57 -04:00
Wliu
bfb3a877eb ⬆️ open-on-github@1.2.1 2016-09-17 11:07:10 -04:00
Wliu
240e41eaf6 ⬆️ snippets@1.0.3 2016-09-17 11:06:29 -04:00
Nathan Sobo
dbb8dec748 ⬆️ atom-keymap 2016-09-16 16:49:18 -06:00
Nathan Sobo
77f77f719f Merge pull request #12674 from atom/fb-mdt-destroyed-panes-in-getPanes
Don't include destroyed panes in result of PaneContainer.getPanes() after PaneContainer is destroyed
2016-09-16 14:06:10 -07:00
Nathan Sobo
290c4ecefd ⬆️ atom-keymap 2016-09-16 12:19:14 -06:00
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
Thomas Johansen
d7bc09c10d Merge pull request #12689 from atom/tj-upgrade-electron
Upgrade Electron to v1.3.6
2016-09-15 13:51:27 +02:00
simurai
decc502b79 ⬆️ one-dark/light-syntax@v1.4.0 2016-09-15 15:44:09 +09:00
Wliu
2f0ad212d8 ⬆️ tabs@0.101.1 2016-09-14 22:38:53 -04:00
Wliu
81868bb73f ⬆️ autocomplete-plus@2.31.3 2016-09-14 22:38:05 -04:00
Nathan Sobo
159f881e1f ⬆️ atom-keymap (prerelease) 2016-09-14 11:00:21 -06:00
Thomas Johansen
eeecd59bdd ⬆️ electron@1.3.6 2016-09-14 09:21:07 +02: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
Nathan Sobo
8a12be9a8d Return empty array from getPanes when PaneContainer is destroyed
Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com>
2016-09-13 11:01:40 -06: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
Matthew Dapena-Tretter
283a573ce5 Test that destroyed panes aren't included in PaneContainer::getPanes() 2016-09-12 18:03:40 -07: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