mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
b786bcc7746136c270fddb2c04ab47704231b9af
Previously viewForItem() would create a new view each time it was called with an item whose view did not implement setModel() even if a view for that item already existed in the pane. Now a WeakMap is used to map items to their view so they can be reused and cleaned up even when the view does not implement setModel().
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
- 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%