Max Brunsfeld
|
495caa7316
|
🎨 Rename DEFAULT_SOCKET_PATH -> DefaultSocketPath
|
2015-02-04 13:12:41 -08:00 |
|
Max Brunsfeld
|
ab43b08739
|
Add hidden --socket-path flag
This will allow integration tests to control which atom application
instance they use when creating atom windows
|
2015-02-04 11:47:29 -08:00 |
|
Kevin Sawicki
|
a127240f4f
|
Use ATOM_HOME as config dir path
|
2015-02-04 10:35:56 -08:00 |
|
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 |
|
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
|
80c828d001
|
Pass the load settings through so all windows share devMode and safeMode
|
2014-12-19 10:38:03 -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
|
afdb96e1b1
|
Don't load from ~/.atom/dev when in safe mode
|
2014-10-31 10:42:27 -07:00 |
|
Kevin Sawicki
|
037a7f435c
|
Add search issues to help menu
|
2014-10-30 09:11:06 -07:00 |
|
Kevin Sawicki
|
05c1ae71e1
|
Add report issue to Help menu
|
2014-10-30 09:11:05 -07:00 |
|
Kevin Sawicki
|
cefabd4eb8
|
Add FAQ to help menu
|
2014-10-30 09:11:05 -07:00 |
|
Kevin Sawicki
|
9f80be4570
|
Add roadmap to help menu
|
2014-10-30 09:11:05 -07:00 |
|
Kevin Sawicki
|
61f75b0764
|
Add discussions to Help menu
|
2014-10-30 09:11:05 -07:00 |
|
Kevin Sawicki
|
86bd43bf73
|
Store each window's menu template
Restore it when the window gains focus
|
2014-10-21 10:22:50 -07:00 |
|
Kevin Sawicki
|
a1dc7daf48
|
unless -> if
|
2014-10-02 10:04:26 -07:00 |
|
Kevin Sawicki
|
fd66348658
|
Use isFinite instead of isNaN
|
2014-10-02 10:02:57 -07:00 |
|
Kevin Sawicki
|
0de17d1b84
|
Call process.kill with a number
This appears to have changed in node 0.11.14 to be stricter
Closes #3708
|
2014-10-02 09:56:17 -07:00 |
|
Kevin Sawicki
|
13a5bfd1dd
|
Set default path on both files and folders
|
2014-09-25 09:45:54 -07:00 |
|
Kevin Sawicki
|
9e0c4d1fb6
|
Only set default path when opening files
|
2014-09-25 09:35:25 -07:00 |
|
Kevin Sawicki
|
cabcf19297
|
🐧 Default to project path in open dialog
|
2014-09-25 09:33:17 -07:00 |
|
Cheng Zhao
|
901ba72557
|
Show the open dialog as child window on Windows and Linux.
On Mac the open dialog is still showed as independent dialog, this matches
most native apps' behavior.
Fixes #3401.
|
2014-09-12 21:43:01 +08:00 |
|
Kevin Sawicki
|
61166bf365
|
Don't track focus for spec windows
|
2014-09-10 11:14:08 -07:00 |
|
Kevin Sawicki
|
68801aacdb
|
Don't require shell until it is used
|
2014-09-08 09:22:45 -07:00 |
|
Kevin Sawicki
|
417134c799
|
Require dialog when used
|
2014-09-08 09:22:45 -07:00 |
|
Kevin Sawicki
|
78f7ff6ee7
|
Focus existing window after opening path
|
2014-08-29 09:10:12 -07:00 |
|
Kevin Sawicki
|
32353a31eb
|
Only restore window when it is minimized
Restoring a maximized windows on Windows unmaximizes it.
Closes #3381
|
2014-08-26 09:55:22 -07:00 |
|
Kevin Sawicki
|
fb53f85573
|
Rename topWindow to lastFocusedWindow
|
2014-08-25 09:21:27 -07:00 |
|
Kevin Sawicki
|
a853a27857
|
Open folder in current untitled window
Untitled windows will now have their project path set when a folder
is opened.
|
2014-08-25 09:21:27 -07:00 |
|
Kevin Sawicki
|
17feb91876
|
📝 Move comment above isFile check
|
2014-08-25 09:21:27 -07:00 |
|
Kevin Sawicki
|
5bdf8a14a7
|
Use once for closed event
|
2014-08-25 09:21:27 -07:00 |
|
Kevin Sawicki
|
1196e5a264
|
📝 Doc dev mode case
|
2014-08-25 09:21:27 -07:00 |
|
Kevin Sawicki
|
a4ae314b00
|
💄
|
2014-08-25 09:21:27 -07:00 |
|
Kevin Sawicki
|
c9390b61de
|
Track AtomWindow from ipc open event
This ensures the window where the file is dropped is used to open
that file into even when that window does not have focus.
|
2014-08-25 09:21:27 -07:00 |
|
Kevin Sawicki
|
2811663177
|
Open file paths in focused window
|
2014-08-25 09:21:26 -07:00 |
|
Ben Ogle
|
c989557b5e
|
Run benchmarks passes specDir
|
2014-08-15 14:13:03 -07:00 |
|
Kevin Sawicki
|
c0a845bc56
|
Don't run ~/.atom/packages specs when in safe mode
Closes #3215
|
2014-08-12 17:49:33 -07:00 |
|
Kevin Sawicki
|
8717547db4
|
Normalize resource path in remaining locations
|
2014-06-04 09:45:27 -07:00 |
|
Kevin Sawicki
|
ac70bfc456
|
Don't parse line and column if path to open exists
This previously prevented file containing a colon from being open
from the command line.
Closes #2376
|
2014-05-23 15:32:55 -07:00 |
|
Cameron McEfee
|
7882ac60d8
|
Include Terms of Use in the help menu
|
2014-05-14 10:44:33 -07:00 |
|
Kevin Sawicki
|
c75d36ef93
|
Implement application:open-license in AtomWindow
Allows the LICENSE.md file to be opened even when no windows are
open.
Closes #1624
|
2014-05-05 15:54:47 -07:00 |
|
Kevin Sawicki
|
66943c4820
|
Add application:open-safe command
This opens a new "safe mode" window similar to the application:open-dev
command
|
2014-05-01 15:20:22 -07:00 |
|
Kevin Sawicki
|
4f4da78e54
|
Add --safe argument
This will launch Atom in "safe" mode where packages from ~/.atom
will not be loaded automatically or be resolveable by name.
|
2014-05-01 15:20:22 -07:00 |
|
Kevin Sawicki
|
cf62d3212c
|
Use path.join instead of hard-coded separator
|
2014-04-30 16:07:26 -07:00 |
|
Kevin Sawicki
|
1367f08de8
|
Parse initial column from path to open argument
|
2014-04-30 16:07:26 -07:00 |
|
Cheng Zhao
|
f3168b2672
|
Use "closed" event instead of "destroyed".
The meaning of "destroyed" event has changed since atom-shell v0.12.0,
fixes #1910.
|
2014-04-30 12:25:59 +08:00 |
|
Cheng Zhao
|
f48241bc5e
|
Use new IPC API of atom-shell.
|
2014-04-29 15:16:27 +08:00 |
|
Kevin Sawicki
|
c1260d68bb
|
Restore window when opening path
Previously the window would stay minimized if it was triggered
from the command line and was already open.
Closes #1889
|
2014-04-22 16:58:53 -07:00 |
|
Kevin Sawicki
|
e37fc316fb
|
Remove unneeded ?
AtomWindow always has a non-null browserWindow property
|
2014-04-17 11:42:57 -07:00 |
|