Difference between revisions of "Notepad++"

3 bytes removed ,  18:28, 22 June 2016
m
Moved categories to top and fixed first header level
imported>Kicoax
(Bolded first word, and added See Wikipedia link)
imported>Kicoax
m (Moved categories to top and fixed first header level)
Line 1: Line 1:
[[Category: Text Editors]]
[[Category: Scripting]]
'''Notepad++''' is a freeware text editor that can be used to edit and compile Papyrus scripts. It can be downloaded from the [http://notepad-plus-plus.org/download/ official Notepad++ site]. Notepad++ supports user-defined syntax highlighting autocomplete, folding, and can be set up to quickly compile Papyrus scripts, making it a more robust option than using the basic in-editor text editor.
'''Notepad++''' is a freeware text editor that can be used to edit and compile Papyrus scripts. It can be downloaded from the [http://notepad-plus-plus.org/download/ official Notepad++ site]. Notepad++ supports user-defined syntax highlighting autocomplete, folding, and can be set up to quickly compile Papyrus scripts, making it a more robust option than using the basic in-editor text editor.


{{See Wikipedia}}
{{See Wikipedia}}


===Syntax Highlighting===
==Syntax Highlighting==
<ol><li>Create an XML file with the following content (you can call it whatever you like and save it anywhere you like). Note that the following has been updated to include the new Fallout 4 functions, events, and operators:
<ol><li>Create an XML file with the following content (you can call it whatever you like and save it anywhere you like). Note that the following has been updated to include the new Fallout 4 functions, events, and operators:
<div style="overflow-x: scroll;">
<div style="overflow-x: scroll;">
Line 83: Line 85:


If you are creating your own script from scratch, you'll need to select the language manually. "Papyrus" should be available near the bottom of the Language menu in Notepad++.
If you are creating your own script from scratch, you'll need to select the language manually. "Papyrus" should be available near the bottom of the Language menu in Notepad++.
[[Category: Text Editors]]
[[Category: Scripting]]
Anonymous user