mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
7d28edc116d5af1151c48fd7eb8fae99c2dbab88
Now that ScreenLines don't contain the bufferRows property, which was essential to the functioning of the LineMap, they're just containers for tokens. Since they're stored in the TokenizedBuffer in a form that doesn't necessarily match what ends up on screen, it makes more sense to call them tokenized lines. A tokenized line is a screen line if it's in the `.screenLines` array of the DisplayBuffer, but "screenness" is not an inherent property, so it shouldn't be in the name of the class.
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
Description
Languages
JavaScript
88.3%
Less
8.7%
CoffeeScript
2.8%
Shell
0.1%
