A Community-led Hyper-Hackable Text Editor
Go to file
Nathan Sobo 5bb539df27 💄
2012-02-22 17:36:38 -07:00
Atom Cache compiled CoffeeScript on the Objective-C side. 2012-01-30 16:19:28 -08:00
Atom.xcodeproj Custom version of webkit with @tmm1's stack trace patch 2012-01-31 10:56:53 -08:00
docs little fixes to the custom webkit doc 2012-02-01 11:44:52 -08:00
extensions Rename KeyEventHandler to GlobalKeymap 2012-01-11 13:16:10 -08:00
frameworks Custom version of webkit with @tmm1's stack trace patch 2012-01-31 10:56:53 -08:00
Resources Make sure the Resources directory exists 2012-01-24 23:02:50 -08:00
spec 💄 2012-02-22 17:36:38 -07:00
src 💄 2012-02-22 17:36:38 -07:00
static Make the cursor a block in command mode 2012-02-03 13:58:48 -08:00
vendor Fix bug with 'not' selectors in specifity.js 2012-02-07 15:41:05 -08:00
.gitignore Ignore tags directory. 2011-12-15 14:14:12 -08:00
.pairs Cursor can move around screen 2012-01-17 18:13:50 -08:00
index.html window.measure takes an optional callback 2012-01-30 16:16:18 -08:00
Rakefile Use install_name_tool to make webkit embedable 2012-01-31 10:56:48 -08:00
README.md Fix typo ಠ_ಠ 2012-02-14 23:38:01 -08:00
test.txt Implement backspace on Editor 2012-01-25 16:07:04 -08:00

Atom — Futuristic Text Editing

atom

Be forwarned: Atom is pre-alpha software!

Installation

  1. Get xcode 4.2.

  2. Clone atom from github/atom.

  3. Open Atom.xcodeproject.

  4. Press cmd-r to build and run.