1. 程式人生 > >Notepad++ 使用 FunctionList 外掛

Notepad++ 使用 FunctionList 外掛

20181110更新:
好吧,昨天發現,Notepad++自帶了函式列表功能,而且比外掛好使,使用外掛時,有時會報錯。程式會退出。
自帶功能位置:
Notepad++自帶函式列表功能

20181107更新:

FunctionList 外掛可以顯示函式列表,可以更好的在函式中跳轉。

下載:

https://nchc.dl.sourceforge.net/project/npp-plugins/Function%20List/FunctionList%20Plugin%20v2.1/FunctionList_2_1_UNI_dll.zip

使用:

下載得到:“FunctionList_2_1_UNI_dll.zip”檔案。
作者機器是win7 64位。
作者的Notepad++ 安裝路徑:“D:_install\Notepad++”

1、拷貝
“FunctionList.dll”檔案到:
“D:\_install\Notepad++\plugins”目錄下。

2、拷貝
“C++.flb”、

“FunctionListRules.xml”、

“Gmod Lua.bmp”

檔案到:
“C:\Users\Administrator\AppData\Roaming\Notepad++\plugins\config”目錄

參考連結:
https://blog.csdn.net/is2120/article/details/11852747