Daniel Hengeveld
e2a1337b84
Merge branch 'master' into dh-async-repo
2015-11-09 13:08:23 +01:00
Nathan Sobo
1fd2ba084c
Merge pull request #8232 from lpommers/move-lines-up-and-down-with-multiple-selections
...
Move lines up and down with multiple selections
2015-11-07 14:40:58 -07:00
joshaber
87da3579e8
Cite it.
2015-11-07 01:35:57 -05:00
joshaber
247d4d4785
Merge branch 'master' into dh-async-repo
2015-11-07 01:35:48 -05:00
joshaber
c076a047e4
Async harder.
2015-11-07 01:31:04 -05:00
joshaber
d5181361a0
Async/await a lot of things.
2015-11-06 21:39:23 -05:00
joshaber
009951e757
Get these tests going.
2015-11-06 14:18:59 -05:00
joshaber
a8da39b90c
Merge branch 'master' into dh-async-repo
2015-11-06 11:43:37 -05:00
Wliu
7db555c96b
✅ Fix core specs
2015-11-06 10:26:36 -05:00
Wliu
eafb6697ac
Revert "Fix core specs"
...
This reverts commit 7a4921fe48 .
2015-11-05 18:55:15 -05:00
Wliu
7a4921fe48
Fix core specs
2015-11-05 18:10:07 -05:00
abe33
a4c2c724d6
Merge branch 'master' of github.com:atom/atom into cn-move-lines-up-and-down-with-multiple-selections
2015-11-05 18:59:18 +01:00
Wliu
1bb944dadc
Add specs
2015-11-04 16:22:01 -05:00
abe33
849dd33e87
🎨 Place move lines test with auto indent with other move lines tests
2015-11-04 18:55:52 +01:00
abe33
6b2725077a
Merge back master
2015-11-04 18:26:27 +01:00
Dave Rael
7cd44dc729
Add portable mode for Linux
2015-11-03 18:03:05 -08:00
Kevin Sawicki
07696ffb4c
Use fs-plus instead of rimraf to delete
2015-11-03 17:01:26 -08:00
Kevin Sawicki
e24c48b8c5
🎨 Improve spec description
2015-11-03 17:01:26 -08:00
Kevin Sawicki
95eb71090f
Assert portableAtomHomePath does not exist
2015-11-03 17:01:25 -08:00
Kevin Sawicki
7c504d3692
Only run specs on Windows
2015-11-03 17:01:25 -08:00
Kevin Sawicki
6198647f29
🎨
2015-11-03 17:01:25 -08:00
Dave Rael
e3da370d82
Add command line parameter to set portable
...
If parameter included, home directory will be copied to the portable
2015-11-03 17:01:24 -08:00
Max Brunsfeld
e77edcdf42
🎨 Put subword movement specs under cursor and selection sections
2015-11-03 13:39:16 -08:00
Kevin Sawicki
de7cf162f9
Merge pull request #8442 from atom/portable-mode
...
Enable Portable Mode
2015-11-03 12:49:54 -08:00
Max Brunsfeld
803c38477f
Fix indentation in subword motion specs
2015-11-03 12:45:58 -08:00
Max Brunsfeld
a41d38e036
🎨 Tweak descriptions for moveLine{Up,Down} specs
2015-11-03 10:44:52 -08:00
Max Brunsfeld
3412251963
Merge pull request #9104 from joseramonc/master
...
autoindent lines with moveLineUp/moveLineDown
2015-11-03 10:41:29 -08:00
Antonio Scandurra
5d0ba5f182
Merge pull request #9318 from atom/as-compilation-cache
...
Introduce NativeCompileCache
2015-11-03 14:35:58 +01:00
Antonio Scandurra
6290822067
Export a function in windowInitializationScript
...
...so that we can pass BlobStore to AtomEnvironment
2015-11-03 09:51:08 +01:00
abe33
5d8ec8587e
🔥 Remove test focus
2015-11-03 00:51:01 +01:00
abe33
dacd08badf
🐛 Fix moving multiple selection with folds creates new folds
2015-11-03 00:48:22 +01:00
abe33
668a2dd6cf
🐛 Fix moving a multiple selection with a fold creating new folds
2015-11-02 23:43:43 +01:00
abe33
7e32dab68f
🎨 Fix tests descriptions
2015-11-02 23:37:56 +01:00
abe33
9d21c773c1
🐛 Fix moving single selection intersecting a fold
2015-11-02 21:46:02 +01:00
abe33
57556ffc42
Merge branch 'master' of github.com:atom/atom into cn-move-lines-up-and-down-with-multiple-selections
2015-11-02 18:39:04 +01:00
Nathan Sobo
152a479909
Merge pull request #9024
2015-11-02 11:26:21 -06:00
Antonio Scandurra
6decf222a3
🐛 Fix incorrectly reported width when measuring lines
...
This commit fixes what seems to be a bug in Chromium.
When measuring lines (and with a special character sequence), it could happen
that Range(0, 0). getBoundingClientRect().width reports a number greater than 0.
This seems to happen when the font size is smaller than 12px and it's probably
due to subpixel font scaling. To solve it we've explicitly included a guard
clause that prevents this problem to happen.
2015-11-01 19:23:09 +01:00
Daniel Hengeveld
9081a891e6
add status-changed on reload spec
2015-10-30 20:19:12 +01:00
Daniel Hengeveld
41d3d7a0c0
Start adding the troublesome buffer-events first
2015-10-30 19:11:28 +01:00
Antonio Scandurra
abcfc8579b
Rename to FileSystemBlobStore
2015-10-30 18:42:38 +01:00
Daniel Hengeveld
500e77dbd9
Start async spec over in JS
2015-10-30 17:37:53 +01:00
Daniel Hengeveld
dcef6b301f
Formatting
2015-10-30 15:41:19 +01:00
Daniel Hengeveld
454d6a5370
🔥 errant log
2015-10-30 15:32:52 +01:00
Daniel Hengeveld
64514fad7e
Nest waitsFors to avoid jasmine 1.3 async queue flakiness, cc
...
@nathansobo
2015-10-30 15:29:34 +01:00
Antonio Scandurra
f13e516417
Invalidate cache when it is rejected by v8
2015-10-30 12:45:15 +01:00
Antonio Scandurra
71b6871d3b
🐎 Make IO faster for v8 compile cache
2015-10-30 10:14:14 +01:00
Antonio Scandurra
a1faa803a0
Make specs comply to the new cache storage contract
2015-10-30 10:14:14 +01:00
Antonio Scandurra
c684273ecf
Introduce NativeCompileCache
2015-10-30 10:14:14 +01:00
Daniel Hengeveld
0eadc8cdc4
Merge remote-tracking branch 'remotes/origin/master' into dh-async-repo
2015-10-28 11:58:42 +01:00
Kevin Sawicki
02fe2cf618
🎨
2015-10-27 11:45:35 -06:00