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
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
Wliu
1bb944dadc
Add specs
2015-11-04 16:22:01 -05: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
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
Nathan Sobo
d2fdc414e7
Merge pull request #8919 from bencolon/workspace_vertical_splits
...
Add top/bottom split options when opening uri in a workspace
2015-10-22 14:13:42 -06:00
Ben Colon
1b0d72b232
Add up/down split options when opening uri in a workspace
2015-10-22 17:03:10 +02:00
Nathan Sobo
bd199545c0
In PaneContainer.prototype.saveAll, only save modified items
2015-10-21 20:22:20 -06:00
Max Brunsfeld
8a6915e7a6
Pass application delegate to PaneElement
2015-10-21 10:57:56 -07:00
Daniel Hengeveld
11ccb980fe
use deserialize api right
2015-10-21 17:53:24 +02:00
Daniel Hengeveld
9f0def76f5
Project.serialize is now Project::serialize
...
- cf 26f0ef5424
2015-10-21 17:39:36 +02:00
Daniel Hengeveld
226c1dd6a7
Merge remote-tracking branch 'remotes/origin/master' into dh-async-repo
2015-10-21 14:52:36 +02:00
Dave Rael
e0697ecc7f
Merge branch 'master' into portable-mode
...
Conflicts:
src/atom-environment.coffee
2015-10-20 20:58:14 -06:00
Daniel Hengeveld
b359049b9d
Fix confirm dialog spec
2015-10-20 18:05:54 +02:00
Daniel Hengeveld
bea002bddb
Incomplete implementation of checkoutHeadForEditor
2015-10-20 18:02:47 +02:00
Daniel Hengeveld
4c0c732766
Get path status after checkout
2015-10-20 17:03:08 +02:00
Daniel Hengeveld
8ff31bd3dc
Remove no longer relevant comment
2015-10-20 16:53:32 +02:00
Daniel Hengeveld
95b3ac806f
un-nest waitsForPromise
2015-10-20 16:42:20 +02:00
Daniel Hengeveld
fbd0c3677c
Fix up deserialize specs
2015-10-20 16:40:11 +02:00
Daniel Hengeveld
2ff283a6b0
Async buffer events
2015-10-20 16:01:35 +02:00
Daniel Hengeveld
60180677a2
add .async attribute to GitRepository
2015-10-20 14:03:19 +02:00