A Community-led Hyper-Hackable Text Editor
Go to file
2012-02-06 12:38:06 -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 Un-F the specs 2012-02-06 12:38:06 -07:00
src Merge remote-tracking branch 'origin/master' 2012-02-06 12:37:26 -07:00
static Make the cursor a block in command mode 2012-02-03 13:58:48 -08:00
vendor Use SpacePen for all views 2012-02-06 12:12:45 -07: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 Update readme 2012-01-20 10:15:02 -08:00
test.txt Implement backspace on Editor 2012-01-25 16:07:04 -08:00

Atom — Futuristic Text Editing

Be forwarned: Atom is pre-alpha software!

Instalation

  1. Get xcode 4.2.

  2. Clone atom from github/atom.

  3. Open Atom.xcodeproject.

  4. Press cmd-r to build and run.