Commit Graph

26259 Commits

Author SHA1 Message Date
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
Daniel Hengeveld
4f06509fde Destroy async repo from sync repo 2015-11-03 16:39:26 +01:00
Daniel Hengeveld
47edd1b984 Use async’s destroy callback in repo provider. 2015-11-03 16:39:01 +01:00
Daniel Hengeveld
da0b129c83 Add standardjs config to package.json 2015-11-03 16:36:24 +01:00
Wliu
05f6ba803e ⬆️ language-css@0.35.0 2015-11-03 10:12:40 -05: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
b5226ad420 🎨 2015-11-03 09:55:29 +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
Max Brunsfeld
fa6c524f0d ⬆️ find-and-replace 2015-11-02 17:20:33 -08:00
Antonio Scandurra
e1087acf9e Save BlobStore only when unloading editor window 2015-11-02 19:49:14 +01:00
Nathan Sobo
0dba46c5a3 ⬆️ tree-view 2015-11-02 12:20:10 -06:00
Antonio Scandurra
357b6c6a01 Merge branch 'beta' 2015-11-02 18:51:34 +01:00
Antonio Scandurra
7aa913f4ae 1.2.0-beta1 v1.2.0-beta1 2015-11-02 18:48:30 +01:00
Antonio Scandurra
8f44bb1d4f ⬆️ tabs 2015-11-02 18:47:41 +01:00
Antonio Scandurra
9c81e87e84 🐛 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-02 18:47:29 +01:00
Antonio Scandurra
6205b73016 ⬆️ tabs 2015-11-02 18:42:04 +01:00
Nathan Sobo
152a479909 Merge pull request #9024 2015-11-02 11:26:21 -06:00
Nathan Sobo
252aed00d2 Merge pull request #9383 from atom/as-bad-positioning
Fix incorrectly reported width when measuring lines
2015-11-02 11:04:45 -06:00
Daniel Hengeveld
0c965f9439 Flesh out ::destroy() 2015-11-02 12:59:50 +01:00
Antonio Scandurra
a8b5bb243f Save BlobStore only in the first window 2015-11-02 10:53:04 +01:00
Wliu
72a1c74526 ⬆️ language-sass@0.42.1 2015-11-01 19:29:42 -05:00
Wliu
19123e3f3a ⬆️ language-java@0.16.1 2015-11-01 19:29:25 -05:00
Ivan Žužak
73218a8b00 ⬆️ apm 2015-11-01 19:50:00 +01: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
887864a98b 📝 2015-10-30 19:10:26 +01:00
Antonio Scandurra
27a6f36738 Remove references to cache 2015-10-30 18:49:06 +01:00
Antonio Scandurra
abcfc8579b Rename to FileSystemBlobStore 2015-10-30 18:42:38 +01:00
Antonio Scandurra
f8c2c912e3 Hello, ES6 2015-10-30 18:33:28 +01:00
Daniel Hengeveld
500e77dbd9 Start async spec over in JS 2015-10-30 17:37:53 +01:00
Daniel Hengeveld
13d51c54bb fix subscribeToBuffer method
I ported this from coffee incorrectly.
2015-10-30 15:55:15 +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
72639e5393 🎨 Satisfy linter requirements 2015-10-30 11:36:58 +01:00
Antonio Scandurra
e384a33665 ⬆️ cached-run-in-this-context 2015-10-30 10:53:29 +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
Max Brunsfeld
69dfdd0745 Merge branch 'beta'
Conflicts:
	package.json
2015-10-29 14:35:40 -07:00
Max Brunsfeld
94b98bb716 Include version param in remoteReleases URL 2015-10-29 14:35:10 -07:00
Max Brunsfeld
31c5a2e7d6 1.3.0-dev 2015-10-29 11:00:42 -07:00
Max Brunsfeld
2ec1b18bef 1.2.0-beta0 v1.2.0-beta0 2015-10-29 11:00:42 -07:00
Thomas Johansen
9d36fafc41 ⬆️ tree-view@0.195.0 2015-10-29 08:41:03 +01:00
Wliu
ad2dbcab2c ⬆️ language-javascript@0.98.0 2015-10-28 19:16:49 -04:00
Max Brunsfeld
8df03ec0af Fixup railcar script
Signed-off-by: Nathan Sobo <nathan@github.com>
2015-10-28 16:03:28 -07:00