Atom 1.18 Ships With Rich Git Integration
Written by Kay Ewbank   
Monday, 19 June 2017

The latest version of Atom has been released with integration with Git and Github added directly in Atom via the Github package.  This is a new core package included with Atom and is available right now.

 Atom is a very popular code editor originally released in 2014 as GitHub's cloud hosted editor. It was created by taking the source code of Chromium, the open source browser that Chrome is based on, and customizing it to work with the Atom web app. While this is mainly an HTML/JavaScript based web app, it doesn't run in a browser. It can be extended using JavaScript, and is Node.js based.

The GitHub package adds a dock item and status bar widgets to the Atom UI,  giving you access to some of the most common Git operations without leaving Atom. It allows you to stage changes and create commits, create and switch branches, and even resolve merge conflicts directly in Atom’s UI.

github package git

The GitHub package also displays the pull request associated with your current branch in the sidebar when you issue a pull request, and can display a detailed view of any issue or pull request alongside your code.

Other improvements to the new version include the ability to correctly launch Atom from the Windows Subsystem for Linux. Tokenizing performance has been improved via oniguruma caching. Oniguruma is a regular expression engine that Ultraviolet uses to parse text.

Atom now has an option that you can set to always restore the previous session on a restart, as well as new settings for showing context in find and replace operations; and finally the autocomplete offers better suggestions.

atom1

More Information

Atom Site

Related Articles

Which Code Editor Do Devs Prefer?

Atom Asks About Telemetry

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Facebook or Linkedin.

 

Banner


Knuth's Xmas Lecture 2025 - The Knight's Adventure
24/12/2025

It's Xmas and Xmas means  Donald Knuth putting on his flamboyant Xmas top and talking to us about something that most of us know nothing about? Of course not. This year it's all about the Kn [ ... ]



Xmas Tree? Sorted!
25/12/2025

Yes I know we have all seen enough visualizations of sorting algorithms to last a lifetime - which is how long a bubble sort generally takes. But it's the holiday season and sorting is one programmer  [ ... ]


More News

 

pico book

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Wednesday, 19 September 2018 )