Install Function List plug-in for Notepad++
Version 2 of the Function List plug-in for Notepad++ is currently in beta; however, even in its current state, the plug-in works well and is very useful for navigating code.
Since the FunctionList plug-in is still in Beta, it isn’t yet integrated into Notepad++’s Plug-In Manager. The plug-in must be installed manually.
Using FunctionList plug-in v2.0 BETA with Notepad++ version 5.5 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.dll copied to
o XP and Vista 32: C:\Program Files\Notepad++\plugins
o Vista 64: C:\Program Files (x86)\Notepad++\plugins
* FunctionListRules.xml and C++.flb copied to:
o XP: C:\Documents and Settings\[UserName]\Application Data\Notepad++\plugins\config
o Vista: C:\Users\[UserName]\AppData\Roaming\Notepad++\plugins\config
3. Start Notepad++, the Function List plug-in menu should now appear in Menu: Plugins –> Function List
Custom function list parsing rules can be defined as outlined in the following article: http://blog.theroyweb.com/function-list-plugin-part-2-python-parsing-rules
No comments:
Post a Comment