Difference between revisions of "Atom"

196 bytes added ,  05:28, 3 December 2018
Added categories
imported>Kicoax
m (Swapped order of categories)
imported>Qazaaq
(Added categories)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Text Editors]]
[[Category:Scripting]]
'''Atom''' is a completely free, open-source, highly-extensible text editor based on Chromium and Node.js.
'''Atom''' is a completely free, open-source, highly-extensible text editor based on Chromium and Node.js.
It was created and is being actively developed by the GitHub team.
It was created and is being actively developed by the GitHub team.
It can be downloaded from the [https://atom.io/ official Atom site].
It can be downloaded from the [https://atom.io/ official Atom site].
Atom's interface and functionality is very similar to Sublime Text, so it's a fairly painless transition if you have experience with it.
Atom's interface and functionality is very similar to [[Sublime Text]], so it's a fairly painless transition if you have experience with it.
Atom has an extremely flexible package system that allows customization of virtually everything about the editor.
Atom has an extremely flexible package system that allows customization of virtually everything about the editor.


Line 13: Line 11:
#Go to [https://atom.io/ the Atom website], download the setup file, and run it.
#Go to [https://atom.io/ the Atom website], download the setup file, and run it.


===Install Packages===
===Install packages===
Syntax highlighting and snippets are provided by the [https://atom.io/packages/language-papyrus language-papyrus] package.
* Fallout 4 [https://atom.io/packages/language-papyrus language-papyrus]
* F4SE [https://github.com/Neanka/atom-language-papyrus language-papyrus]
 
Syntax highlighting and snippets are provided by the one of the language packages.
Compilation is provided by the [https://atom.io/packages/build build] and [https://atom.io/packages/build-papyrus build-papyrus] packages.
Compilation is provided by the [https://atom.io/packages/build build] and [https://atom.io/packages/build-papyrus build-papyrus] packages.
#In Atom, open the settings tab (File -> Settings, or {{key press|Ctrl|,}})
#In Atom, open the settings tab (File -> Settings, or {{key press|Ctrl|,}})
Line 95: Line 96:
*[https://atom.io/packages/project-manager project-manager] - Lets you save your Atom workspace as a project, and easily reopen them
*[https://atom.io/packages/project-manager project-manager] - Lets you save your Atom workspace as a project, and easily reopen them
*[https://atom.io/packages/clipboard-plus clipboard-plus] - Keeps your clipboard history
*[https://atom.io/packages/clipboard-plus clipboard-plus] - Keeps your clipboard history
==See Also==
*[[:Category:Text Editors|Other Text Editors]]
[[Category:Text Editors]]
[[Category:Scripting]]
[[Category:Tooling]]
Anonymous user