Notepad++ UDL file for PEBakery language.
- Syntax Highlighting for PEBakery files (.script, .project) on Notepad++.
- AutoComplete/Parameter Hints of PEBakery commands.
- Function List - List and navigate to sections within a script using the Notepad++ function list.
Run the PEBakery UDL.exe installer.
- Close NotePad++.
- Copy
userDefineLangs\PEBakery.udl.xmlinto the%AppData%\Notepad++\userDefineLangsdirectory. - Copy
functionList\PEBakery.xmlinto the%AppData%\Notepad++\functionListdirectory. - Add the following entry to the
User Defined Languagessection of the%AppData%\Notepad++\functionList\overrideMap.xmlfile:<association id="pebakery.xml" userDefinedLangName="PEBakery"/> - Copy
autoCompletion\PEBakery.xmlinto the%ProgramFiles%\Notepad++\autoCompletiondirectory (Requires Administrater privileges).
If you are only interested in the syntax highlighting, you can import PEBakery.udl.xml from within the Notepad++ GUI. Click Languages > Define Your Language... to access UDL Dialog Box.
In Notepad++ 7.6.3 or higher, importing through UDL Dialog Box can corrupt font names, due to a Notepad++ bug. We recommend using the installer or copying the XML files manually until the bug has resolved.
Licensed under the MIT License.
Please read ChangeLog.