Katrina Uychaco
6add9ce9e4
isItemPending(item) ➡️ getPendingItem()
2016-02-25 17:25:39 -08:00
Katrina Uychaco
3848da4488
💄 and 📝 for pending API
2016-02-25 17:21:01 -08:00
Katrina Uychaco
1c65d0e5e4
Changed Pane and TextEditor specs to match new pending behavior
2016-02-25 16:48:16 -08:00
Katrina Uychaco
b637366a58
Workspace#setItemNotPending ➡️ Item#onDidTerminatePendingState
...
Signed-off-by: Michelle Tilley <binarymuse@github.com>
2016-02-25 16:09:40 -08:00
Michelle Tilley
d0ffbca845
💄 and 📝 for pending state
2016-02-25 10:49:11 -08:00
Katrina Uychaco
a487110521
Refactor pending state to live in pane instead of items
...
* New public API `workspace.setItemNotPending` that
packages can use to set an item to set an item to not pending
(e.g. when the user interacts with the item)
* Pending state for newly opened items with `{pending: true}`
is now tracked by `Pane` instead of the item, and packages like
`tabs` that query this information now get it from the Pane.
2016-02-24 18:30:09 -08:00
Katrina Uychaco
606dc0299c
⬆️ tree-view
2016-02-22 11:11:54 -08:00
Josh Abernathy
76c1adcadb
Merge pull request #10926 from atom/fix-case-sensitive-path-relativization
...
Fix case-preserving path relativization
2016-02-22 12:49:03 -05:00
Max Brunsfeld
fa08fba60e
Merge pull request #10927 from atom/mb-electron-36.8
...
Upgrade electron to fix command-backtick bug
2016-02-22 09:30:40 -08:00
Max Brunsfeld
1a7f0abbfc
⬆️ electron to fix command-backtick bug
2016-02-22 09:02:19 -08:00
joshaber
8df13c5849
Standardize the path before copying it.
2016-02-22 11:54:05 -05:00
joshaber
01751c038a
Ensure we're treating it as case insensitive.
2016-02-22 11:53:38 -05:00
joshaber
cfa7f99b01
Preserve case as long as we can.
2016-02-22 11:19:54 -05:00
joshaber
04cab58c56
Failing test.
2016-02-22 11:18:54 -05:00
Antonio Scandurra
e39d200a77
⬆️ autocomplete-plus
2016-02-21 12:21:27 +01:00
Lee Dohm
b311707fc0
Merge pull request #10898 from atom/wl-pane-notifications
...
Pass the notification manager when splitting panes
2016-02-19 12:50:40 -08:00
Lee Dohm
59f261324e
⬆️ spell-check@0.67.0
2016-02-19 10:41:39 -08:00
Daniel Hengeveld
55a3dad085
Merge pull request #10901 from atom/dh-remove-roadmap
...
remove Open Roadmap menu item, fixes #10884
2016-02-19 15:56:55 +01:00
Daniel Hengeveld
7b83db160f
remove Open Roadmap menu item, fixes #10884
2016-02-19 12:37:17 +01:00
Antonio Scandurra
f834ba21d3
⬆️ status-bar
2016-02-19 10:05:13 +01:00
Antonio Scandurra
e06e708f3b
⬆️ bracket-matcher
2016-02-19 10:03:43 +01:00
Lee Dohm
4d8ec993aa
⬆️ language-gfm@0.85.0
2016-02-18 20:57:18 -08:00
Wliu
43dc50f907
Pass the notification manager when splitting panes
...
Fixes #9587
2016-02-18 22:32:00 -05:00
Max Brunsfeld
2bd6c54b43
Merge pull request #10895 from atom/mb-fix-specs
...
Fix some spec issues
2016-02-18 15:36:59 -08:00
Max Brunsfeld
2e7101e5eb
Don't display an editor window in atom-environment-spec
2016-02-18 15:11:26 -08:00
Max Brunsfeld
aabaf1c2ba
Use a temporary storage directory when running specs
2016-02-18 15:10:43 -08:00
Max Brunsfeld
8a24364e80
Import fit
in text-editor-component-spec
...
So that you can focus a test while keeping it async
2016-02-18 15:10:16 -08:00
Max Brunsfeld
dec328dab7
Remove stray console.log in spec
2016-02-18 15:09:22 -08:00
Katrina Uychaco
bbd425b6af
Merge pull request #10878 from atom/ku-allow-pasting-white-space
...
Allow pasting white space when `autoIndentOnPaste` is enabled
2016-02-18 13:57:06 -08:00
Max Brunsfeld
fe1e9d5b10
Fix error in specs
2016-02-18 13:11:26 -08:00
Katrina Uychaco
746afb98ad
Add spec for inserting white-space-only lines
2016-02-18 12:04:08 -08:00
Lee Dohm
e060ccbca7
Merge pull request #10870 from atom/ld-templates
...
Add Issue template and extra version info
2016-02-18 12:02:35 -08:00
Ben Ogle
92bcd50a3c
⬆️ welcome
2016-02-18 11:42:59 -08:00
Lee Dohm
f4c48b0977
Add 'behavior' to make the fields clearer
2016-02-18 10:57:11 -08:00
Max Brunsfeld
300362163d
Merge pull request #10888 from atom/mb-fix-package-deserializers
...
Load packages before deserializing state
2016-02-18 10:27:04 -08:00
Antonio Scandurra
3d17b4fa21
Merge pull request #10885 from atom/as-faster-get-regex-for-property
...
Cache regexes in LanguageMode.prototype.getRegexForProperty
2016-02-18 18:58:04 +01:00
Max Brunsfeld
43656a9861
Load packages before deserializing state
2016-02-18 09:17:34 -08:00
Wliu
e21e83b9e2
Merge pull request #10886 from daxlab/master
...
📝 change atom build directory to current one [ci skip]
2016-02-18 10:56:24 -05:00
Mandeep Singh
1089647a0c
📝 change atom build directory to current one [ci skip]
2016-02-18 21:18:47 +05:30
Josh Abernathy
35fad903eb
Merge pull request #10843 from atom/async-git-bumps
...
Bump packages to use async git
2016-02-18 10:23:37 -05:00
joshaber
95cdbde1ec
Merge branch 'master' into async-git-bumps
2016-02-18 09:40:43 -05:00
joshaber
2fa41d1783
⬆️ fuzzy-finder@1.0.1
2016-02-18 09:40:41 -05:00
Antonio Scandurra
3d953632e6
Merge pull request #10861 from atom/as-update-foldable-status
...
Compute line foldability lazily
2016-02-18 15:26:44 +01:00
Antonio Scandurra
d6132888fa
💚 Attempt to fix specs
2016-02-18 14:18:27 +01:00
Antonio Scandurra
60b9cf1270
🐎 Cache regexes in getRegexForProperty
2016-02-18 14:13:20 +01:00
Katrina Uychaco
0088053de4
Allow pasting white space when autoIndentOnPaste
is enabled
2016-02-17 20:35:06 -08:00
Damien Guard
3834066c75
Merge pull request #10874 from damieng/windows-path-friendly-clean
...
Avoid Windows 260-character path limits in script\clean
2016-02-17 18:55:22 -08:00
Lee Dohm
e8966ad4c6
Add missing period
2016-02-17 17:29:52 -08:00
Max Brunsfeld
eb972ea705
Merge pull request #10863 from atom/as-faster-selections-sort
...
Compare markers instead of ranges in Selection
2016-02-17 16:51:49 -08:00
Lee Dohm
cfe63f8be2
Flow -> Prerequisites
2016-02-17 16:21:21 -08:00