From: ChaiShushan Date: Mon, 5 Aug 2013 15:24:55 +0000 (-0700) Subject: misc/notepadplus: add Function List support X-Git-Tag: go1.2rc2~791 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=6abbbcdc756fbcd22a7a5c118f5385c70207dcb8;p=gostls13.git misc/notepadplus: add Function List support Fixes #6045. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/12463043 --- diff --git a/misc/notepadplus/README b/misc/notepadplus/README index 06e3ef3e2d..fca4f5f099 100644 --- a/misc/notepadplus/README +++ b/misc/notepadplus/README @@ -35,3 +35,25 @@ 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 ... and ... + 2. Restart Notepad++ + +Installing from Notepad++ zip/7z package + + 1. Given a Notepad++ installation at . + 2. Add the contents of functionList.xml at \functionList.xml + between ... and ... + 3. Restart Notepad++ + +Reference + + 1. http://notepad-plus-plus.org/features/function-list.html diff --git a/misc/notepadplus/functionList.xml b/misc/notepadplus/functionList.xml new file mode 100644 index 0000000000..341af7b1d8 --- /dev/null +++ b/misc/notepadplus/functionList.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +