Atom 1.36

Atom 1.36

Upgrade today to open single files in large directories much faster, see pull request review comments from GitHub, specify multiple wrap guides at once, and more. To turn it on, edit your config.cson file to include the array of guide columns:

‘wrap-guide’:
‘columns’: [72, 80, 100, 120]

Language package improvements

We have a host of improvements to bundled language packages in this release:

Isolated Atom environment for Jasmine tests

Package authors take note! Now, to reduce the amount of mental context switching you need to do, we show reviews and review comments right in your favorite editor To open the all-new reviews tab, click on the “see reviews” button in the GitHub tab while you’re on a branch associated with a pull request, or click “see reviews” in the footer of a pull request detail view.

Source: blog.atom.io