A Community-led Hyper-Hackable Text Editor
Go to file
Cheng Zhao 35dd435397 Don't use walkdir for copying tree.
On Windows with node v0.11.x walkdir is ignoring files randomly.
2014-02-04 21:36:45 +08:00
benchmark Update rootView references in benchmarks 2013-11-26 11:02:54 -08:00
build Don't use walkdir for copying tree. 2014-02-04 21:36:45 +08:00
docs Update export docs for SelectListView 2014-01-31 14:51:06 -08:00
dot-atom Add cursor selector example 2014-01-30 16:57:27 -08:00
exports 💄 Sort exports 2014-01-31 15:22:48 -08:00
keymaps Escape from a tool panel does not emit core:close 2014-01-22 10:46:18 -08:00
menus Add Open Your Snippets menu item 2014-01-27 11:17:20 -08:00
resources Also replace the atom icon on Windows. 2014-02-04 16:58:49 +08:00
script Convert update octicons from script to grunt task 2014-02-03 14:15:08 -08:00
spec Unfocus spec 2014-02-03 13:36:12 -08:00
src Merge pull request #1503 from atom/cz-sync-to-async 2014-02-04 00:32:02 -08:00
static Save the sync message in require('crash-reporter').start(). 2014-02-03 19:31:40 +08:00
vendor Remove convert-theme grunt task 2014-02-03 15:22:58 -08:00
.gitattributes Add a newline to the end of .gitattributes 2013-11-07 09:22:41 -08:00
.gitignore Download includes when building docs 2014-01-20 16:00:02 -08:00
.gitmodules Revert "Switch to git for cloning apm" 2013-12-18 14:23:28 -08:00
.pairs Merge branch 'master' into summit 2013-08-14 14:05: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 Upgrade to tree-view@0.67.0 2014-02-03 13:39:54 -08:00
README.md Just hackable for now 2014-01-21 17:51:54 -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.