mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 04:48:44 +03:00
A Community-led Hyper-Hackable Text Editor
461aaa83b0
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. |
||
---|---|---|
benchmark | ||
docs | ||
dot-atom | ||
native | ||
prebuilt-cef@59d147be26 | ||
script | ||
spec | ||
src | ||
static | ||
themes | ||
vendor | ||
.github | ||
.gitignore | ||
.gitmodules | ||
.pairs | ||
atom.gyp | ||
atom.sh | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
package.json | ||
Rakefile | ||
README.md |
Atom — Futuristic Text Editing
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
-
gh-setup atom
-
cd ~/github/atom && rake install