mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
7f882b00f56e27bf3ddeb7118df0f7093403c8ef
In 444c18be34, I stopped polling the DOM
when an update was pending to prevent delay of the next animation frame.
Unfortunately, we rely on synchronously polling the DOM when an editor
view is attached to perform the initial measurement of the default char
width, which is required to position the wrap guide.
In componentWillMount, observing the config was requesting an update,
causing us to skip this synchronous update at attachment time and
position the wrap guide wrong.
This prevents update requests that occur before mount from pausing the
polling that we perform on attachment, restoring correct function to the
wrap guide.
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
Mac OS X
Download the latest Atom release.
Atom will automatically update when a new release is available.
Windows
Install the Atom chocolatey package.
- Install chocolatey.
- Close and reopen your command prompt or PowerShell window.
- Run
cinst Atom - In the future run
cup Atomto upgrade to the latest release.
You can also download a .zip file from the releases page.
The Windows version does not currently automatically update so you will need to
manually upgrade to future releases by re-downloading the .zip file.
Building
Developing
Check out the guides and the API reference.
Description
Languages
JavaScript
88.3%
Less
8.7%
CoffeeScript
2.8%
Shell
0.1%
