Github has announced release of Atom 1.20, latest stable release of full featured, open source text cum code editor. This release brings various improvements including better support for Git integration, modified find and replace module and language-php package has been updated with various bug fixes.
The diff view in Git integration has been improved to show multiple diff views simultaneously. You can also compose commit messages in main window if you don't like the tradition way of doing it.
When searching for particular keywords, you can also configure to show context lines, say n lines before and before actual keyword and modify their display inline when looking at the results.
Other highlights in atom 1.20 includes:
Improved find and replace functionality in Atom 1.20 (Credit : Atom Website) |
The diff view in Git integration has been improved to show multiple diff views simultaneously. You can also compose commit messages in main window if you don't like the tradition way of doing it.
When searching for particular keywords, you can also configure to show context lines, say n lines before and before actual keyword and modify their display inline when looking at the results.
Other highlights in atom 1.20 includes:
For more information, see release announcement published in Atom website.
- Dozens of fixes for PHP grammar support were made in the
language-php
package.- CSS autocomplete now supports PostCSS.
- Support has been added to bracket-matcher for code embedded in strings.
- We’ve added an API for observing dock visibility.