mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
1b4426e3ba935b29fc6ee66d160263dcaf8344a2
Fixes #2237 Previously, operations such as typing and scrolling were triggering overflowchanged events on the editor, which concerned me because we were performing lots of unnecessary measurements of the scroll view. Now that we draw extra lines above and below the visible screen row range, this doesn't happen, so we can remove this pausing code which was delaying the resizing of the editor in certain situations.
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%
