Damien Guard
2d173911b2
Ignore autorun on our buffered process commands. Fixes #10082
2016-04-12 12:02:20 -07:00
Nathan Sobo
402a335eef
Fix accented character menu spec
2016-04-04 19:50:39 -06:00
Nathan Sobo
a99ee14ac0
Make accented character menu detection work with left/right arrow keys
2016-04-04 17:47:36 -06:00
Michelle Tilley
8575b38c7b
Pending pane items shouldn't be made permanent before being replaced
...
Previously, when a Pane would replace a pending item with
another pending item, it would emit
`onItemDidTerminatePendingState` for that item, which was
not true because the item was actually being destroyed.
2016-04-02 17:48:24 -07:00
Antonio Scandurra
c735b3fe74
Merge pull request #11314 from atom/as-handle-update-error
...
Handle auto-updater errors
2016-04-01 09:09:37 +02:00
Antonio Scandurra
fa469121d8
Ensure getErrorMessage() works properly
2016-04-01 09:09:25 +02:00
Antonio Scandurra
51d71b4b55
Merge pull request #11325 from atom/as-fix-emojis
...
Fix emoji rendering on OSX
2016-03-31 17:45:58 +02:00
Antonio Scandurra
47bbd8b4bb
Ensure we test for emojis only on Darwin
2016-03-31 17:45:32 +02:00
Antonio Scandurra
d89d34f4ef
💚
2016-03-31 13:02:52 +02:00
Antonio Scandurra
3fb2749583
Merge pull request #11324 from atom/as-jordanbtucker-config-save-state
...
Add restorePreviousWindowsOnStart setting
2016-03-31 11:56:43 +02:00
Antonio Scandurra
cd41b1a0ca
Improve assertion
...
This allows us to test that the configuration can be changed outside of Atom.
2016-03-31 10:40:57 +02:00
Antonio Scandurra
4d4ee6bf3b
Add applicationDelegate.getAutoUpdateManagerErrorMessage()
...
Sometimes, the error event gets emitted before the renderer process has
the chance to subscribe. Therefore, we expose an
`autoUpdateManager.getErrorMessage()` in the browser process, so that we
don’t lose that information.
2016-03-31 10:16:11 +02:00
Machisté N. Quintana
36be446060
Merge pull request #6631 from atom/mq-move-selected-columns
...
Add commands to move selections left and right by one column
2016-03-30 22:30:19 -07:00
joshaber
3b162717b4
Merge branch 'master' into serialize-async-git
2016-03-30 16:40:01 -04:00
joshaber
f19d3a2bce
Unfocus.
2016-03-30 11:59:35 -04:00
joshaber
e701fcc292
Rename work queue to resource pool.
2016-03-30 11:47:05 -04:00
joshaber
f028c779b1
Treat it more like a pool.
2016-03-30 11:44:24 -04:00
Antonio Scandurra
2d5e697016
Add AutoUpdateManager.prototype.onUpdateError
2016-03-30 15:05:57 +02:00
joshaber
f1516f7de4
First pass at using the work queue.
2016-03-29 23:54:39 -04:00
joshaber
36121e3bf8
First pass at the git work queue.
2016-03-29 22:59:24 -04:00
Nathan Sobo
265aa2f6c8
Warn rather than failing if we detect leaked pathwatcher subscriptions
2016-03-29 16:46:57 -06:00
Antonio Scandurra
ea01981a85
Merge pull request #11286 from atom/as-fix-pane-axis-element-subscriptions
...
Correctly (un)subscribe to model events on PaneAxisElement attach/detach
2016-03-29 09:46:10 +02:00
Machiste Quintana
3b222dbee8
Don't merge selections if at start or end of line
2016-03-28 23:26:28 -07:00
Machiste Quintana
e932e3db05
Merge branch 'master' into mq-move-selected-columns
2016-03-28 22:16:31 -07:00
Antonio Scandurra
8adf47b1c2
Allow element to work without attaching it to DOM
2016-03-28 16:40:39 +02:00
Antonio Scandurra
ae277c685f
Merge branch 'master' into as-fallback-to-storage-folder
2016-03-28 15:50:14 +02:00
Antonio Scandurra
b5f866b6fc
Correctly (un)subscribe to model events on PaneAxisElement attach/detach
2016-03-28 14:49:26 +02:00
Antonio Scandurra
cbb911cde8
💚
2016-03-23 13:44:17 +01:00
Antonio Scandurra
c2242e46c2
Read state from StorageFolder when it can’t be found in StateStore
2016-03-23 10:31:26 +01:00
Antonio Scandurra
34f9ad8710
Add top/bottom ruler before/after a block decoration
2016-03-22 11:20:55 +01:00
Michelle Tilley
449abd7364
Revert "Revert "Add spec for inserting white-space-only lines""
...
This reverts commit fd17457c17 .
2016-03-21 16:27:41 -07:00
Nathan Sobo
fd17457c17
Revert "Add spec for inserting white-space-only lines"
...
This reverts commit 746afb98ad .
@BinaryMuse Heads up this is the test associated with the other commit
you reverted. Had to revert it as well to get the build green. Didn’t
see a revert on beta so I’m assuming this is good enough?
2016-03-21 17:18:47 -06:00
Robert Fruchtman
1c5ad8db0f
destory -> destroy
2016-03-17 19:11:07 -07:00
Josh Abernathy
2b5a540a91
Merge pull request #11162 from atom/pr/10930
...
BufferedProcess: search only new data for new lines rather than entire buffer, take 2
2016-03-14 15:59:23 -04:00
joshaber
0c67fd61ff
Hi lint.
2016-03-14 14:57:58 -04:00
joshaber
3601c1c2a8
Test the whole output too.
2016-03-14 14:18:06 -04:00
joshaber
d441da9c38
Test it with a lot of content.
2016-03-14 14:12:47 -04:00
joshaber
66971abe25
Don't need that trailing space.
2016-03-14 14:12:31 -04:00
Jordan Tucker
4e4c85970b
add option to choose whether atom rememebers your last windows
2016-03-12 23:31:39 -08:00
Lee Dohm
430a0e049a
Merge pull request #11054 from atom/ld-osx-environment
...
Patch Environment On OSX And Allow A Different Environment Per Window
2016-03-11 20:25:19 -08:00
Lee Dohm
01a1a1d80c
Swap _.clone for Object.assign
2016-03-11 16:57:02 -08:00
Lee Dohm
63ec054161
Rename environment -> environmentHelpers
2016-03-11 16:51:50 -08:00
Damien Guard
5cefb10546
Merge pull request #8793 from BrainCrumbz/squirrel-update-shortcut-spec-fix-squash
...
squirrel-update test on desktop shortcut groups too many assertions
2016-03-11 11:38:06 -08:00
Michelle Tilley
e4ab2c9b6a
Merge branch 'ku-load-git-packages'
2016-03-11 10:25:51 -08:00
Michelle Tilley
383174d380
Load apm path from config
...
Signed-off-by: Katrina Uychaco <kuychaco@github.com >
2016-03-10 21:28:40 -08:00
Joe Fitzgerald
61fb12bf9a
Unfocus Spec
2016-03-10 19:59:26 -07:00
Joe Fitzgerald
6b38049b8d
Remove Project API, Work With process.env Directly
...
- Convert environment.coffee and environment-spec.coffee to JavaScript
- Pass the process's environment across the wire when launching atom multiple times from the command line
2016-03-10 15:30:04 -07:00
Lee Dohm
b98388fa76
Fix broken command parameter
2016-03-10 15:27:38 -07:00
Lee Dohm
a3ba15c8a1
Update Project to use new environment module
2016-03-10 15:27:38 -07:00
Lee Dohm
c7465f5f7e
Add environment module for getting environment info
2016-03-10 15:27:38 -07:00