No Man's Sky
0 of 0

File information

Last updated

Original upload

Created by

theFisher86

Uploaded by

theFisher86

Virus scan

Safe to use

About this mod

This will add in auto-completion for every multi-choice variable that is currently in MBINCompiler to exml files as well as basic XML syntax highlighting

Permissions and credits
===============
= Description =
===============
This will add in auto-completion for every multi-choice variable that is currently in MBINCompiler to exml files as well as basic XML syntax highlighting.
It isn't super intelligent.  For example if you type <Property name="SubstanceCategory" value="...  it's not going to give you each possible SubstanceCategory it will just fill in Fuel if you type "Fu"
Basically it's just an alphabetized list of all the possible built-in options I extracted from the MBINCompiler source code.

========================
= Install Instructions =
========================
Place the exml.xml file in the Program Files\Notepad++\plugins\APIs\ folder (Could be Program Files or Program Files(x86) depending on you computer)
Open up Notepad ++
Go To Language -> Define Your Own Language
Click the Import button and navigate to the UDL.xml file and click OK.  Name it exml and make sure it's associated to the exml extension (under the Rename button).
Restart Notepad ++
Open an exml file and make sure that it automatically selects exml in the Language menu.
====================
= Trouble Shooting =
====================
* Autocomplete isn't working!
  - Are you sure it's turned on?
    - Go to Settings -> Preferences -> Autocomplete and make sure "Enable Autocomplete on input" is selected