mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
2b54c9bebe20718a9ba5775b2cab119b56ed706e
When I was using nextTick to batch updates, there were issues with flicker. So I was attempting to always update synchronously in animation frames, which was complicated. setImmediate doesn't cause the flicker however, so I'm able to remove the special logic for sync updates in animation frames and just use it across the board.
Atom is a hackable text editor for the 21st century, built on atom-shell, and based on everything we love about our favorite editors. We designed it to be deeply customizable, but still approachable using the default configuration.
Visit atom.io to learn more.
Installing
Download the latest Atom release.
Atom will automatically update when a new release is available.
Building
Developing
Check out the guides and the API reference.
Description
Languages
JavaScript
88.3%
Less
8.7%
CoffeeScript
2.8%
Shell
0.1%
