Lee Dohm
5fc111a104
📝 Add standard global notation
2016-03-26 15:50:07 -07:00
joshaber
fdebbf12ac
If we're been destroyed then we won't have an async anymore.
2016-03-25 17:14:09 -04:00
joshaber
8ee1c3274b
Always update the cached status path.
2016-03-25 17:13:06 -04:00
joshaber
81d7912b23
Merge branch 'master' into less-disk-io
2016-03-25 15:41:07 -04:00
joshaber
6b26863012
Revert "Fix the specs."
...
This reverts commit 39dcd59994
.
2016-03-25 15:41:05 -04:00
joshaber
3db54ebdef
Merge branch 'master' into remove-old-git-status
2016-03-25 15:36:53 -04:00
joshaber
fff1e8f3d1
Cache the results of calling getPathStatus so we're consistent across calls.
2016-03-25 15:36:44 -04:00
joshaber
f001c83263
Bring back some synchronous event emitting.
...
Preserve the previous behavior of emitting synchronously with observed
change.
2016-03-25 15:26:18 -04:00
joshaber
380df72808
All emissions will propagate out from the async layer.
2016-03-25 15:15:24 -04:00
joshaber
c9ff5db064
Don't update status anymore in the sync layer.
2016-03-25 15:15:10 -04:00
joshaber
4ecc6aac90
Grab the branch from the async layer.
2016-03-25 15:14:32 -04:00
joshaber
3aae2054f7
Grab status from the underlying async layer.
2016-03-25 15:14:12 -04:00
joshaber
2f58c40472
Pass subscriptions through to the async layer.
2016-03-25 15:12:06 -04:00
Nathan Sobo
1548ceff4a
⬆️ text-buffer
2016-03-25 12:57:47 -06:00
joshaber
952f4aae0e
Revert "Skip the first reload event."
...
This reverts commit 7294b95b70
.
2016-03-25 14:33:43 -04:00
joshaber
39dcd59994
Fix the specs.
2016-03-25 13:36:38 -04:00
joshaber
aee053dc10
Whoops. Bring back pathIsIgnored.
2016-03-25 12:46:49 -04:00
Antonio Scandurra
f9fb93f214
🎨
2016-03-25 16:37:01 +01:00
joshaber
b2b8370166
Merge branch 'master' into less-disk-io
2016-03-25 10:49:26 -04:00
joshaber
7294b95b70
Skip the first reload event.
2016-03-25 10:49:22 -04:00
joshaber
694d288e16
Cache the workdir and path.
2016-03-25 10:31:13 -04:00
Antonio Scandurra
c609f6c967
Destroy DisplayLayer
upon DisplayBuffer
destruction
2016-03-25 10:53:02 +01:00
Antonio Scandurra
0a634a5870
💚 Fix more tests using tokenizedLineForScreenRow
2016-03-25 10:49:32 +01:00
Antonio Scandurra
27aad42644
Handle tab length retokenization in DisplayLayer
...
We still want to keep the tab length in TokenizedBuffer, because we need
it to understand if a certain buffer row is foldable or not (due to the
indent level)
2016-03-25 10:33:12 +01:00
Thomas Johansen
3661b9a13e
Merge pull request #11271 from mhw/patch-1
...
Fix typo in error message.
2016-03-25 09:29:25 +01:00
Thomas Johansen
5a1d04ef9b
Merge pull request #11265 from ardhipoetra/master
...
Fix link in ISSUE_TEMPLATE
2016-03-25 09:28:36 +01:00
Mark H. Wilkinson
e0f41d1af4
Fix typo in error message.
2016-03-25 00:05:10 +00:00
Lee Dohm
2016d0b613
⬆️ snippets@1.0.2
2016-03-24 12:36:16 -07:00
ardhipoetra
1cb8963402
fix link in ISSUE_TEMPLATE
2016-03-24 18:03:07 +01:00
Antonio Scandurra
e6cb5c8e89
🐛 Guard against unexisting screen rows
2016-03-24 15:57:24 +01:00
Antonio Scandurra
87489d4b0b
Fix TextEditor cutToEndOfLine() test
...
…which was failing due to the different soft-wrapping rules.
2016-03-24 14:15:06 +01:00
Antonio Scandurra
4136e27d44
Fix TextEditor backspace() and delete() specs
2016-03-24 13:58:58 +01:00
Antonio Scandurra
a8d6a0036d
✨ Don’t unfold buffer rows when editing
2016-03-24 13:40:24 +01:00
Damien Guard
8b8e81efce
Merge pull request #10862 from PaulAik/master
...
Fix for Default Directory Provider incorrectly identifying file paths as URLs on Windows
2016-03-23 15:45:15 -07:00
Wliu
53684f665f
⬆️ language-yaml@0.25.2
2016-03-23 16:19:03 -04:00
Wliu
986822aef6
⬆️ language-shellscript@0.21.1
2016-03-23 16:14:18 -04:00
Antonio Scandurra
41272dc9ed
Merge pull request #11240 from atom/as-accurate-block-decoration-measurements
...
More accurate block decoration measurements
2016-03-23 17:23:18 +01:00
Antonio Scandurra
6acbbb3a5c
Improve DisplayLayer management
2016-03-23 17:20:08 +01:00
Antonio Scandurra
21831a4e43
🐛 Fix inaccurate logic in moveLineDown
...
Instead of deleting and then inserting, it’s better to do the opposite
so that we don’t have to translate points at all.
2016-03-23 16:16:51 +01:00
Antonio Scandurra
cbb911cde8
💚
2016-03-23 13:44:17 +01:00
Antonio Scandurra
f69c5bdee4
Oops.
2016-03-23 12:11:27 +01:00
Antonio Scandurra
25a4c4c293
Clear StorageFolder when --clear-window-state is supplied
2016-03-23 10:53:37 +01:00
Antonio Scandurra
80146ae631
Assign the supplied configDirPath to an instance variable
2016-03-23 10:52:34 +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
simurai
fc564873c2
⬆️ one-dark/light-ui@v1.3.0
2016-03-23 13:43:42 +09:00
Nathan Sobo
d6933af487
⬆️ text-buffer
2016-03-22 14:38:04 -06:00
Antonio Scandurra
3d9835bbbd
💚 WIP: Continue fixing TextEditor specs
2016-03-22 16:05:38 +01:00
Antonio Scandurra
756db7588b
Return an invalidated range only when TokenizedBuffer has one
2016-03-22 14:59:26 +01:00
Antonio Scandurra
9abc547bfb
Copy also DisplayLayer
2016-03-22 14:56:22 +01:00
Antonio Scandurra
326f2c6a9e
Add TextEditor.prototype.tokensForScreenRow
for testing purposes
2016-03-22 14:49:42 +01:00