A Community-led Hyper-Hackable Text Editor
Go to file
Nathan Sobo 5df78812ef Rename EditSession.scanInRange to scanInBufferRange
This is more consistent with other range-oriented methods on
EditSession. At this layer, we need to be explicit about what kind
of range we are talking about.
2013-04-03 11:28:55 -06:00
benchmark Merge remote-tracking branch 'origin/master' into cefode 2013-03-20 10:46:50 -06:00
docs Rename singleTrailingNewline to ensureSingleTrailingNewline 2013-04-01 10:44:34 -07:00
dot-atom 💄 add trailing newlines 2013-02-19 10:02:09 -07:00
native Add version to the Atom Helper plist 2013-03-29 14:13:33 -07:00
notes Move old wiki page to notes folder 2012-09-30 15:00:45 -07:00
prebuilt-cef@59d147be26 Update prebuilt-cef 2013-03-05 14:32:51 -08:00
script Don't output curl progress bar during ci build 2013-04-02 17:28:26 -07:00
spec Always pass a hash to TextBuffer.scanInRange iterators 2013-04-03 11:16:49 -06:00
src Rename EditSession.scanInRange to scanInBufferRange 2013-04-03 11:28:55 -06:00
static Set the min-width on the gutter to 1em 2013-03-26 17:30:49 -04:00
themes Only change text color when select list item matches :hover 2013-03-29 15:09:53 -07:00
tools/mac no more custom gyp 2012-10-18 16:00:14 -07:00
vendor Upgrade to latest space pen, as an NPM 2013-03-27 11:06:49 -04:00
.github Use docs/manifest.txt to list docs files. Add user-init-script.md. 2013-02-13 16:25:48 -07:00
.gitignore Ignore vim swap file. 2013-03-24 19:54:14 +08:00
.gitmodules Add Go Textmate bundle as submodule 2013-03-26 17:11:26 -04:00
.pairs fix window blur and focus events 2013-02-05 12:03:56 -08:00
atom.gyp Add current commit sha to the version 2013-03-29 14:13:46 -07:00
atom.sh Launch Atom with full path to .app 2013-02-25 16:11:13 -08:00
CHANGELOG.md Add an empty changelog for Constructicon 2013-03-05 14:32:51 -08:00
CONTRIBUTING.md Mention trailing newline 2013-02-11 09:31:16 -08:00
package.json Upgrade to coffee 1.6.2 2013-04-02 08:28:30 -07:00
Rakefile Don't force clean installs 2013-03-28 10:09:29 -04:00
README.md 💄 2013-03-04 22:07:22 -08: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