Kevin Sawicki
fe532b9dd5
Add initial help message
2013-05-28 17:52:19 -07:00
Kevin Sawicki
40dd8275d2
Add initial Gruntfile
2013-05-28 17:30:09 -07:00
Corey Johnson & Kevin Sawicki
40b654048b
Recompile atom-application and atom-window
2013-05-28 17:29:00 -07:00
Corey Johnson & Kevin Sawicki
53f98951ea
Parse out wait and pid arguments
2013-05-28 16:31:23 -07:00
Corey Johnson & Kevin Sawicki
88a3a82a21
Resolve paths to open in constructor
2013-05-28 15:10:26 -07:00
Corey Johnson & Kevin Sawicki
bb5e18d981
Exit with 0 when process exists
2013-05-28 14:53:17 -07:00
Corey Johnson & Kevin Sawicki
7bc905d352
Reuse existing windows when opening paths from command line
2013-05-28 14:45:54 -07:00
Kevin Sawicki
ba60324426
Correct indentation
2013-05-28 13:29:45 -07:00
Kevin Sawicki
a731e4a9b5
Remove semicolons
2013-05-28 13:26:34 -07:00
Kevin Sawicki
ed4d12bfcb
Remove non-existent directory
2013-05-28 13:07:29 -07:00
Kevin Sawicki
0c44769740
Use relative main path
2013-05-28 13:05:15 -07:00
Kevin Sawicki
8c774a204d
Remove submodules task
...
This is handled in script/bootstrap
2013-05-28 12:57:46 -07:00
Kevin Sawicki
9919387904
Use shorter symlink paths
2013-05-28 12:54:08 -07:00
Kevin Sawicki
13d57f56f6
Focus existing window for path
2013-05-28 12:26:54 -07:00
Kevin Sawicki
56731927ee
💄
2013-05-28 12:03:47 -07:00
Kevin Sawicki
b21db90456
💄
2013-05-28 12:02:11 -07:00
Kevin Sawicki
55e0f91bcc
Resolve paths before writing to socket
2013-05-28 11:59:26 -07:00
probablycorey
0eaec66ba6
Remove all native code
2013-05-28 11:46:19 -07:00
Kevin Sawicki
7c4f373d2a
Add back coffee-script require but don't assign it
2013-05-28 11:28:03 -07:00
Kevin Sawicki
60e08de077
Remove unused require
2013-05-28 11:17:25 -07:00
Kevin Sawicki
a081c47efa
Join github and atom dirs
2013-05-28 11:05:46 -07:00
Kevin Sawicki
b015b8bd2b
💄
2013-05-28 11:00:13 -07:00
Kevin Sawicki
2bd95a2b57
Merge branch 'master' into atom-shell
...
Conflicts:
.gitmodules
2013-05-28 10:47:46 -07:00
Kevin Sawicki
ea7ff135ee
💄
2013-05-28 09:42:20 -07:00
Kevin Sawicki
e84e13fe37
Load internal modules with an atom engines field as packages
2013-05-28 09:25:28 -07:00
Kevin Sawicki
617af68aeb
Upgrade apm
2013-05-28 09:25:28 -07:00
Kevin Sawicki
6690598024
Use TextMate packages instead of vendoring bundles
2013-05-28 09:25:22 -07:00
Cheng Zhao
54de539b8b
'pathsToOpen' passed in 'open' message is an array.
2013-05-27 21:38:46 +08:00
Cheng Zhao
684778b666
Map 'meta-r' to 'window:reload' in renderer.
2013-05-25 15:37:22 +08:00
Cheng Zhao
e89ee8ff3c
💄
2013-05-25 15:36:47 +08:00
Cheng Zhao
50ba01e22d
If no 'executed-from' and 'pathsToOpen' is provided, open empty editor.
2013-05-25 14:56:17 +08:00
Cheng Zhao
462bd77ad5
Make atom.open work with parameters.
2013-05-25 14:38:04 +08:00
Cheng Zhao
0cdbfed7ab
Push new window to atomApplication.windows in AtomWindow.
2013-05-25 12:04:53 +08:00
Cheng Zhao
ddfae74ba4
Only allow one config window.
2013-05-25 11:58:18 +08:00
Cheng Zhao
45f96ab67f
Fix atom.getVersion.
2013-05-25 11:50:23 +08:00
probablycorey
5170478f19
Rely on the atom cli created inside Atom
2013-05-24 14:54:32 -07:00
probablycorey
6b08d18f4b
Move AtomWindow to it's own file
2013-05-24 14:46:25 -07:00
probablycorey
7aa6c1c08e
Change how pathsToOpen gets passed around
2013-05-24 14:45:48 -07:00
probablycorey
623a58fb47
Use the local pathsToOpen
2013-05-24 14:43:58 -07:00
probablycorey
b6c543734a
Moved AtomApplication out of main.coffee
2013-05-24 11:53:49 -07:00
probablycorey
6ae858d35c
🙈
2013-05-24 11:53:49 -07:00
Cheng Zhao
47410c54e5
Remove 'modal dialogs' spec.
...
The main purpose of this spec is to test whether the simulation of modal
dialogs works, since the dialogs of atom-shell are real blocking modal
dialogs, there is no need to check whether the dialogs are presented as
modal dialogs correctly any more.
2013-05-25 00:20:54 +08:00
Cheng Zhao
e430002951
atom.getVersion returns plain string, not string object.
2013-05-25 00:19:50 +08:00
Cheng Zhao
0fa5ca3782
Generate version after all files are copied.
...
And also note that <(PRODUCT_DIR) cannot work in postbuilds.
2013-05-24 23:58:01 +08:00
Cheng Zhao
6bbea1bbf2
Clean atom-shell caches in 'rake clean'.
2013-05-24 23:35:31 +08:00
Cheng Zhao
a00fe91fca
Show Atom's version.
2013-05-24 23:24:46 +08:00
Cheng Zhao
22d77af409
Also restore dimensions for spec window.
2013-05-24 22:09:44 +08:00
Cheng Zhao
e2a18e3487
Hide window when window is going to close, not when unloading.
...
Otherwise reloading window would also hide and then show window, which
makes things weird.
2013-05-24 21:58:14 +08:00
Cheng Zhao
7bb6a7c1e8
Restore window dimensions after atom.windowMode is set.
...
It's required to set atom.windowMode before getting window state.
2013-05-24 21:52:03 +08:00
Cheng Zhao
2937404227
Make cibuild work.
2013-05-24 21:29:35 +08:00