github.com/varialus/godfly@v0.0.0-20130904042352-1934f9f095ab/misc/notepadplus/README (about) 1 Notepad++ syntax highlighting 2 ----------------------------- 3 4 The userDefineLang.xml uses the new User Defined Language system (UDL2), 5 which needs Notepad++ v6.2 or higher. 6 7 Installing from Notepad++ Installer 8 9 1. Add the contents of userDefineLang.xml at %APPDATA%\Notepad++\userDefineLang.xml 10 between <NotepadPlus> ... </NotepadPlus> 11 2. Restart Notepad++ 12 13 Installing from Notepad++ zip/7z package 14 15 1. Given a Notepad++ installation at <DIR>. 16 2. Add the contents of userDefineLang.xml at <DIR>\userDefineLang.xml 17 between <NotepadPlus> ... </NotepadPlus> 18 3. Restart Notepad++ 19 20 Reference 21 22 1. http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=User_Defined_Languages 23 2. http://notepad-plus-plus.org/news/notepad-6.2-release-udl2.html 24 3. http://udl20.weebly.com/index.html 25 26 27 Notepad++ keyword auto-completion 28 --------------------------------- 29 30 1. Given a Notepad++ installation at <DIR>. 31 2. Copy go.xml to <DIR>\plugins\APIs 32 3. Restart Notepad++ 33 34 Reference 35 36 1. http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Auto_Completion 37 38 Notepad++ Function List 39 ----------------------- 40 41 The functionList.xml uses the Function List Pane new feature, 42 which needs Notepad++ v6.4 or higher. 43 44 Installing from Notepad++ Installer 45 46 1. Add the contents of userDefineLang.xml at %APPDATA%\Notepad++\functionList.xml 47 between <associationMap> ... </associationMap> and <parsers> ... </parsers> 48 2. Restart Notepad++ 49 50 Installing from Notepad++ zip/7z package 51 52 1. Given a Notepad++ installation at <DIR>. 53 2. Add the contents of functionList.xml at <DIR>\functionList.xml 54 between <associationMap> ... </associationMap> and <parsers> ... </parsers> 55 3. Restart Notepad++ 56 57 Reference 58 59 1. http://notepad-plus-plus.org/features/function-list.html