A Community-led Hyper-Hackable Text Editor
Go to file
Nathan Sobo 1a56b487a1 Stop propagation of input events to prevent react from doing extra work
React seems to be handling these events when they bubble to the root of
the document. We want to avoid wasting time on this.
2014-04-22 17:09:43 -06:00
benchmark Update rootView references in benchmarks 2013-11-26 11:02:54 -08:00
build Do not build source maps when compiling coffee scripts. 2014-04-05 19:30:18 +08:00
docs Document unset! and native! directives in keymap system 2014-04-01 10:27:35 -06:00
dot-atom Suggest people bind to .workspace instead of body 2014-03-17 13:05:46 -06:00
exports Export {Workspace} in the 'atom' module 2014-03-03 16:00:36 -07:00
keymaps Show both "Open File" and "Open Folder" menu on Linux and Windows. 2014-04-11 11:29:38 +08:00
menus Show both "Open File" and "Open Folder" menu on Linux and Windows. 2014-04-11 11:29:38 +08:00
resources Upgrade to new icon 2014-04-02 08:58:19 -07:00
script Clean ~/.atom/compile-cache 2014-04-17 18:32:22 -07:00
spec 💄 spec description 2014-04-22 17:09:42 -06:00
src Stop propagation of input events to prevent react from doing extra work 2014-04-22 17:09:43 -06:00
static Isolate CSS changes to a single selector 2014-04-22 17:09:41 -06:00
vendor Update to apm 0.40.0 2014-04-21 09:32:53 -07:00
.gitattributes Add a newline to the end of .gitattributes 2013-11-07 09:22:41 -08:00
.gitignore git ignore *~ files 2014-04-02 08:57:55 -07:00
.gitmodules Revert "Switch to git for cloning apm" 2013-12-18 14:23:28 -08:00
.npmrc Put npm cache in ~/.atom/.npm 2014-03-04 10:19:20 -08:00
.pairs Merge branch 'master' into summit 2013-08-14 14:05:35 -07:00
atom.sh 🐧 Search atom from installed position. 2014-03-25 15:40:43 +08:00
CONTRIBUTING.md Add 🐧 to CONTRIBUTING.md 2014-04-02 14:03:31 -07:00
LICENSE Remove Apache license and use plain-text, copyright-only license instead 2014-02-21 12:49:17 -07:00
package.json Implement shouldComponentUpdate for ScrollbarComponent 2014-04-22 17:09:43 -06:00
README.md Drop www in atom.io links 2014-02-24 17:38:49 -08:00

Atom — The hackable editor

Atom

Check out our guides and API documentation.

Installing

Download the latest Atom release.

Atom will automatically update when a new release is available.

Building

Follow the instructions in the build docs.