Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is there a function list plugin for notepad++ 6.2.3 [closed]

Is there a function list plugin for Notepad++ 6.2.3?

I had used TagsView plugin and function list plugin in Npp 5.8, the plugin sometimes losts some functions which I defined. And when opening the TagsView sidebar, it always display VARIABLE first which I don't want to show. I found that function list plugin does not fit for Npp 6.2.3.

Has anyone modified the function list plugin (or any other plugin) to fit 6.2.3?

like image 589
linjuming Avatar asked Apr 13 '13 01:04

linjuming


People also ask

How do I show a function list in Notepad++?

Open cmd go to [YOUR_SOURCES_DIR]\notepad-plus-plus\PowerEditor\Test\FunctionList\ , run the command .. \.. \bin\notepad++.exe -export=functionList -l[langName] .

How do I get Notepad++ plugins?

Notepad++ comes bundled with a few plugins (when using the installer, you can choose which ones to add), but you can always add your own or remove some. The plugins are located in the Plugins directory in the main Notepad++ installation directory. They are DLL files and simply removing or adding them is enough.


2 Answers

I use sourcecookifier and it looks good, except not show vailable list for perl :-(

http://sourceforge.net/projects/sourcecookifier/

like image 182
holly Avatar answered Oct 16 '22 00:10

holly


The Function List plug-in for Notepad++ must be installed manually.

Using FunctionList plug-in v2.1 with Notepad++ v5.9 and above, the installation steps are as follows:

  1. Download the Function List plug-in from http://sourceforge.net/projects/npp-plugins/files/
  2. Unzip the FunctionList plug-in and copy the files as follows:
    • FunctionList.dllcopied to
      • XP, Vista or Win7 32-bit: C:\Program Files\Notepad++\plugins
      • Vista or Win7 64-bit: C:\Program Files (x86)\Notepad++\plugins
    • C++.flb and Gmod Lua.bmpcopied to
      • XP, Vista or Win7 32-bit: C:\Program Files\Notepad++\plugins\Config
      • Vista or Win7 64-bit: C:\Program Files (x86)\Notepad++\plugins\Config
    • FunctionListRules.xmlcopied to:
      • XP: C:\Documents and Settings\[UserName]\Application Data\Notepad++\plugins\config
      • Vista or Win7: C:\Users\[UserName]\AppData\Roaming\Notepad++\plugins\config
      • Note:  The install.txt says to use your %APPDATA% path.  Your %APPDATA% path can easily be found by typing %APPDATA% into your Windows Start->Run or Start->Start Search box.
  3. Start Notepad++, the Function List plug-in menu should now appear in Menu: Plugins –> Function List

Please click here for more details

like image 38
AnandVeeramani Avatar answered Oct 16 '22 00:10

AnandVeeramani