A Community-led Hyper-Hackable Text Editor
Go to file
Nathan Sobo 60f945aafd Move structural folding specs to edit-session-spec
Structural folding should really be handled at the edit session level
so that the DisplayBuffer doesn't need access to the LanguageMode. It
should only be concerned with the raw ability to create folds.
2013-04-25 14:06:53 -06:00
benchmark Make all requires of 'fs-utils' assign to fsUtils var instead of fs 2013-04-03 12:01:37 -06:00
docs Explain the meta key in the getting started docs 2013-04-17 14:30:24 -07:00
dot-atom 💄 add trailing newlines 2013-02-19 10:02:09 -07:00
native Allow subscribers to unsubscribe on a per-object basis 2013-04-22 11:34:03 -06:00
prebuilt-cef@59d147be26 Use the dowload script of prebuilt-cef. 2013-03-05 15:04:17 +01:00
script Store cefode versions in /tmp/atom-cached-cefodes 2013-04-24 15:19:11 -07:00
spec Move structural folding specs to edit-session-spec 2013-04-25 14:06:53 -06:00
src 💄 getter renames 2013-04-25 14:06:52 -06:00
static Rename invisible class to invisible-character 2013-04-25 10:02:33 -07:00
themes Avoid the .label class because it conflicts with bootstrap 2013-04-16 17:24:21 -06:00
vendor Add hyperlink helper TextMate bundle 2013-04-23 08:39:25 -07:00
.github Making an edit to .github 2013-04-03 14:44:30 -03:00
.gitignore Remove ignore of doc/assets 2013-04-20 09:53:50 -07:00
.gitmodules Add hyperlink helper TextMate bundle 2013-04-23 08:39:25 -07:00
.nakignore Ignore .git folder 2013-04-16 09:46:49 -07:00
.pairs fix window blur and focus events 2013-02-05 12:03:56 -08:00
atom.gyp Make CODE_SIGN gyp var lowercase and 💄 it in Rakefile 2013-04-10 15:57:17 -06:00
atom.sh Better error message when Atom.app is not found 2013-04-17 16:26:13 -07:00
CHANGELOG.md Mention invisibles bug 2013-04-25 10:10:00 -07:00
CONTRIBUTING.md Mention trailing newline 2013-02-11 09:31:16 -08:00
package.json Upgrade to oniguruma 0.11 2013-04-23 08:39:25 -07:00
Rakefile Run biscotto directly through coffee 2013-04-18 21:08:33 -07:00
README.md Remove testing block 2013-04-24 18:08:27 -07:00

Atom — Futuristic Text Editing

atom

Check out our documentation on the docs tab.

Building from source

Requirements

  • Mountain Lion
  • The Setup™ or Boxen
  • Xcode (available in the App Store)

Installation

  1. gh-setup atom

  2. cd ~/github/atom && rake install