Difference between revisions of "Category:Text Editors"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
imported>Qazaaq
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
There are more than a few text editors to choose from when it comes to scripting Papyrus.
There are several editors to choose from when it comes to scripting Papyrus or working with [[Text File]]s.
There are simple editors like [https://en.wikipedia.org/wiki/Microsoft_Notepad Microsoft Windows Notepad] and advanced ones such as [[Atom]], [[Sublime Text]], or [[Visual Studio Code]].
 
Below is a brief comparison of the options.
 
{| class="wikitable"
|+ General editor features
! || Atom || Sublime Text || Notepad++ || VS Code
|-
! Free/open-source
| Yes || No || Yes || Yes
|-
! Cross-platform
| Yes || Yes || No|| Yes
|-
! Package system
| Yes || Yes || Plugins || Yes
|-
! Full user-interface
| Yes || No || No || Yes
|-
! Fully customizable
| Yes || Yes || Semi || Yes
|}
 
{| class="wikitable"
|+ Papyrus editor features
! || Atom || Sublime Text || Notepad++ || VS Code
|-
! Syntax highlighting
| Yes || Yes || Yes || Yes
|-
! Snippets
| Yes || Yes || No || Yes
|-
! Compilation
| Yes || Yes || Basic || Yes
|-
! Assembly/disassembly
| No || Yes || No || No
|-
! Jump to wiki
| No || Yes || No || No
|}
 
== See Also ==
*[[Text File]]
*[[Script File]]
*[[Tooling Reference]]
*[https://en.wikipedia.org/wiki/Microsoft_Notepad Microsoft Windows Notepad on Wikipedia]
 
[[Category:Tooling]]

Latest revision as of 20:02, 14 December 2018

There are several editors to choose from when it comes to scripting Papyrus or working with Text Files. There are simple editors like Microsoft Windows Notepad and advanced ones such as Atom, Sublime Text, or Visual Studio Code.

Below is a brief comparison of the options.

General editor features
Atom Sublime Text Notepad++ VS Code
Free/open-source Yes No Yes Yes
Cross-platform Yes Yes No Yes
Package system Yes Yes Plugins Yes
Full user-interface Yes No No Yes
Fully customizable Yes Yes Semi Yes
Papyrus editor features
Atom Sublime Text Notepad++ VS Code
Syntax highlighting Yes Yes Yes Yes
Snippets Yes Yes No Yes
Compilation Yes Yes Basic Yes
Assembly/disassembly No Yes No No
Jump to wiki No Yes No No

See Also[edit | edit source]

Pages in category "Text Editors"

The following 4 pages are in this category, out of 4 total.