官網下載:http://notepad-plus-plus.org/
擷取外掛程式的方法:開啟軟體,視窗工具列有有一個問號,點擷取外掛程式。
我使用的外掛程式(安裝方法都是官方的方法):
QuickText.v0.2.1.zip //自訂縮寫詞,按快速鍵後輸出 定義的程式碼片段 使用方法:http://immmmm.com/quicktext-for-notepad.html
安裝方法:
Just copy the QuickText.dll into Notepad++'s plugin directory
(mine is C:\Program Files\Notepad++\plugins), and the QuickText.ini file into
Notepad++'s directory (C:\Program Files\Notepad++).
Zen.Coding-Notepad++.v0.7.zip //說不清,自己體驗 使用方法:http://www.huanlebang.com/y2011/193.html
安裝方法:
1. Copy contents of this archive into Notepad++ 'plugins' folder (basically, it's C:\Program Files\Notepad++\plugins\)
2. Restart Notepad++
FunctionList_2_1_UNI_dll.zip //顯示function列表
安裝方法:
- Copy FunctionList.dll into
<notepad++ install dir>/plugins
- Copy Gmod Lua.bmp and C++.flb into
<notepad++ install dir>/plugins/config
- Copy FunctionListRules.xml into
%APPDATA%/Notepad++/plugins/config
or if you didn't install with %APPDATA%
<notepad++ install dir>/plugins/config
DBGpPlugin_0_12b_dll.zip //php的調試工具
安裝方法:
將dbgpPlugin.dll檔案拷貝到 ..\Notepad++\plugins下
總體來說,外掛程式安裝方法很簡單:
把外掛程式(.dll檔案)放到notepad++\plugins目錄裡,重啟Notepad++後,即可提示安裝,安裝成功後,在功能表列的外掛程式裡能找到。需要注意的是,Notepad的ANSI版和Unicode版本,有的外掛程式只支援其中某個版本。
讓notepad 支援jquery css3 html5 的代碼提示
首先勾取 設定-》喜好設定-》備份與自動完成-》自動完成 下的複選框
然後下載這個http://download.csdn.net/detail/wang02011/3992119 覆蓋源檔案即可