Jump to content

Atom (text editor)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Vinhloc30796 (talk | contribs) at 16:16, 9 June 2022 (Add source). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Atom
Developer(s)GitHub (subsidiary of Microsoft)[1]
Initial release26 February 2014; 10 years ago (2014-02-26)[2]
Stable release
1.60.0[3] Edit this on Wikidata / 8 March 2022
Preview release
1.61.0-beta0[4] Edit this on Wikidata / 8 March 2022
Repository
Written inCoffeeScript, JavaScript, Less, HTML (front-end/UI)
Operating systemmacOS 10.9 or later, Windows 7 and later, and Linux[5]
Size87–180 MB
Available inEnglish
TypeSource code editor
LicenseMIT License (free software)
Websiteatom.io Edit this on Wikidata

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 was initially 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 June 25, 2015.[15] Its developers call it a "hackable text editor for the 21st Century",[16] as it is fully customizable in HTML, CSS, and JavaScript.[17]

On June 8, 2022, GitHub announced Atom’s end-of-life later that year, on December 15.[18] [19]

Features

Atom is a "hackable" text editor, which 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.

History

Atom was (and is) developed by GitHub as a text editor. Facebook then developed the Nuclide[20] and Atom IDE projects to turn Atom into an integrated development environment (IDE),[21][22][23][24] but development on Nuclide and Atom IDE stopped in December 2018.[25] Development on Atom itself is ongoing.[26]

On June 8, 2022, GitHub announced the expected shutdown of Atom by scheduling archival of all development repositories of Atom by December 15, 2022.[27]

Packages

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 languages other than the default, debuggers, etc. can be installed via apm.

Programming language support

Atom's default packages can apply syntax highlighting for multiple programming languages and file formats.[28][29]

License

Initially, extension packages for Atom and anything not part of Atom's core were released under an open-source license. On May 6, 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.[30]

Privacy

There was initially concern and discussion about two opt-out packages that report various data to external servers.[31][32][33][34][35] However, those packages are now opt-in with a verbose dialog at the initial launch:[36]

  • Metrics package: Reports usage information to Google Analytics (As of version 1.31.0, this has been removed, now usage information is sent to GitHub's analytics pipeline directly.[37][38]), including a unique UUID v4 random identifier.[39] According to the authors, this is to determine the performance and know the most-used functions.[8] This feature can be disabled by the user by opening the Settings View, searching for the metrics package, and disabling it.[39]
  • Exception-reporting package: Reports uncaught Atom exceptions to www.bugsnag.com.[40]

See also

References

  1. ^ "Microsoft's 'future CEO of GitHub' speaks out on Atom, keeping GitHub independent and more". ZDNet. Retrieved 21 June 2020.
  2. ^ "Introducing Atom". Atom. 26 February 2014. Retrieved 15 August 2015.
  3. ^ "Release 1.60.0". 8 March 2022.
  4. ^ "Release 1.61.0-beta0". 8 March 2022. Retrieved 16 June 2022.
  5. ^ "A hackable text editor for the 21st Century". Atom.
  6. ^ Henry, Alan (8 May 2014). "Atom, the Text Editor from GitHub, Goes Free and Open-Source". Lifehacker.
  7. ^ Lardinois, Frederic (6 May 2014). "GitHub Open Sources Its Atom Text Editor". TechCrunch.
  8. ^ a b "FAQ". Atom. Retrieved 12 June 2020.
  9. ^ "Getting Started: Why Atom". Atom project. Retrieved 17 August 2015. [...] 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.
  10. ^ "A hackable text editor for the 21st Century". Atom.
  11. ^ "Atom Shell is now Electron". Atom. Archived from the original on 2017-07-08. Retrieved 2017-07-15.
  12. ^ "Atom GitHub Page". GitHub. Retrieved 27 August 2015.
  13. ^ "Electron GitHub Page". GitHub. Retrieved 14 February 2016.
  14. ^ "Hacking Atom: Tools of the Trade". Retrieved 22 February 2017.
  15. ^ Ogle, Ben (25 June 2015). "Atom 1.0". blog.atom.io. Retrieved 25 June 2015.
  16. ^ "A hackable text editor for the 21st Century". Atom.
  17. ^ "Getting started with Atom". Codecademy.
  18. ^ "Sunsetting Atom". GitHub Blog. Retrieved 2022-06-09.{{cite web}}: CS1 maint: url-status (link)
  19. ^ Wiggers, Kyle (9 June 2022). "GitHub sunsets Atom, the software dev environment it launched in 2011". TechCrunch. TechCrunch. Archived from the original on 9 June 2022. Retrieved 9 June 2022. GitHub today announced that it will sunset Atom
  20. ^ "Retiring the Nuclide Open Source Project". Nuclide. Retrieved 2021-04-19.
  21. ^ "Atom IDE". Atom IDE. Retrieved 2018-01-26.
  22. ^ "Nuclide". Nuclide. Retrieved 2016-10-12.
  23. ^ "Juno, the Interactive Development Environment". Juno. Retrieved 2016-10-12.
  24. ^ "PlatformIO IDE: The next-generation integrated development environment for IoT". PlatformIO. Archived from the original on 2016-10-13. Retrieved 2016-10-12.
  25. ^ "Facebook retires Nuclide extension". Atom Blog. 12 December 2018. Retrieved 2019-01-12.
  26. ^ "Atom Releases". Atom Releases. 8 March 2022. Retrieved 2022-04-01.
  27. ^ "Sunsetting Atom". The GitHub Blog. 2022-06-08. Retrieved 2022-06-08.
  28. ^ "GitHub – atom/language-examples: Language examples for all Atom core languages". March 3, 2019 – via GitHub.
  29. ^ "Tree-sitter|Introduction". tree-sitter.github.io.
  30. ^ "Atom Is Now Open Source". Atom. 6 May 2014. Retrieved 15 August 2015.
  31. ^ "Have metrics disabled by default, or completely removed". GitHub. Retrieved 3 February 2016.
  32. ^ "Collecting Metrics in Atom Core". Atom. Archived from the original on 2 March 2016. Retrieved 3 February 2016.
  33. ^ "Communicate plan on how to modify metrics to be opt-in now that 1.0 is released". GitHub Atom. Retrieved 3 February 2016.
  34. ^ "should be disableable during install". Atom. Retrieved 3 February 2016.
  35. ^ "Should be disabled by default". Atom. Retrieved 3 February 2016.
  36. ^ "Send telemetry only with consent by damieng · Pull Request #66 · atom/metrics". GitHub.
  37. ^ "atom/atom". GitHub. Retrieved 2018-10-13.
  38. ^ "RIP Google Analytics by annthurium · Pull Request #100 · atom/metrics". GitHub. Retrieved 2018-10-13.
  39. ^ a b "atom/metrics: A package to collect metrics". GitHub. Retrieved 6 November 2015.
  40. ^ "exception-reporting". Atom. Retrieved 3 February 2016.

External links