A Community-led Hyper-Hackable Text Editor
Go to file
Nathan Sobo eb0df2f21d Fix bug in LineMap.spliceByDelta with multi-fragment screen lines
If the row following a row being replaced had multiple fragments, some
of these fragments would be accidentally deleted.
2012-03-01 11:52:27 -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 Fix bug in LineMap.spliceByDelta with multi-fragment screen lines 2012-03-01 11:52:27 -07:00
src Fix bug in LineMap.spliceByDelta with multi-fragment screen lines 2012-03-01 11:52:27 -07:00
static Style the fold placeholder. 2012-02-28 12:27:35 -07: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.