First, installation settings
1. First download the appropriate installation files based on your system. http://notepad-plus-plus.org/
notepad++ plug-in: http://sourceforge.net/projects/npp-plugins/
notepad++ Online Brochure: http://npp-community.tuxfamily.org/zh-hans/documentation/notepad-%E7%94%A8%E6%88%B7%E6%89%8B%E5%86%8C/
2. Simple Settings after installation: Click Settings, Preferences
3. The following dialog box appears, first of all the settings in the common items check, multi-line label, label display Close button, double-click the Close tab.
4. Set up new (
UTF-8 BOM is also called UTF-8 signature, in fact, UTF-8 BOM to UFT-8 has no effect, is to support utf-16,utf-32 to add the Bom,bom signature means to tell the editor what encoding the current file, convenient editor identification, But although the BOM does not appear in the editor, it produces output, just like a blank line.
)
5. Set the automatic prompt (
notepad++ default is not open code automatic prompt function, set the method as follows: Open [Preferences]->[backup and AutoComplete], press settings
) 6. Other can be set according to their preferences
Second, install the plug-in
1. Most plugins can be found and installed in the plugin->plugin manager->show Plugin Manager
For example, the avaliable is the Notepad default provided by the installable plug-in, select the direct click Install on it. Install is the plugin you have installed
2. Well, first let's install the first explorer and Nppexplorer or light Explorer
System tree structure can be displayed directly
3. Install SVN plugin and use
In available find and select subversion for installation, the "Subversion" submenu appears under the Plugins menu after successful installation.
Open any file you checkout down before, such as devcenter/1/index.php, after editing, click Plugins----------------or use the shortcut key Ctrl+alt+a
will appear a familiar page, this is the Turtle SVN commit page, enter the log Message, click "OK" to submit
4. Installing Ftp_synchronize
An FTP client integrated into the notepad++.
5.functionlist is a function list plug-in that can quickly find functions within the current document, easy to navigate through the code
Here is an introduction to http://blog.theroyweb.com/function-list-plugin-on-notepad-53 said more detailed
The following two features are similar, feel for PHP development is not so useful, mainly for HTML and CSS automatic completion.
6. QuickText is a code snippets management plugin that allows you to quickly enter common content.
QuickText configuration file is Quicktext.ini, can use Google search, find a better to use
Http://www.soberma.com/notepad-quicktext
7.zen coding and QuickText functions almost allows you to quickly input common content, this stuff is really bad description, need to experience the next
Here is an introduction to Zen coding can look at http://rpsh.net/archives/zen-coding-npp/
8.DBGP Plugin
You can use this plugin to turn your notepad++ into a php IDE.
Download plugin:
http://sourceforge.net/projects/npp-plugins/files/DBGP%20Plugin/DBGP%20Plugin%20v0.12%20beta/
How to configure can look at this: http://blog.csdn.net/sding/article/details/5110816
9. Other useful plugins
Colour picker
Securepad
Htmltag
Simple script