Notepad ++ is an excellent lightweight editor for mostProgramMembers love it. Let me help you use Notepad ++ better.
Notepad ++ has many plug-ins. I prefer the following four: Light explorer, quicktext, functionlist, and Zen coding.
Most plug-ins can be found here:Http://sourceforge.net/projects/npp-plugins/files/
Light Explorer can be used as a project management tool.
Light explorer directly displays the system tree directory structure.
Quicktext isCodeSegment management plug-in allows you to quickly enter common content.
The configuration file of quicktext is quicktext. ini, which can be searched by Google for better use.
Functionlist is a function list plug-in that allows you to quickly search for functions in the current document and easily browse the code.
Here is an introductionHttp://blog.theroyweb.com/function-list-plugin-on-notepad-53.
The installation of functionlist really made me depressed. I used the latest version 2.1. After downloading the plug-in to the plugin directory, I always prompted "no rule defined ", the function list is empty. It looks like a configuration file loading error. Please refer to the document ~ FinallyHereAfter finding the answer, the original configuration file needs to be placed in the % appdata %/notepad ++/plugin directory and placed in the directory where the installation file is located ~ I hope this experience will help all my friends who have encountered this problem.
Zen coding, this stuff is really not easy to describe, need to experience.
You can first see an image to solve the problem.