A Community-led Hyper-Hackable Text Editor
Go to file
Kevin Sawicki 461aaa83b0 Unsubscribe correctly from buffers in packages
Previously namespaces were used to off() when a buffer was
unsubscribed from which affected other views in the same
package also listening to the current buffer.

Now event namespaces are no longer used and instead off() is
called with the callbacks originally registered for the given
event name.
2013-04-11 08:53:01 -07: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 Restart renderer process when reloaded for 4 times. 2013-04-08 12:00:52 +08:00
prebuilt-cef@59d147be26 Use the dowload script of prebuilt-cef. 2013-03-05 15:04:17 +01:00
script Export VERSION to rake task in prebuild script 2013-04-10 15:57:17 -06:00
spec Fire will-be-removed event from beforeRemove() 2013-04-10 17:43:26 -07:00
src Unsubscribe correctly from buffers in packages 2013-04-11 08:53:01 -07:00
static Support zooming images in/out and resetting 2013-04-08 15:36:43 -07:00
themes Add initial image viewer 2013-04-08 15:36:35 -07:00
vendor Merge master 2013-03-27 19:47:14 -07: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 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 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 Upgrade to pathwatcher 0.3 2013-04-10 21:54:54 -07: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