A Community-led Hyper-Hackable Text Editor
Go to file
Nathan Sobo 275e7853af Refactor and comment Highlighter.handleBufferChange
Because it's kinda complex in a way I can't reduce any further to make
it self-evident.
2012-02-03 11:43:20 -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 Highlighter resumes from last unchanged line's state 2012-02-03 11:19:50 -07:00
src Refactor and comment Highlighter.handleBufferChange 2012-02-03 11:43:20 -07:00
static 💄 2012-02-02 17:25:29 -07:00
vendor Update ace to 5b6e24dd0953e4728766bd8d6c807a48e9ec61cd 2012-01-31 19:23:42 -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.