Kevin Sawicki
312e4e0e8a
Be graceful about pathsToOpen string value
...
Gently convert it to an array of strings before opening
Closes #5340
2015-02-02 18:17:15 -08:00
Kevin Sawicki
3ca5495690
Merge pull request #5279 from paulcbetts/patch-1
...
Enable DirectWrite
2015-01-28 16:11:15 -08:00
Cheng Zhao
87c2f4496f
🐧 Set window icon, fixes #5281
2015-01-27 20:34:36 -08:00
Paul Betts
a743e8d058
Enable DirectWrite
...
Chrome 39 proper now has DirectWrite as the default renderer, which makes a huge difference in text clarity, especially on High DPI monitors.
2015-01-27 14:38:50 -08:00
Cheng Zhao
05aaace387
Do not set window icon, fixes #4811
2015-01-26 11:28:00 -08:00
Kevin Sawicki
a9d215970f
Remove fs patches that are now fixed in Atom Shell
2015-01-21 10:39:08 -08:00
Kevin Sawicki
47b1d3e90f
Use new apm.cmd path
2015-01-21 09:07:26 -08:00
Kevin Sawicki
97d697f195
Guard against no cwd when resolving
...
Refs #5074
2015-01-15 17:02:23 -08:00
Kevin Sawicki
57d020ff65
Ensure resolving paths to open uses strings
...
Refs #5074
2015-01-15 16:58:08 -08:00
Kevin Sawicki
081fc0e1ae
Use icon from resources directory
2015-01-07 16:22:11 -08:00
Kevin Sawicki
fb3cc5554c
Catch errors spawning squirrel
...
Closes #4895
2015-01-07 10:24:19 -08:00
Kevin Sawicki
92a8701c70
Add icon and title to update dialogs
...
Closes #4718
2015-01-06 11:44:10 -08:00
aershov
229e7e03b2
Respect initialLine and initialColumn options when reopening a file
...
Fix #1743
2014-12-21 21:08:18 +03:00
Ben Ogle
20504fc7a8
Pull load settings out of the focused window
2014-12-19 10:38:03 -08:00
Ben Ogle
0db1971825
Default devMode and safeMode to false
2014-12-19 10:38:03 -08:00
Ben Ogle
80c828d001
Pass the load settings through so all windows share devMode and safeMode
2014-12-19 10:38:03 -08:00
Kevin Sawicki
1c81aa90c0
Add initial SquirrelUpdate specs
2014-12-17 10:47:43 -08:00
Kevin Sawicki
bbf6930061
💄
2014-12-17 10:02:34 -08:00
Kevin Sawicki
3d149eb9d1
Only update desktop shortcut if it already exists
...
Delete the created shortcut if it was previously deleted
after it was first installed.
Closes #4665
2014-12-17 09:55:46 -08:00
Kevin Sawicki
fdd55dfd27
Restart Atom with project path from focused window
...
Closes #4653
2014-12-16 15:26:42 -08:00
Kevin Sawicki
7ee3ccb43d
Move up one more directory
2014-12-16 09:33:16 -08:00
Kevin Sawicki
89ed95e2ae
Add apm sh shim
2014-12-16 09:08:31 -08:00
Kevin Sawicki
ed1fbcc8e7
Use forward slashes in sh path
2014-12-16 09:02:09 -08:00
Kevin Sawicki
307ce4dc54
Write atom.sh to atom in bin folder
2014-12-15 17:52:56 -08:00
Kevin Sawicki
0833be4c27
Use correct variable name for sh text
2014-12-15 17:52:21 -08:00
Kevin Sawicki
af116b2b8a
Install atom.sh shim
2014-12-15 17:50:59 -08:00
Kevin Sawicki
43de383b14
Use \r\n line endings for cmd shims
2014-12-12 12:11:38 -08:00
Kevin Sawicki
3cf104444c
Add missing resources segment
2014-12-12 12:11:38 -08:00
Kevin Sawicki
d3e53c5ada
Use correct path variable
2014-12-12 12:11:37 -08:00
Kevin Sawicki
1d0dd86041
Use new atom.cmd wrapper from installer
2014-12-12 12:11:37 -08:00
Kevin Sawicki
26e867d65e
Remove squirrel logging
2014-12-09 16:02:36 -08:00
Kevin Sawicki
cacaba936b
Add restart helper on Windows
2014-12-02 11:31:18 -08:00
Kevin Sawicki
fb96b01f30
Log from quitAndInstall
2014-12-02 10:42:46 -08:00
Kevin Sawicki
0fe9dc6aa9
Spawn new atom.exe immediately on quitAndInstall
2014-12-02 10:30:58 -08:00
Kevin Sawicki
ed42a275ab
💄
2014-12-02 09:21:56 -08:00
Kevin Sawicki
1c0c8db042
Add unsupported state to update manager
2014-12-02 08:58:00 -08:00
Nathan Sobo
b2025ebad0
Don’t openPath on window startup for spec windows
...
It causes specs to fail because the window loses focus somehow when
this gets run.
2014-11-27 11:13:46 -07:00
Nathan Sobo
0b44cee8db
Separate IPC messages that don’t belong in the command palette
...
Path opening and update signaling were both using the command-sending
IPC mechanism, but neither is actually a command. This commit adds a
second “message” channel with custom handling on the render process
side for these messages, rather than attempting to route them through
commands.
2014-11-27 10:30:50 -07:00
Nathan Sobo
5fed6199ec
💄 grammar
2014-11-27 09:23:35 -07:00
Kevin Sawicki
7b4a9aa2e4
Patch statSyncNoException to handle non-string args
...
Non-string values were being coerced to strings which can cause
unexpected results.
Refs atom/atom-shell#843
Closes #4247
2014-11-20 11:15:10 -08:00
Kevin Sawicki
46ff794c8b
Don't set the update query param on Windows
2014-11-19 15:58:51 -08:00
Kevin Sawicki
362d7712ad
Add selection type
2014-11-19 11:19:55 -08:00
Kevin Sawicki
fc87c98261
Use async ipc call to write to selection clipboard
2014-11-19 11:19:55 -08:00
Kevin Sawicki
d6ba6067b8
💄
2014-11-18 16:06:03 -08:00
Kevin Sawicki
16fc52b351
Compute reg/setx paths once
2014-11-18 15:23:07 -08:00
Kevin Sawicki
56184be6fe
Add missing comma
2014-11-18 15:23:07 -08:00
Kevin Sawicki
8f623db092
Add path argument to context menu commands
2014-11-18 15:23:07 -08:00
Kevin Sawicki
081c2efc98
Use reg/setx from %SystemRoot%\System32 folder
2014-11-18 15:23:07 -08:00
Kevin Sawicki
3296674605
📝 Doc spawn
2014-11-18 15:23:07 -08:00
Kevin Sawicki
1e18e2b4e5
📝 Doc removeCommandsFromPath
2014-11-18 15:23:07 -08:00