Commit Graph

30767 Commits

Author SHA1 Message Date
Damien Guard
ec3d071177
⬆️ notifications 2017-01-09 20:31:46 -08:00
Damien Guard
5a558e1702
⬆️ notifications 2017-01-09 20:14:21 -08:00
Damien Guard
683074a2d8
Make stack trace readable in spec runner, fixes #13576 2017-01-09 19:33:16 -08:00
Damien Guard
3cf7859743
⬆️ settings-view 2017-01-09 19:22:31 -08:00
Max Brunsfeld
d6bddb4ce6 Avoid assertions about application.json in main process test
We can test the user-facing behavior by launching a second instance
of AtomApplication.

Refs #13564
2017-01-09 11:31:25 -08:00
Max Brunsfeld
6dd35ec9d5 Merge pull request #13564 from vovkasm/fix-12495
Save initial paths immediately on change
2017-01-09 11:29:32 -08:00
Nathan Sobo
fb7e25ece6 ⬆️ snippets 2017-01-09 12:08:27 -07:00
Nathan Sobo
c5ac436d68 Merge pull request #13575 from atom/ns-fix-built-in-resource-openers
Don't add pane items in built-in resource openers
2017-01-09 12:07:21 -07:00
Nathan Sobo
730c7c82a8 Don't add pane items in built-in resource openers
Calling `workspace.open` in an opener doesn't work properly with options
like `split: left` because it causes the opened item to be added to the
workspace as a side-effect. Since workspace openers are intended to be
used during the process of calling `workspace.open`, we need to use
`openTextFile`, which just creates an editor but does not attach it to
the workspace.
2017-01-09 10:57:31 -07:00
Nathan Sobo
3430040b8d ⬆️ welcome 2017-01-09 10:53:46 -07:00
Antonio Scandurra
dddd523b4e Revert "Merge pull request #13421 from philwyett-hemi/rpm_dev"
This reverts commit 86e34d96a9.
2017-01-09 15:55:49 +01:00
Antonio Scandurra
629656403c Merge pull request #13543 from atom/ns-upgrade-keymap
Upgrade atom-keymap to fix issues with multiple layouts on Linux
2017-01-09 14:42:50 +01:00
Ian Olsen
157e8e1c74 ⬆️ tabs@0.104.1 2017-01-07 18:38:50 -08:00
Ian Olsen
e9369ca6af ⬆️ tabs 2017-01-07 13:05:16 -08:00
Vladimir Timofeev
a7dda0e6f6 Refactor test code 2017-01-08 00:03:36 +03:00
Vladimir Timofeev
be57e4cd48 Additional check that storage/application.json exists 2017-01-07 23:58:28 +03:00
Vladimir Timofeev
4d5312fec5 Restore test behaviour to check content of storage/application.json 2017-01-07 23:52:29 +03:00
=
1fb066ad68 Really fix tests on windows
Path names with backslashes was not quoted.
2017-01-07 23:11:31 +03:00
Vladimir Timofeev
94f28a3877 Another try to fix tests on Windows.
Wait for ipc.
2017-01-07 14:10:24 +03:00
Vladimir Timofeev
4ba6919d4d Try fix tests on Windows.
Only count AtomApplication#saveState calls, not saved content.
2017-01-07 13:04:05 +03:00
Vladimir Timofeev
bc77a79e86 Add test to ensure the state saved when project folders changed. 2017-01-07 10:59:22 +03:00
Wliu
8ea115cfee ⬆️ language-xml@0.34.15 2017-01-06 17:26:18 -05:00
Vladimir Timofeev
a21841e5f3 Merge commit '1320ff28c39afd563820b30b43389ea38552e74c' into fix-12495 2017-01-07 01:19:50 +03:00
Ian Olsen
b6ecaf66de Merge pull request #13549 from atom/io-user-keymap-event
Add did-load-user-keymap event
2017-01-06 11:32:07 -08:00
Antonio Scandurra
63ad40a877 ⬆️ atom-keymap 2017-01-06 14:37:39 +01:00
Ian Olsen
d35a63aa6a Basic test for user keymap loaded event 2017-01-05 17:12:02 -08:00
Nathan Sobo
805536e728 ⬆️ atom-keymap 2017-01-05 14:48:53 -07:00
Ian Olsen
8d212b10d4 Add an event for after the user keymap has loaded. 2017-01-05 10:49:09 -08:00
Wliu
09ab7d6863 ⬆️ language-go@0.43.1 2017-01-05 13:05:18 -05:00
Wliu
0156f2cb33 ⬆️ language-xml@0.34.14 2017-01-05 13:04:37 -05:00
Max Brunsfeld
5a898b2ec4 Merge pull request #13545 from atom/mb-preserve-unresolved-paths
Don't convert paths to real paths when building text buffers
2017-01-04 16:38:37 -08:00
Max Brunsfeld
0006b0580d ⬆️ pathwatcher 2017-01-04 16:38:10 -08:00
Max Brunsfeld
f42e2794d3 ⬆️ tree-view 2017-01-04 16:07:02 -08:00
Max Brunsfeld
bc0dcf2458 ⬆️ markdown-preview 2017-01-04 15:58:39 -08:00
Max Brunsfeld
786be6a654 ⬆️ pathwatcher (prerelease) 2017-01-04 15:35:43 -08:00
Max Brunsfeld
ed5c1c1e15 Don't convert paths to real paths when building text buffers 2017-01-04 14:57:53 -08:00
Nathan Sobo
aa93643633 ⬆️ atom-keymap to fix issues w/ multiple layouts on Linux 2017-01-04 13:53:07 -07:00
Nathan Sobo
6fb78bdc97 Merge pull request #13539 from atom/ns-fix-cursor-blink-resume
Call debounced cursor blink resume callback any time the cursor moves
2017-01-04 11:19:13 -07:00
Nathan Sobo
3960a214e2 Call debounced cursor blink resume callback any time the cursor moves
Previously, we were only calling the debounced resume callback when the
cursor was already blinking, but this meant we didn't renew the debounce
window. This in turn meant we attempted to start blinking the cursor
again every 100ms regardless of cursor interactions, which was consuming
an extra frame and causing cursor movement to not feel smooth.
2017-01-04 10:41:04 -07:00
Lee Dohm
9db8fa382b
⬆️ tree-view@0.213.0 2017-01-03 19:32:13 -08:00
Max Brunsfeld
d9de1c19b0 Merge pull request #13523 from atom/mb-ns-mitigate-leaks
Reduce the impact of leaking Editor, Selection, & Cursor objects
2017-01-03 16:07:38 -08:00
Max Brunsfeld
7082e291c9 ⬆️ text-buffer 2017-01-03 16:07:23 -08:00
Max Brunsfeld
d1a52b6db8 Merge branch 'master' into mb-ns-mitigate-leaks 2017-01-03 15:33:56 -08:00
Max Brunsfeld
8277f69d45 ⬆️ find-and-replace, spell-check, whitespace 2017-01-03 15:32:01 -08:00
Max Brunsfeld
126f5380ba Emit editor destroyed event after releasing the editor's buffer 2017-01-03 15:18:01 -08:00
Max Brunsfeld
8eb8285e58 ⬆️ text-buffer (prerelease)
Signed-off-by: Nathan Sobo <nathan@github.com>
2017-01-03 14:00:57 -08:00
Max Brunsfeld
6f13159549 Don't throw exceptions when using editor APIs after destroying the editor
Signed-off-by: Nathan Sobo <nathan@github.com>
2017-01-03 14:00:50 -08:00
Wliu
c4ceb40f04 ⬆️ language-javascript@0.125.1 2017-01-02 15:46:22 -05:00
Max Brunsfeld
79e68b462d Avoid using torn-down properties in specs 2017-01-02 11:55:41 -08:00
Max Brunsfeld
a7f390d2b6 ⬆️ text-buffer (prerelease) 2017-01-02 11:35:47 -08:00