Difference between revisions of "Notepad++ Setup"
Jump to navigation
Jump to search
→Autocomplete: Fixed instructions now that the content is embedded in a page
imported>PROXiCiDE |
imported>Cipscis (→Autocomplete: Fixed instructions now that the content is embedded in a page) |
||
Line 25: | Line 25: | ||
Notepad++ supports both autocomplete and syntax highlighting for custom language. The following two sections describe the steps you need to take to enable each of these features for Papyrus. | Notepad++ supports both autocomplete and syntax highlighting for custom language. The following two sections describe the steps you need to take to enable each of these features for Papyrus. | ||
===Autocomplete=== | ===Autocomplete=== | ||
# | # Open up Notepad++ | ||
# | # Copy the content from this page into a new file: [[Papyrus_Autocomplete|Papyrus Autocomplete Language Definitions]] | ||
# Save the new file as '''papyrus.xml''' in your ''Notepad++\plugins\APIs'' directory (for example, ''C:\Program Files (x86)\Notepad++\plugins\APIs'') | |||
# In the Backup/Auto-Completion tab of the Preferences window of Notepad++ (under Settings), tick the "Enable auto-completion on each input" and configure the feature to work how you want.<br />Currently, a portion of the functions have parameter information defined, so if you tick "Function parameters hint on input" you will see more information when typing these functions. | # In the Backup/Auto-Completion tab of the Preferences window of Notepad++ (under Settings), tick the "Enable auto-completion on each input" and configure the feature to work how you want.<br />Currently, a portion of the functions have parameter information defined, so if you tick "Function parameters hint on input" you will see more information when typing these functions. | ||