mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-08 08:07:32 +03:00
A Community-led Hyper-Hackable Text Editor
f531d36060
Typically it's fine to test serialization behaviorally. If we can deserialize the serialized state correctly, then we're generally happy. We don't need explicit tests on the serialized state… but I added a couple assertions to ensure we don't write text when we don't need to. It would have been more correct to just modify the saved file and verify we load the new state, but it's not worth the hassle. |
||
---|---|---|
benchmark | ||
docs | ||
dot-atom | ||
native | ||
notes | ||
prebuilt-cef@59d147be26 | ||
script | ||
spec | ||
src | ||
static | ||
themes | ||
tools/mac | ||
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