mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
917ab3fe7b35cdfa3e9cdc02486b3fd5e508254a
The .tree-view-wrapper element is renamed to `.tree-view-resizer` to clarify its purpose, and the actual draggable div is renamed to `.tree-view-resize-handle`. Then a new div is introduced beneath the resized wrapper called `tree-view-scroller`. This element has 100% width/height and overflow scroll, allowing the actual tree view list to *not* scroll. It uses the cutting edge `min-content` property as its min width, which ensures it's always wide enough to contain its content even when the scroller wrapper is narrower. This allows the absolutely-positioned highlights to always extend *at least* across the full width of the list elements.
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%
