Commit Graph

14143 Commits

Author SHA1 Message Date
Dave Rael
e392e5dfcc 🏁 Make --wait work on Windows
including using Atom as the git commit editor
2015-11-24 09:34:53 -07:00
Antonio Scandurra
8dbb9cfd55 Use CommandRegistry to listen for native-key-bindings 2015-11-24 16:24:51 +01:00
Antonio Scandurra
7bd62790d2 📝 2015-11-24 14:02:34 +01:00
Antonio Scandurra
b3738cfc34 Interact with DevTools on process.nextTick
Using any of the DevTools synchronous methods causes the bad character input
issue.
2015-11-24 12:51:13 +01:00
Antonio Scandurra
6b5ef9a0aa 🔥 2015-11-24 12:45:15 +01:00
Antonio Scandurra
9e931b15c3 Switch to a Promise-based version of DevTools interaction 2015-11-24 12:21:16 +01:00
Antonio Scandurra
9655d8184e Interact with DevTools asynchronously 2015-11-24 11:43:09 +01:00
Max Brunsfeld
f35dddee2f Reregister config schema when package is reactivated
Signed-off-by: Nathan Sobo <nathan@github.com>
2015-11-23 18:01:26 -08:00
Max Brunsfeld
327cf6997b Remember which packages use atom APIs at main module load time
Signed-off-by: Nathan Sobo <nathan@github.com>
2015-11-23 17:35:38 -08:00
Max Brunsfeld
24938c0361 Defer loading view providers until activation or deserializer use
Signed-off-by: Nathan Sobo <nathan@github.com>
2015-11-23 16:28:08 -08:00
Max Brunsfeld
d6e5ea8564 Defer requiring packages' main modules if they use new package.json fields 2015-11-23 16:05:32 -08:00
Max Brunsfeld
5f1947ef1f Guard for undefined package.json fields 2015-11-23 15:53:27 -08:00
Max Brunsfeld
2d29fd6e79 Load config schemas from packages' package.json files 2015-11-23 15:53:26 -08:00
Max Brunsfeld
4bc46db355 Still assign error's raw stack when prepareStackTrace is overridden
Signed-off-by: Nathan Sobo <nathan@github.com>
2015-11-23 15:30:11 -08:00
Max Brunsfeld
4616b426b0 Allow Error.prepareStackTrace to be temporarily reassigned
Fixes https://github.com/atom/atom/issues/9660

Signed-off-by: Nathan Sobo <nathan@github.com>
2015-11-23 15:22:15 -08:00
Chen Shen
d17ab332ec fix bug in getRawStack 2015-11-23 14:29:17 -08:00
Douwe Maan
b11d0c2585 Use em-dash in window title and exclude app name on OS X 2015-11-21 14:09:00 +01:00
Max Brunsfeld
30b3cb249e Merge pull request #9636 from DouweM/unique-title
Use unique text editor title in window and tab titles
2015-11-20 16:55:38 -08:00
Collin Donahue-Oponski
76947daca4 Merge branch 'colllin-patch-1' of github.com:colllin/atom into colllin-patch-1 2015-11-20 14:13:05 -07:00
Nathan Sobo
dae4539fbe Merge branch 'stable' into beta 2015-11-20 10:46:15 -07:00
Antonio Scandurra
cbfee4e809 🐛 Compute content width when the longest row is the first one 2015-11-20 10:45:16 -07:00
Nathan Sobo
3e22d9f7a2 Merge PR #9607 with a small change 2015-11-20 10:41:22 -07:00
Antonio Scandurra
a546005c65 Merge pull request #9709 from atom/as-fix-longest-screen-row-issue
Compute content width when the longest row is the first one
2015-11-20 09:24:33 -08:00
Douwe Maan
a7809d6772 Add 'Close Empty Windows' option.' 2015-11-20 16:40:55 +01:00
Antonio Scandurra
93481c8a0d Move ::isTextEditor down into Workspace 2015-11-19 17:56:53 -08:00
Wliu
dfe27ff989 More deprecations 2015-11-19 20:49:05 -05:00
Wliu
577b85e76c Merge remote-tracking branch 'refs/remotes/origin/master' into wl-electron-35 2015-11-19 20:20:24 -05:00
Wliu
9a850f9cb2 This is ridiculous 2015-11-19 20:11:26 -05:00
Max Brunsfeld
cb2b068d77 Load view providers from files specified in package.json 2015-11-19 16:58:20 -08:00
Wliu
c85cd80544 Fix missing parentheses 2015-11-19 19:49:29 -05:00
Antonio Scandurra
0218431c62 🐛 Compute content width when the longest row is the first one 2015-11-19 16:38:20 -08:00
Max Brunsfeld
91b651e86c Make model constructor argument to addViewProvider optional 2015-11-19 15:54:47 -08:00
Wliu
50a42af9fd ...try this? 2015-11-19 18:20:51 -05:00
Max Brunsfeld
a0a402c3f8 Remove 'atom' prefix from deserializers package.json key 2015-11-19 14:12:03 -08:00
Wliu
f6328fb511 One more ipc fix 2015-11-19 16:37:11 -05:00
Max Brunsfeld
ef4631b5b6 Merge remote-tracking branch 'origin/stable' into beta
Conflicts:
	package.json
2015-11-19 11:10:55 -08:00
Nathan Sobo
23102198ce Don’t change key name in serialized application state
We changed it internally for clarity, but this is breaking compatibility
with restoring state when upgrading from previous versions.

Fixes #9690
2015-11-19 11:10:00 -08:00
Nathan Sobo
a126374a7b Coerce boolean options to booleans
Pairing with @as-cii
2015-11-19 08:14:24 -08:00
abe33
69a0acd554 🐛 Fix typo in project deserializer method
Addresses #9598
2015-11-19 07:13:01 -08:00
Nathan Sobo
e572763cf7 Remove unnecessary fat arrow 2015-11-18 22:21:27 -08:00
Nathan Sobo
b04c26ba30 Discard highlights that end above the visible row range
Fixes #9628
2015-11-18 21:32:05 -08:00
Wliu
5fca7b6582 More ipc-renderer fixes 2015-11-18 21:20:45 -05:00
Wliu
fec1507ff4 Require ipc-renderer where it belongs 2015-11-18 21:10:40 -05:00
Wliu
d2a86e2466 Add 'home' argument to app.getPath() 2015-11-18 18:46:38 -05:00
Max Brunsfeld
46272cd192 Load deserializers lazily 2015-11-18 14:31:16 -08:00
Max Brunsfeld
ade1ef7a4c Load deserializers from files specified in package.json 2015-11-18 14:03:49 -08:00
Wliu
0945383d78 Merge remote-tracking branch 'refs/remotes/origin/master' into wl-electron-35 2015-11-18 16:11:49 -05:00
Max Brunsfeld
799a792f7f Remove public docs for DirectorySearch and DefaultDirectorySearcher 2015-11-18 13:05:27 -08:00
Nathan Sobo
d204e53ba2 Merge branch 'stable' into beta 2015-11-18 11:07:48 -08:00
Max Brunsfeld
75a52968d0 Avoid using deprecated 'activate-with-no-open-windows' event
The current shim for that event has a missing event argument
2015-11-18 10:55:40 -08:00