Difference between revisions of "Notepad++ Setup"
→Setting up Papyrus Language Definitions
imported>Antono m (Updated FunctionList code to include functions that return arrays.) |
imported>Fireboyd78 |
||
Line 165: | Line 165: | ||
</UserLang> | </UserLang> | ||
</NotepadPlus></source></div> | </NotepadPlus></source></div> | ||
===Improved Syntax Highlighting=== | |||
For syntax highlighting that includes some fixes from the above styles, and includes ''all'' classes/types found in the native scripts, get it [[User:Fireboyd78/Papyrus.xml|here]]. | |||
Notable changes: | |||
- Clean color scheme similar to C# | |||
- Added all valid types ('''Var''' being one of the ones that were missing) | |||
- Added all ''native'' Fallout 4 classes/functions/events (from scripts marked as Native & Hidden) | |||
- Functions that are implemented internally are '''boldened''' and ''italicized'' | |||
Basically, this is how the syntax highlighting for Papyrus should be (in a non-IDE environment, anyways). This is strictly for vanilla Fallout 4 and does not include any DLC scripts. | |||
===Syntax Highlighting with SKSE 1.7.3 functions=== | ===Syntax Highlighting with SKSE 1.7.3 functions=== |