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
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
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
Kevin Sawicki
02fe2cf618
🎨
2015-10-27 11:45:35 -06:00
Dave Rael
b1d10ef4dc
Revert moving parse of command line
...
to the first line of start function because the move is not necessary
without having the code for using a command line parameter to set Atom to
portable mode. This belongs on that branch and in that pull request.
2015-10-22 09:01:56 -06:00
Dave Rael
8acb2af055
Remove unused parameter
...
to keep the code clean and readable
2015-10-22 08:58:39 -06:00
Dave Rael
35345893fc
Fix function name to be consistent with convention
2015-10-22 08:49:08 -06:00
Ben Ogle
f679c4319c
Merge branch 'beta'
2015-10-21 17:03:31 -07:00
Max Brunsfeld
3ba9fafbc5
Merge pull request #9218 from atom/mb-fix-dev-mode-new-window
...
Don't try to reuse existing normal windows as dev mode windows
2015-10-21 13:46:15 -07:00
Dave Rael
810f0e4583
Fix merge problem and missing function call
...
Merge resulted in a missing require and change to remove unused function
parameters resulted in not calling function
2015-10-21 09:47:33 -06:00
Dave Rael
e93b013059
Remove unused function parameter
...
for setupAtomHome function no longer needing args
2015-10-21 04:40:05 -06:00
Dave Rael
e0697ecc7f
Merge branch 'master' into portable-mode
...
Conflicts:
src/atom-environment.coffee
2015-10-20 20:58:14 -06:00
Nathan Sobo
33839d1f0e
Pass current options to loadState
2015-10-20 19:52:42 -06:00
Dave Rael
6d4105ac97
Escape characters is portable path not writable
...
warning to resolve missing backslash and other potential problems
resulting from the markdown-parsed nature of the display of notifications.
2015-10-20 07:09:58 -06:00
Max Brunsfeld
3535525ad9
Don't try to reuse existing normal windows as dev mode windows
2015-10-19 13:43:40 -07:00
Nathan Sobo
abee4c1db4
Default devMode to true ASAP if running Atom in test mode
...
Previously, we ran the window in devMode, but didn’t set devMode to true
early enough to compute the correct resource path. This caused errors
when attempting to load the bundled keymaps when running atom —test
without the —dev flag.
2015-10-17 10:39:26 -06:00
Wliu
6495f1a531
Revert " 🔥 subpixel-font-scaling"
...
This reverts commit 1c0420b3bb .
2015-10-16 19:58:47 -04:00
Wliu
1c0420b3bb
🔥 subpixel-font-scaling
...
This option was removed in Electron v0.33.9
2015-10-16 19:57:40 -04:00
Nathan Sobo
26a5b26cb9
Merge pull request #8779 from atom/cz-electron-32
...
Update to Electron v0.33.x
2015-10-16 15:59:14 -06:00
Max Brunsfeld
cd9e24ea33
Don't prevent renderer-side reloads
2015-10-16 12:04:35 -07:00
Nathan Sobo
5f2b5a16df
Use WebContents.prototype.isLoading instead of defunct .loaded
...
Fixes cmd-o interaction.
2015-10-16 11:08:51 -06:00
Cheng Zhao
70fc6dd524
registerProtocol has been deprecated
2015-10-16 11:08:51 -06:00
Dave Rael
03faddd7ae
Undo add command line parameter to set portable
...
undo 4312f76ed7 to include this in a pull
request of its own
2015-10-16 07:02:53 -06:00
Max Brunsfeld
27526f492c
Fix fall-back to dev resource path in main
2015-10-15 18:01:20 -07:00
Dave Rael
bcfb6ab407
Remove explicit returns
2015-10-15 16:57:12 -06:00
Dave Rael
ef71211b82
Always include portable home path in warning
...
when warning that portable home path not writable
2015-10-15 16:35:35 -06:00
Dave Rael
28a1bbf9a2
Fix function names - consistent with convention
2015-10-15 14:35:04 -06:00
Dave Rael
265ee01c1d
Clean convention inconsistencies for portable mode
2015-10-15 14:32:33 -06:00
Antonio Scandurra
c38cd48555
Bring back failure reports when running grunt run-specs
...
Log output to stderr as we did before, so that grunt can, in turn, output it to
console when specs fail.
Welcome back build failures! 🎉
/cc: @nathansobo @maxbrunsfeld
2015-10-15 09:56:13 +02:00
Max Brunsfeld
fdb1642270
Include version query parameter for windows auto-updates
...
Squirrel.Windows supports this now, and we need it to distinguish beta from
stable versions
2015-10-14 14:07:26 -07:00