diff options
author | Tianon Gravi <admwiggin@gmail.com> | 2015-01-15 11:54:00 -0700 |
---|---|---|
committer | Tianon Gravi <admwiggin@gmail.com> | 2015-01-15 11:54:00 -0700 |
commit | f154da9e12608589e8d5f0508f908a0c3e88a1bb (patch) | |
tree | f8255d51e10c6f1e0ed69702200b966c9556a431 /misc/notepadplus/README | |
parent | 8d8329ed5dfb9622c82a9fbec6fd99a580f9c9f6 (diff) | |
download | golang-upstream/1.4.tar.gz |
Imported Upstream version 1.4upstream/1.4
Diffstat (limited to 'misc/notepadplus/README')
-rw-r--r-- | misc/notepadplus/README | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/misc/notepadplus/README b/misc/notepadplus/README deleted file mode 100644 index fca4f5f09..000000000 --- a/misc/notepadplus/README +++ /dev/null @@ -1,59 +0,0 @@ -Notepad++ syntax highlighting ------------------------------ - -The userDefineLang.xml uses the new User Defined Language system (UDL2), -which needs Notepad++ v6.2 or higher. - -Installing from Notepad++ Installer - - 1. Add the contents of userDefineLang.xml at %APPDATA%\Notepad++\userDefineLang.xml - between <NotepadPlus> ... </NotepadPlus> - 2. Restart Notepad++ - -Installing from Notepad++ zip/7z package - - 1. Given a Notepad++ installation at <DIR>. - 2. Add the contents of userDefineLang.xml at <DIR>\userDefineLang.xml - between <NotepadPlus> ... </NotepadPlus> - 3. Restart Notepad++ - -Reference - - 1. http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=User_Defined_Languages - 2. http://notepad-plus-plus.org/news/notepad-6.2-release-udl2.html - 3. http://udl20.weebly.com/index.html - - -Notepad++ keyword auto-completion ---------------------------------- - - 1. Given a Notepad++ installation at <DIR>. - 2. Copy go.xml to <DIR>\plugins\APIs - 3. Restart Notepad++ - -Reference - - 1. http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Auto_Completion - -Notepad++ Function List ------------------------ - -The functionList.xml uses the Function List Pane new feature, -which needs Notepad++ v6.4 or higher. - -Installing from Notepad++ Installer - - 1. Add the contents of userDefineLang.xml at %APPDATA%\Notepad++\functionList.xml - between <associationMap> ... </associationMap> and <parsers> ... </parsers> - 2. Restart Notepad++ - -Installing from Notepad++ zip/7z package - - 1. Given a Notepad++ installation at <DIR>. - 2. Add the contents of functionList.xml at <DIR>\functionList.xml - between <associationMap> ... </associationMap> and <parsers> ... </parsers> - 3. Restart Notepad++ - -Reference - - 1. http://notepad-plus-plus.org/features/function-list.html |