Nathan Sobo
3937312936
Merge pull request #9796 from atom/as-native-key-bindings
...
Use CommandRegistry to listen for native-key-bindings
2015-12-10 10:49:11 -08:00
Max Brunsfeld
e5c9a67056
Add a comment explaining why there's no es6 in compile-cache.js
2015-12-10 10:00:43 -08:00
Max Brunsfeld
5a6fd06386
There is no ES6 in compile-cache.js
2015-12-10 09:51:53 -08:00
Nathan Sobo
3567d47790
Merge pull request #9878 from atom/ns-mb-fix-prepare-stack-trace-recursion
...
Avoid infinite recursion in Error.prepareStackTrace
2015-12-08 14:22:07 -07:00
Nathan Sobo
7718d5cb56
Merge pull request #9773 from atom/mb-ns-prepare-stack-trace-fixes
...
Allow Error.prepareStackTrace to be temporarily reassigned
2015-12-08 14:21:47 -07:00
Nathan Sobo
4f9e1a8ca3
Increase stack trace size limit to 30
2015-12-07 14:25:11 -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
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
abe33
69a0acd554
🐛 Fix typo in project deserializer method
...
Addresses #9598
2015-11-19 07:13:01 -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
Nathan Sobo
c09c04669c
Coerce boolean options to booleans
...
Pairing with @as-cii
2015-11-18 10:41:07 -08:00
Nathan Sobo
d0cb8e2c55
Store project directory paths as state on AtomWindow in browser process
...
Fixes #9574
Previously, we were storing the project directory paths as the
`initialPaths` key in load settings, which were accessed in the browser
process by reading the URL hash. However, this URL hash was not always
available, subjecting us to timing issues when opening multiple files
in the same folder in rapid succession.
We now store the project directory paths directly on AtomWindow
instances on creation, then RPC changes from the render process to the
browser process with a custom code path.
Shout out to :airplane::finnadie:’d @as-cii on this for pairing with me.
2015-11-17 21:00:13 -08:00
Nathan Sobo
e475065b45
Merge branch 'stable' into beta
2015-11-17 16:57:19 -08:00
Nathan Sobo
668aa0532e
Merge pull request #9665 from atom/ns-fix-remove-event-listeners
...
Fix removeListener calls
2015-11-17 16:46:25 -08:00
Nathan Sobo
6e72ebb886
Load packages before deserializing workspace
...
This ensures that package-defined deserializers work.
2015-11-17 16:28:53 -08:00
Nathan Sobo
3b2c6afdaf
Fix removeListener calls
2015-11-17 16:23:38 -08:00
Nathan Sobo
8da44c4dfc
Discard highlights that end above the visible row range
...
Fixes #9628
2015-11-17 11:45:51 -08:00
Nathan Sobo
af22a149bd
Replace getLongTitle with getUniqueTitle
2015-11-16 13:47:23 -08:00
Antonio Scandurra
1a8e2c6f8d
🎨
2015-11-13 16:23:32 -07:00
Antonio Scandurra
62de930b03
Set initialLoadComplete to true only in test mode
2015-11-13 16:23:24 -07:00
Antonio Scandurra
7c6fcea441
Set initialLoadComplete to true only in test mode
2015-11-13 16:00:54 -07:00
Nathan Sobo
fa66048d71
Guard against focusing a destroyed pane
2015-11-12 17:34:48 -07:00
Antonio Scandurra
05550699bd
Merge pull request #9524 from atom/as-transact-async
...
Introduce Config::transactAsync
2015-11-12 09:26:26 +01:00
Max Brunsfeld
62f4f32d23
Merge pull request #9528 from efatsi/master
...
Remap pane:show-item-9 to activate last pane item
2015-11-11 15:14:08 -08:00
Nathan Sobo
ab6f26368b
Add link to comment
2015-11-11 12:15:14 -07:00
Antonio Scandurra
780979e122
Make sure showing errors works correctly
2015-11-11 12:05:03 -07:00
Nathan Sobo
db0149ca65
Merge pull request #9529 from atom/as-fix-bad-fat-arrow
...
Use fat arrow when showing errors in CommandInstaller
2015-11-11 12:02:36 -07:00
Max Brunsfeld
eafffd9733
Merge pull request #9444 from atom/mb-synchronous-scroll-position
...
Allow synchronous control of scroll position through TextEditor model
2015-11-11 09:58:05 -08:00
Antonio Scandurra
b895baacbf
Make transactAsync private
2015-11-11 18:30:06 +01:00
Antonio Scandurra
60841e574a
Make sure showing errors works correctly
2015-11-11 18:18:55 +01:00
Eli Fatsi
84a6f0cb75
Remap pane:show-item-9 to activate last pane item
2015-11-11 10:09:09 -07:00
Max Brunsfeld
4c3d355298
👕 Add missing space after comma
2015-11-11 08:44:36 -08:00
Antonio Scandurra
8c3c2dfa8d
🎨
2015-11-11 09:59:41 +01:00
Antonio Scandurra
c85088fb46
🎨
2015-11-11 09:58:07 +01:00
Antonio Scandurra
68ea20a705
📝
2015-11-11 09:56:25 +01:00
Antonio Scandurra
38d713379f
🎨 Introduce Config::transactAsync
2015-11-11 09:55:20 +01:00
Antonio Scandurra
7e1a1bc8b0
Merge branch 'master' into as-faster-settings-load
...
# Conflicts:
# src/package-manager.coffee
2015-11-11 09:09:47 +01:00
Kevin Sawicki
64d272050d
Handle ENOTDIR errors on open
...
Closes #7864
2015-11-10 16:35:34 -08:00
Kevin Sawicki
e95ce5d1d0
Handle EAGAIN errors when saving pane items
...
Closes #8202
2015-11-10 16:30:12 -08:00
Max Brunsfeld
0c72500b9e
Set firstVisibleScreenRow property before emitting event
2015-11-10 16:29:39 -08:00
Max Brunsfeld
9a35e4c9ec
🎨 Extract methods for setting scroll position based on model
2015-11-10 16:28:31 -08:00
Max Brunsfeld
fefb387d3c
Merge branch 'master' into mb-synchronous-scroll-position
...
Conflicts:
src/text-editor-presenter.coffee
src/text-editor.coffee
2015-11-10 16:23:39 -08:00
Kevin Sawicki
cfd5b7b354
Handle EMFILE errors on open
...
Closes #8429
2015-11-10 16:20:58 -08:00
Kevin Sawicki
24511fef92
Add custom notification for ELOOP save errors
...
Closes #9242
2015-11-10 15:55:23 -08:00
Kevin Sawicki
95f56aa41e
Merge pull request #9514 from atom/ks-disabled-keymaps-for-uninstalled-packages
...
Guard against not loaded packages when updating disabled keymaps
2015-11-10 15:06:42 -08:00
Nathan Sobo
91bece4336
Merge pull request #9490 from aki77/fix/activatePackages
...
Fix activatePackages
2015-11-10 15:00:06 -07:00
Kevin Sawicki
4692ca9702
Guard against package not being loaded
2015-11-10 13:54:42 -08:00