Ben Ogle d0be7fbf8e Add a character width cache based on scopes.
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.
2013-10-07 10:28:11 -07:00
2013-09-27 13:25:17 -07:00
2013-09-23 08:43:13 -07:00
2013-10-04 13:39:53 +08:00
2013-10-07 10:28:09 -07:00
2013-10-03 15:32:50 -07:00
2013-08-20 15:02:01 -07:00
2013-09-17 15:09:43 -07:00
2013-08-14 14:05:35 -07:00
2013-10-03 10:27:26 -07:00
2013-09-29 21:55:30 -07:00
2013-09-25 17:10:56 -07:00
2013-10-04 14:10:47 -07:00
2013-09-30 16:43:25 -07:00

Atom — Futuristic Text Editing

atom

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

  1. gh-setup atom

  2. cd ~/github/atom

  3. script/build

Description
No description provided
Readme 447 MiB
Languages
JavaScript 88.3%
Less 8.7%
CoffeeScript 2.8%
Shell 0.1%