Nathan Sobo
21de77b739
Merge pull request #12346 from atom/ns-fix-repository-status-updates
...
Avoid passing paths outside of repository to git status subprocesses
2016-08-06 08:30:46 -06:00
Nathan Sobo
cd8e4eb43e
Avoid passing paths outside of repository to status subprocess
2016-08-06 07:00:24 -06:00
Nathan Sobo
6c6cb66e5b
Rename git-spec to git-repository-spec to match class name
2016-08-06 06:34:38 -06:00
Yuya Tanaka
1ce2f6ce87
🐛 Fix window size is not updated on resize
2016-08-05 11:56:01 +09:00
Max Brunsfeld
6bbe60ab71
Add test for handling of null env load setting
2016-08-04 16:01:58 -07:00
Max Brunsfeld
0beb4bec42
Merge branch 'master' into ns-fix-decorated-layer-destruction
2016-08-04 13:30:59 -07:00
Max Brunsfeld
74f8890592
⬆️ text-buffer for marker layer destruction fixes
2016-08-04 12:37:51 -07:00
Max Brunsfeld
4634091e9b
Don't update the NODE_PATH when updating the environment on launch
...
Signed-off-by: Nathan Sobo <nathan@github.com >
2016-08-03 15:50:21 -07:00
Max Brunsfeld
368b677420
Merge pull request #12276 from pbiggar/master
...
Add ability to see passed specs via tooltips
2016-08-03 09:35:31 -07:00
Paul Biggar
0f8eb5c1ba
Add ability to see passed specs via tooltips
...
It's not currently possible to see what specs pass. This adds the
description of the spec, as well as all it's parent suites, to a
tooltip so you can see what's passing and failing on mouseover.
2016-08-02 17:40:26 -07:00
Max Brunsfeld
a56db9a03e
Merge pull request #12297 from atom/mb-pass-missing-softwrap-hanging-indent-param
...
Supply missing softWrapHangingIndent parameter to display layer
2016-08-02 17:02:59 -07:00
Max Brunsfeld
43f34f73da
Supply missing softWrapHangingIndent parameter to display layer
2016-08-02 16:20:23 -07:00
Nathan Sobo
46b59906e0
Add on method to fake browser window in tests
2016-08-02 17:12:04 -06:00
Nathan Sobo
c029151322
Test that updateWindowSheetOffset can be called
...
Testing the wiring to themes isn't worth it, but this at least makes sure we don't break if Electron APIs change.
2016-08-02 16:16:27 -06:00
Nathan Sobo
1e81f0ca1c
Test onDidChangeActivePaneItem observation in title-bar-spec
2016-08-02 16:08:25 -06:00
Nathan Sobo
0c83d9741f
Don’t implement title bar via custom elements
2016-08-02 15:56:45 -06:00
Nathan Sobo
0240206d93
Merge branch 'master' into brumm-master
2016-08-02 15:39:57 -06:00
Max Brunsfeld
c7b7eace22
Merge pull request #12292 from atom/mb-fix-incompatible-module-error
...
Fix exception when package requires an incompatible native module
2016-08-02 13:58:28 -07:00
Max Brunsfeld
9a72c7e65e
Fix exception when package requires an incompatible native module
2016-08-02 12:14:00 -07:00
Nathan Sobo
2b5f1bda46
Always seek to specified position in TokenizedBufferIterator
...
Fixes #10350
Signed-off-by: Antonio Scandurra <as-cii@github.com >
2016-08-02 12:19:45 -06:00
Antonio Scandurra
6d4102a098
Delete random-editor-spec.coffee
...
We are already extensively testing the same specs on text-buffer.
2016-07-29 17:15:06 +02:00
Antonio Scandurra
fd94acc2e8
Delete RowMap and its specs
...
After transitioning to `DisplayLayer` we don't need this object anymore.
2016-07-29 17:12:44 +02:00
Damien Guard
177c48dd11
Merge pull request #12123 from atom/windows-system-settings
...
Windows shell integration system settings
2016-07-19 17:23:02 -07:00
Damien Guard
23dfa392c9
Fix up Squirrel specs
2016-07-18 22:56:02 -07:00
Max Brunsfeld
58e7892492
Remove GitRepositoryAsync
...
Signed-off-by: Nathan Sobo <nathan@github.com >
2016-07-13 14:03:29 -07:00
Max Brunsfeld
7b11c31e07
Remove synchronous GitRepository's dependency on GitRepositoryAsync
...
Signed-off-by: Nathan Sobo <nathan@github.com >
2016-07-13 14:02:05 -07:00
Damien Guard
5a8ced324e
Fixup Squirrel installer spec tests
2016-07-12 18:11:59 -07:00
Philipp Brumm
a9d554f1c4
remove leftover console.log
2016-07-06 14:22:17 +02:00
Philipp Brumm
4a61bef6fe
add a test
2016-07-02 12:28:14 +02:00
Antonio Scandurra
a5fdf3e18a
Merge pull request #12008 from atom/as-ns-recreate-destroyed-repo
...
Recreate Repository if the same project is added after being removed
2016-06-21 11:40:49 +02:00
Antonio Scandurra
95932081b2
Recreate repository if the same project is added after being removed
...
:pear:ed with @nathansobo.
2016-06-20 17:06:50 +02:00
Leo Lamprecht
0ceacf5c13
OSX -> macOS
2016-06-20 11:29:10 +02:00
Leonard Lamprecht
3a1ad3fd40
Replace OS X and Mac OS with macOS
2016-06-18 15:33:08 +02:00
simurai
4c6899a1e1
Merge branch 'master' of https://github.com/atom/atom into sm-spec-suite
2016-06-18 15:29:59 +09:00
Antonio Scandurra
5391907c49
Merge pull request #11998 from atom/as-fix-janky-specs
...
Don't test CSON.readFileSync behavior twice (here and in atom/season)
2016-06-18 00:17:19 +02:00
Antonio Scandurra
bdce8d15ab
Rely on CSON.readFileSync to test caching behavior
2016-06-17 11:04:08 +02:00
Nathan Sobo
8a3d5f8534
Use preferred line length as a *maximum* for soft wrapping
...
...if the softWrapAtPreferredLineLength config setting is enabled.
2016-06-16 08:42:30 -06:00
simurai
b1f0cbb134
Make Spec Suite less flickery
2016-06-11 10:46:10 +09:00
Damien Guard
43afb668c7
🎨 Remove fat-arrow Coffeescript linter warning
2016-06-07 17:20:09 -07:00
Wliu
c6d431bdf1
Merge branch 'master' into wl-update-language-javascript
2016-06-03 21:53:46 +00:00
Antonio Scandurra
2fb757791b
Allow atom-pane to be shrunk independently of its contents' width
2016-05-30 14:49:29 +02:00
Antonio Scandurra
6c34844956
🐛 Don't try to recover the same file twice
2016-05-26 11:27:56 +02:00
Antonio Scandurra
49a603a873
Show also a message box when recovery is not successful
2016-05-25 15:54:39 +02:00
Antonio Scandurra
c2b01d54b8
Make coupling looser between the recovery service and the windows
2016-05-25 15:46:37 +02:00
Antonio Scandurra
1a7858c9f1
Log a more informative message when cannot recover a file
2016-05-25 15:15:53 +02:00
Antonio Scandurra
3ce7d0a974
Merge branch 'master' into as-file-recovery-service
2016-05-25 14:04:16 +02:00
Antonio Scandurra
c8fae110e7
Handle recovery when many windows save the same file simultaneously
2016-05-25 14:01:36 +02:00
Antonio Scandurra
3b4c1015cc
Forget window when it gets closed
2016-05-25 11:54:09 +02:00
Antonio Scandurra
5e3f343e41
Merge branch 'master' into as-main-process-test-runner
2016-05-25 11:03:10 +02:00
Antonio Scandurra
df0b3dedd7
browser -> main-process
2016-05-25 11:02:29 +02:00