Developer(s) | GitHub (subsidiary of Microsoft)[1] |
---|---|
Initial release | 26 February 2014[2] |
Stable release | 1.55.0[3]
/ 9 March 2021 |
Preview release | 1.56.0-beta0[4]
/ 9 March 2021 |
Repository | |
Written in | CoffeeScript, JavaScript, Less, HTML (front-end/UI) |
Operating system | macOS 10.9 or later, Windows 7 and later, and Linux[5] |
Size | 87–180 MB |
Available in | English |
Type | Source code editor |
License | |
Website | atom |
Atom is a free and open-source[6][7]text and source code editor for macOS, Linux, and Microsoft Windows[8] with support for plug-ins written in JavaScript, and embedded Git Control, developed by GitHub. Atom is a desktop application built using web technologies.[9] Most of the extending packages have free software licenses and are community-built and maintained.[10] Atom is based on Electron (formerly known as Atom Shell),[11] a framework that enables cross-platform desktop applications using Chromium and Node.js.[12][13] Atom is written in CoffeeScript and Less, but much of it has been converted to JavaScript.[14]
Atom was released from beta, as version 1.0, on 25 June 2015.[15] Its developers call it a "hackable text editor for the 21st Century".[16] It is fully customizable in HTML, CSS, and JavaScript.[17]
Atom is a "hackable" text editor. This means it is customizable. There is an init script one can customize using CoffeeScript, a style sheet to customize the looks of Atom, and a keymap to map or re-map key combinations to commands. One can even make a package to wrap all of this functionality into a single package, written in their choice of CoffeeScript or JavaScript.
Atom was developed by GitHub as a text editor. Facebook then developed the Nuclide[18] and Atom IDE projects to turn Atom into an integrated development environment (IDE),[19][20][21][22] but development stopped in December 2018.[23]
Like most other configurable text editors, Atom enables users to install third-party packages and themes to customize the features and looks of the editor. Packages can be installed, managed and published via Atom's package manager apm. All types of packages, including but not limited to: Syntactic highlighting support for other languages than the default, debuggers, etc. can be installed via apm
Atom's default packages can apply syntax highlighting for multiple programming languages and file formats.[24][25]
Initially, extension packages for Atom and anything not part of Atom's core were released under an open-source license. On 6 May 2014, the rest of Atom, including the core application, its package manager, as well as its desktop framework Electron, were released as free and open-source software under the MIT License.[26]
There was initially concern and discussion about two opt-out packages that report various data to external servers.[27][28][29][30][31] However, those packages are now opt-in with a verbose dialog at the initial launch:[32]
[...] we didn’t build Atom as a traditional web application. Instead, Atom is a specialized variant of Chromium designed to be a text editor rather than a web browser. Every Atom window is essentially a locally-rendered web page.
By: Wikipedia.org
Edited: 2021-06-18 12:36:40
Source: Wikipedia.org