Nathan Sobo
d4818244f3
Merge pull request #9476 from atom/ns-fix-dev-mode
...
Always set devMode to true for spec windows
2015-11-09 14:57:17 -07:00
Kevin Sawicki
589d489eb9
Retain role field from menu items config
2015-11-09 12:30:29 -08:00
Nathan Sobo
d46cea9c41
Disable throttling in test windows via WebAudio hack
...
Throttling in test windows is annoying when tests run interactively,
and *seems* to cause issues with animation frames not firing even in
headless tests, though it’s difficult to fully confirm since this issue
is intermittent.
2015-11-07 16:01:20 -07: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
Wliu
232f54ed84
🔥 subpixel-font-scaling
...
This option was removed in Electron v0.33.9
2015-11-07 10:41:03 -05:00
Nathan Sobo
a8ceaa80f1
Always set devMode to true for spec windows
2015-11-06 16:01:21 -07:00
Antonio Scandurra
7d97241f35
🎨
2015-11-06 17:41:00 +01:00
Antonio Scandurra
dd10216943
🐎 Make LanguageMode::unfoldAll faster
2015-11-06 13:16:09 +01:00
abe33
5b192ea295
🎨 Fix typo in moveLineUp comment
2015-11-05 20:36:22 +01: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
Wliu
5f8b2b643b
Include package name metadata when creating errors
2015-11-04 16:00:57 -05:00
abe33
80553028c1
🐛 Fix top of a wrapped line not visible when moving it up
2015-11-04 19:14:44 +01:00
abe33
aa7f87bd62
🐛 Fix auto indent no longer applied when moving lines
2015-11-04 18:56:13 +01:00
abe33
6b2725077a
Merge back master
2015-11-04 18:26:27 +01:00
Kevin Sawicki
8dee7e6a65
🎨
2015-11-03 18:03:49 -08:00
Dave Rael
7cd44dc729
Add portable mode for Linux
2015-11-03 18:03:05 -08:00
Kevin Sawicki
afbb716a7a
Mention .atom is a folder
2015-11-03 17:01:26 -08:00
Kevin Sawicki
a6c1ab0990
Remove : from error message
2015-11-03 17:01:26 -08:00
Kevin Sawicki
9ca94affc0
Mention conditional copying of .atom
2015-11-03 17:01:25 -08:00
Kevin Sawicki
97c19199c3
--set-portable -> --portable
2015-11-03 17:01:25 -08:00
Kevin Sawicki
0e9562de5d
Log copy error message and stack separately
2015-11-03 17:01:25 -08:00
Kevin Sawicki
85a1471138
Improve copy portable error message
2015-11-03 17:01:25 -08:00
Kevin Sawicki
5d8edcd8ef
Catch error copying portable folder
2015-11-03 17:01:25 -08:00
Kevin Sawicki
02f508720b
Only use long option for set portable
2015-11-03 17:01:25 -08:00
Kevin Sawicki
d162eec601
🎨
2015-11-03 17:01:24 -08:00
Dave Rael
a95e582907
Restore passing of args lost in merge
...
to get command line parameter for setting portable mode into the atom home
interrogation
2015-11-03 17:01:24 -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
Kevin Sawicki
da0b177aa2
Assign args
2015-11-03 15:22:44 -08:00
Kevin Sawicki
2a7dc6c8de
Revert parseCommandLine movement
2015-11-03 15:22:15 -08:00
Kevin Sawicki
77f9e9e5c5
Don't pull atomHome from settings, use env var only
2015-11-03 15:20:59 -08:00
Kevin Sawicki
999bf8911e
Set atomHome on load settings from env var
2015-11-03 14:29:44 -08:00
Dave Rael
3009d3e7d5
Add missing atomHome references
...
to make sure Linux execution is correctly getting the right home in all windows
2015-11-03 14:10:55 -08:00
Dave Rael
5d5d83d474
Remove duplication of locating Atom Home
2015-11-03 14:10:37 -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
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
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
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
9d21c773c1
🐛 Fix moving single selection intersecting a fold
2015-11-02 21:46:02 +01:00
Antonio Scandurra
e1087acf9e
Save BlobStore only when unloading editor window
2015-11-02 19:49:14 +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
a8b5bb243f
Save BlobStore only in the first window
2015-11-02 10:53:04 +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
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