Atom (editor): Difference between revisions

From The Digital Classicist Wiki
Jump to navigation Jump to search
(Initial entry)
 
(mark as legacy and update description to reflect its status as a retired software)
 
Line 1: Line 1:
==Available==
==Available==


*  https://atom.io
atom.io
* https://web.archive.org/web/20221210062134/https://atom.io/ (Wayback Machine)


==Authors==
==Authors==


* Open source community project. https://github.com/atom
* Open source community project. https://github.com/atom (GitHub archive)


==Description==
==Description==


'''Atom''' is an open source "hackable" code editor to which features can be added from a large library of add-on packages. It runs on Mac, Windows and Linux and is free to use. Like the other free general purpose editors, it is not as full featured as paid tools such as Oxygen, and it requires more set up effort on the part of the user. However, it can form part of a completely open tool chain and is well integrated with GitHub.
'''Atom''' was an open source "hackable" code editor introduced in 2011 and sunset in December 2022. It ran on Mac, Windows and Linux and was free to use. Like the other free general purpose editors, it was not as full featured as paid tools such as Oxygen, and it required more set up effort on the part of the user. However, it could form part of a completely open tool chain and was well integrated with GitHub. Features could be added from a large library of add-on packages, such as support for XML highlighting, completion and validation.
 
There are several packages that support XML highlighting, completion and validation. As of this writing (early 2021), the one with the most features is [https://atom.io/packages/linter linter] and its family of packages. They can be installed from within Atom.
 
Atom is a good choice for users who want a multi-purpose text and code editor, for editing XML but also for writing CSS, javascript and for handling data cleaning with regular expressions.
 
Atom also has [https://atom.io/docs extensive documentation] and a very active user community.


From the Atom web page:
From the Atom web page:
* Cross-platform editing. Atom works across operating systems. Use it on OS X, Windows, or Linux.
* Cross-platform editing. Atom works across operating systems. Use it on OS X, Windows, or Linux.
* Built-in package manager. Search for and install new packages or create your own right from Atom.
* Built-in package manager. Search for and install new packages or create your own right from Atom.
* Smart autocompletion. Atom helps you write code faster with a smart and flexible autocomplete.
* Smart autocompletion. Atom helps you write code faster with a smart and flexible autocomplete.
* File system browser. Easily browse and open a single file, a whole project, or multiple projects in one window.
* File system browser. Easily browse and open a single file, a whole project, or multiple projects in one window.
* Multiple panes. Split your Atom interface into multiple panes to compare and edit code across files.
* Multiple panes. Split your Atom interface into multiple panes to compare and edit code across files.
* Find and replace. Find, preview, and replace text as you type in a file or across all your projects
* Find and replace. Find, preview, and replace text as you type in a file or across all your projects


 
[[category:legacy]]
[[category:tools]]
[[category:tools]]
[[category:XML]]
[[category:XML]]
[[category:programming]]
[[category:programming]]
[[category:Opensource]]
[[category:Opensource]]

Latest revision as of 16:20, 18 October 2023

Available

Authors

Description

Atom was an open source "hackable" code editor introduced in 2011 and sunset in December 2022. It ran on Mac, Windows and Linux and was free to use. Like the other free general purpose editors, it was not as full featured as paid tools such as Oxygen, and it required more set up effort on the part of the user. However, it could form part of a completely open tool chain and was well integrated with GitHub. Features could be added from a large library of add-on packages, such as support for XML highlighting, completion and validation.

From the Atom web page:

  • Cross-platform editing. Atom works across operating systems. Use it on OS X, Windows, or Linux.
  • Built-in package manager. Search for and install new packages or create your own right from Atom.
  • Smart autocompletion. Atom helps you write code faster with a smart and flexible autocomplete.
  • File system browser. Easily browse and open a single file, a whole project, or multiple projects in one window.
  • Multiple panes. Split your Atom interface into multiple panes to compare and edit code across files.
  • Find and replace. Find, preview, and replace text as you type in a file or across all your projects