mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
d0be7fbf8eb39992c8e9bd26a8528985a58d8673
This is slower than the position cache in the best case, but faster in the worst and average case. With this, you can search for a space in find and replace, and still scroll the buffer. In editor.coffee, there are 10,500 spaces. To highlight all of them, the previous cache method took 7 seconds, this takes 2 when the cache is empty, and about 10ms when the entire file is cached.
Atom — Futuristic Text Editing
Check out our guides and API documentation.
Installing
Download the latest Atom release from speakeasy.
It will automatically update when a new release is available.
Building
Requirements
- Mountain Lion
- Boxen (Obviously Atom won't release with this requirement)
Installation
-
gh-setup atom -
cd ~/github/atom -
script/build
Description
Languages
JavaScript
88.3%
Less
8.7%
CoffeeScript
2.8%
Shell
0.1%