Nathan Sobo 34922a18fe When splitting lines, keep leading whitespace on current line.
If we detect leading whitespace, we replace the next token with the
result of splitting the next token into two tokens, one containing any
leading whitespace and one with the rest. Then the leading whitespace
is added to the current line. When the second half of the split is
processed, it no longer has leading whitespace and is split to the next
line.
2012-02-08 19:15:00 -07:00
2011-12-15 14:14:12 -08:00
2012-01-17 18:13:50 -08:00
2012-02-06 15:07:55 -08:00
2012-01-25 16:07:04 -08:00

Atom — Futuristic Text Editing

atom

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.

Description
No description provided
Readme 448 MiB
Languages
JavaScript 88.3%
Less 8.7%
CoffeeScript 2.8%
Shell 0.1%