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
1178d844d0
Previously the indentation guide level for empty lines was derived by only looking after the empty line which caused gaps in certain cases. Now the indentation for an empty line is the higher value of the previous non-empty line indentation and the following non-empty line indentation. Closes #588 |
||
---|---|---|
benchmark | ||
docs | ||
dot-atom | ||
resources/mac | ||
script | ||
spec | ||
src | ||
static | ||
themes | ||
vendor | ||
.github | ||
.gitignore | ||
.gitmodules | ||
.nakignore | ||
.pairs | ||
aa | ||
atom.gyp | ||
atom.sh | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
Gruntfile.coffee | ||
package.json | ||
Rakefile | ||
README.md |
Atom — Futuristic Text Editing
Check out our documentation on the docs tab.
Installing
Download the latest Atom release from speakeasy.
It will automatically update when a new release is available.
Building
Requirements
- Mountain Lion
- The Setup™ or Boxen
- Xcode (available in the App Store)
Installation
-
gh-setup atom
-
cd ~/github/atom && rake install