A Community-led Hyper-Hackable Text Editor
Go to file
Nathan Sobo bc03810589 Set height on image view, not parent
Setting the height of the parent caused #jasmine-content to be tall
for the remainder of the specs
2013-04-15 20:45:55 -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 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 Quit message loop when last browser is closed 2013-04-12 10:22:18 -07:00
prebuilt-cef@59d147be26 Update prebuilt-cef 2013-03-05 14:32:51 -08:00
script Exclude .less/.cson/.coffee files at root of src 2013-04-11 12:36:40 -07:00
spec Set height on image view, not parent 2013-04-15 20:45:55 -06:00
src Don't set height on mini editor explicitly. Let 'height: auto' do it. 2013-04-15 20:45:55 -06:00
static Fix mini-editor appearance by clearing styles on hidden input. 2013-04-15 20:45:55 -06:00
themes Add initial image viewer 2013-04-08 15:36:35 -07:00
vendor Add twitter bootstrap submodule and put it on less search path 2013-04-15 20:45:54 -06:00
.github Making an edit to .github 2013-04-03 14:44:30 -03:00
.gitignore Ignore tag files in any directory 2013-04-05 08:52:17 -07:00
.gitmodules Add twitter bootstrap submodule and put it on less search path 2013-04-15 20:45:54 -06:00
.nakignore Add initial .nakignore file 2013-04-11 15:32:45 -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 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 Use less NPM module instead of vendored less 2013-04-15 20:45:54 -06:00
Rakefile Make CODE_SIGN gyp var lowercase and 💄 it in Rakefile 2013-04-10 15:57:17 -06: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