Josh Abernathy
58954bb6c0
Merge pull request #11101 from atom/emit-status-changes-when-anything-changes
...
Emit status changes when anything changes
2016-03-08 13:38:11 -05:00
Katrina Uychaco
59b6c7f6fa
Improve handling of pending items when moving items b/t panes
...
* Make pending items permanent when moved to new panes
* Ensure existing pending items are not destroyed when a new
item is added to the same pane
Signed-off-by: Michelle Tilley <binarymuse@github.com >
2016-03-06 01:03:45 -08:00
Michelle Tilley
a4b57a31b7
Only support old public API of Pane::addItem
...
Signed-off-by: Katrina Uychaco <kuychaco@github.com >
2016-03-06 01:03:45 -08:00
Michelle Tilley
2c23ea9da0
Show deprecation warning when using old version of Pane::addItem
2016-03-06 01:03:45 -08:00
Michelle Tilley
e9fd4b4a50
Pane::addItem(item, index, options) ➡️ Pane::addItem(item, options)
...
Signed-off-by: Katrina Uychaco <kuychaco@github.com >
2016-03-06 01:03:45 -08:00
Michelle Tilley
6424313216
Move Pane::addItem 'pending' option to options object
2016-03-06 01:03:44 -08:00
Katrina Uychaco
c4e24353cf
Merge pull request #11051 from atom/ku-add-new-item-before-destroying-pending-item
...
Add new item before destroying pending item
2016-03-03 23:31:38 -08:00
Katrina Uychaco
582e11a57e
Merge pull request #11009 from atom/ku-dont-destroy-pane-if-replacing-last-pending-item
...
Don't destroy pane if replacing last pending item
2016-03-03 23:31:17 -08:00
Max Brunsfeld
683331643f
Remove accidentally-included specs from cherry-pick conflict
2016-03-02 13:42:31 -08:00
Michelle Tilley
cdab46d802
Merge pull request #11001 from atom/mkt-change-did-terminate-pending-state-to-item-did-terminate
...
onDidTerminatePendingState ➡︎ onItemDidTerminatePendingState
2016-03-01 11:21:36 -08:00
Michelle Tilley
4cd9c08bc1
Merge pull request #10959 from atom/ku-move-pending-state-from-item-to-pane
...
(WIP) Refactor pending state to live in pane instead of items
2016-03-01 11:20:31 -08:00
Katrina Uychaco
a5f842889a
Merge pull request #10872 from atom/ku-terminate-pending-state
...
Terminate pending state for opened file if pending option is false
2016-02-22 11:08:08 -08:00
Josh Abernathy
2a9701ac7c
Merge pull request #10926 from atom/fix-case-sensitive-path-relativization
...
Fix case-preserving path relativization
2016-02-22 12:50:26 -05:00
Katrina Uychaco
f0eb62ec73
Merge pull request #10846 from atom/ku-pending-tabs-option
...
Add core setting for pending tabs configuration
2016-02-17 13:35:08 -08:00
Josh Abernathy
e3f66c16ab
Merge pull request #10827 from atom/subdir-status-fixes
...
Port repository subdirectory status fixes to async repo
2016-02-16 22:05:00 -05:00
joshaber
88fd1ef89d
Merge branch 'stable' into beta
2016-02-12 15:36:41 -05:00
Josh Abernathy
3cc911fa79
Merge pull request #10797 from atom/fix-status-with-multiple-paths
...
Fix status with multiple paths
2016-02-12 15:35:05 -05:00
Max Brunsfeld
de794ab826
Merge branch 'stable' into beta
2016-02-11 10:48:11 -08:00
Max Brunsfeld
78c5fd42da
Temporarily disable deserializers & viewProviders metadata fields
2016-02-10 17:53:15 -08:00
joshaber
d759eb022d
Merge branch 'stable' into beta
2016-02-10 15:19:48 -05:00
Josh Abernathy
b7da70a7e9
Merge pull request #10758 from atom/fix-status-in-subdir
...
Fix status in subdir
2016-02-10 15:17:34 -05:00
Nathan Sobo
4597d1e436
Merge pull request #7953 from acontreras89/ac-pane-split
...
Improve multi-pane API
2016-02-08 17:51:16 -08:00
Aaron Contreras
cbff7394c6
🐛 Reuse scroll position on text editor's copy. Fixes #8765
...
✅ Update specs to avoid regressions
2016-02-09 00:36:37 +01:00
Aaron Contreras
ee86cee4e0
✅ Add specs for new commands, update old specs
2016-02-09 00:36:37 +01:00
Wliu
8ca1071168
Update presenter specs
2016-02-08 16:52:47 -05:00
Wliu
5127789a68
Update tokenized buffer spec
2016-02-07 21:26:13 -05:00
joshaber
563984a7b2
Test it.
2016-02-05 16:16:38 -05:00
Wliu
b4f8bf12cb
💚 Fix Tokenized Buffer spec
2016-02-04 14:34:49 +00:00
Max Brunsfeld
49776d114c
Merge branch 'beta'
2016-02-02 12:00:08 -08:00
Max Brunsfeld
6d56185300
Merge branch 'stable' into beta
2016-02-02 11:59:42 -08:00
Max Brunsfeld
19349edc7a
Only add local paths to recent documents list
...
Also, add them in Workspace::open and not AtomEnvironment::openLocations
so that files opened in an existing window will also be added to the
list
2016-02-02 11:16:14 -08:00
simurai
127e4dbae4
Add specs for horizontal axis height
2016-02-01 11:34:09 -08:00
simurai
6944815a72
Add specs for header/footer widths
2016-02-01 11:34:09 -08:00
simurai
4cf8abc786
🎨 Rename top/bottom-bar to header/footer
2016-02-01 11:34:08 -08:00
simurai
b9cea80d4f
Add top/bottom bar specs
2016-02-01 11:34:08 -08:00
Max Brunsfeld
fb0cb452ea
Use old presenter interface in presenter spec
2016-01-27 23:04:30 -08:00
Max Brunsfeld
42d509ca4e
Merge pull request #10062 from atom/mb-emit-state-update-on-model-scroll
...
Emit state update when model's scroll position is changed
2016-01-27 15:34:53 -08:00
Ben Ogle
8acb742c30
Merge pull request #7916 from oggy/descriptive-enums
...
Support descriptions for enum values in config.
2016-01-26 14:45:00 -08:00
Max Brunsfeld
d055a686ae
Merge pull request #10486 from atom/bf-fix-submenu-items
...
Honor `created()` function for an item in a submenu.
2016-01-25 13:31:25 -08:00
Michael Bolin
83d3168609
Rename test function as suggested by @maxbrunsfeld.
2016-01-25 13:19:58 -08:00
Max Brunsfeld
c4adc38273
Merge branch 'stable' into beta
2016-01-25 10:29:29 -08:00
joshaber
191e607bd6
Merge branch 'stable'
2016-01-22 17:01:03 -07:00
Josh Abernathy
91eb2b2a28
Merge pull request #10293 from atom/as-more-flexible-inputs-for-blob-store
...
Ignore errors when loading an invalid blob store
2016-01-22 11:44:29 -07:00
Michael Bolin
ee4408976e
Tightened up a test now that I confirmed that MenuHelpers.merge() intentionally strips the created field.
2016-01-21 10:18:04 -08:00
Wliu
08e796500d
Merge pull request #10441 from casesandberg/bug/cleanup-specs
...
Remove Duplicate Require Statements and Unify Syntax on '
2016-01-20 15:25:36 -05:00
Michael Bolin
0e4a8303ae
Apparently the created function is stripped as part of the clone?
2016-01-18 18:32:37 -08:00
Michael Bolin
0a4817693f
Add unit test. Cannot seem to run locally because of nodegit but will see what happens in CI.
2016-01-18 16:50:16 -08:00
joshaber
7ab501ce9d
Disable the test for now.
2016-01-15 17:42:48 -05:00
joshaber
1fb1376769
Even more async.
2016-01-15 17:40:14 -05:00
joshaber
e5aebcb351
Revert "Wait a tick before checking for path subscriptions?"
...
This reverts commit d9cf7a73c6 .
2016-01-15 17:36:22 -05:00