A Community-led Hyper-Hackable Text Editor
Go to file
Nathan Sobo 0292c66f93 Don't drop editor subscriptions in its destroyed hook
Unsubscribing should be the responsibility of the subscribers and doing
this was removing 'destroyed' subscriptions before the 'destroyed' event
was emitted now that 'destroyed' is emitted by the default
Model::destroy method.
2014-01-04 10:08:04 -07:00
benchmark Update rootView references in benchmarks 2013-11-26 11:02:54 -08:00
build Merge remote-tracking branch 'origin/master' into ns-remove-telepath-from-core 2014-01-03 17:46:45 -07:00
docs Update docs 2014-01-03 15:26:56 -08:00
dot-atom Update keymap documentation 2013-10-28 09:23:18 -07:00
exports Remove telepath as a core dependency 2014-01-03 17:42:11 -07:00
keymaps Merge pull request #1350 from atom/cj-keybinding-fixes 2013-12-31 08:50:22 -08:00
menus Remove movement menu 2013-12-16 17:11:59 -08:00
resources Update file.icns to match atom.icns 2013-12-02 11:52:05 -08:00
script Spawn grunt path directly 2014-01-03 15:17:55 -08:00
spec Fix pane spec 2014-01-03 17:50:46 -07:00
src Don't drop editor subscriptions in its destroyed hook 2014-01-04 10:08:04 -07:00
static Add .background-message to the default theme 2013-12-19 12:14:46 -08:00
vendor Upgrade apm for keytar usage 2013-12-17 17:56:04 -08:00
.gitattributes Add a newline to the end of .gitattributes 2013-11-07 09:22:41 -08:00
.gitignore Install apm to apm/ from vendor/apm 2013-12-17 16:53:31 -08:00
.gitmodules Switch to git for cloning apm 2013-12-17 08:53:54 -08:00
.pairs Merge branch 'master' into summit 2013-08-14 14:05:35 -07:00
atom.gyp Rename create-atom script to constructicon/build 2013-06-20 12:15:35 -07:00
atom.sh Set ATOM_PATH env var when launching specs 2013-10-14 10:33:37 -07:00
CONTRIBUTING.md 📝 Start CoffeeScript styleguide 2013-12-11 14:35:06 -08:00
LICENSE.md Add initial LICENSE.md 2013-11-28 09:20:05 -08:00
package.json Merge remote-tracking branch 'origin/master' into ns-remove-telepath-from-core 2014-01-04 09:39:57 -07:00
README.md 📝 There is no tomorrow 2013-12-11 10:37:26 -08:00

Atom — The hackable, collaborative 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.