No description
Find a file
Cheng Zhao b975d4c41f Detect unresponsive window when quitting.
Preivously this is disabled because quitting multiple windows could
bring up the unresponsive dialog, but since we now have increased the
unresponsive time limitto 5s, this is not needed anymore and could cause
confusions.

Fixes #17.
2014-04-08 14:24:44 +08:00
atom Detect unresponsive window when quitting. 2014-04-08 14:24:44 +08:00
chrome Add LICENSE in chrome/. 2014-03-16 09:15:41 +08:00
docs 📝 Add docs for executeJavaScriptInDevTools. 2014-04-08 12:52:42 +08:00
script Don't build symbols in CI. 2014-04-05 11:05:51 +08:00
spec 💄 Remove console output. 2014-03-10 22:46:15 +08:00
tools linux: Generate symbols from the symbol file. 2014-03-11 09:04:41 +00:00
vendor Enable writing files in devtools. 2014-04-05 09:22:25 +08:00
.gitignore Add /vendor/npm to gitignore. 2014-04-02 09:58:38 +08:00
.gitmodules Use the gyp vendored by brightray. 2013-12-25 18:47:19 +08:00
atom.gyp Allow sending ipc messages to devtools. 2014-04-04 22:05:43 +08:00
common.gypi Build with -g on Linux. 2014-03-03 12:35:52 +08:00
filename_rules.gypi Ship the filename_rules.gypi which is modified from chromium. 2013-07-22 15:59:59 +08:00
LICENSE Initial empty browser. 2013-04-12 10:14:23 +08:00
package.json Bump v0.11.6. 2014-04-07 09:21:02 +00:00
README.md 📝 Update repo link to atom/atom 2013-12-04 09:09:30 -08:00

Atom Shell

Native layer for the Atom editor.

Features

  • Write desktop applications with web techniques
  • Support built-in and third-party modules of node.js
  • Support native node.js modules
  • Extended built-in modules for desktop programming
  • JavaScript on browser side
  • Easy API for cross-process communication

Usage & Development

See the docs here.

License

See the LICENSE file.