No description
Find a file
Cheng Zhao faf7280d1f Add API to SendActionToFirstResponder.
It's important to bind application menu items to curtain actions of
first responder, like 'quit', 'minimize', 'copy' etc. This API gives
developers ability to do most of them in javascript.
2013-05-16 17:25:02 +08:00
app 💄 for cpplint. 2013-04-20 14:03:55 +08:00
browser Add API to SendActionToFirstResponder. 2013-05-16 17:25:02 +08:00
common Modify Window API to be more consistent. 2013-05-10 20:34:05 +08:00
renderer Improve error reporting in RPC by printing stack trace. 2013-05-14 20:00:44 +08:00
script It seems that shutil.make_archive doesn't support symbol links, invoke the zip command instead. 2013-05-13 16:22:21 +08:00
vendor Update node: add Atom.app/Contents/Resources/app to module paths. 2013-05-13 18:45:17 +08:00
.gitignore Save the latest version when uploading distribution. 2013-05-12 17:44:03 +08:00
.gitmodules Build with node. 2013-04-12 22:52:32 +08:00
atom.gyp Convert generic accelerator to platform accelerator. 2013-05-16 15:24:18 +08:00
LICENSE Initial empty browser. 2013-04-12 10:14:23 +08:00
package.json Write js codes in coffee script. 2013-04-14 22:48:35 +08:00
README.md Fix README. 2013-04-16 00:26:43 +08:00

Atom Shell

Experimental native layer for the Atom.

Development

One-time setup

$ script/bootstrap https://gh-contractor-zcbenz.s3.amazonaws.com/libchromiumcontent

Building

$ script/build

This will build the app into the build directory.

License

See the LICENSE file.