Editplus, notepad ++ usage Summary
Summarize the experiences of using the two software.
1. editplus shows the indentation level of XML, that is, code formatting. An external tool is required. XML star http://xmlstar.sourceforge.net
After the file is downloaded, put xml.exe in the directory at the same level as editplus. Then set
After the configuration, execute "tool-format XML" and the XML will look much more comfortable.
In addition, editplus only supports code folding for Hierarchical XML.
View-code folding. When enabled, execute XML formatting and you will find that the code is folded with +.
2. Displays the section list in XML.
^ [\ T] * [<?] [^/] Note Space
After configuration, search for the -- function list to display the section.
The above regular expression can be modified based on your current needs. The one I wrote is just an example.
3. Notepad ++ has its own code folding for XML, which is well supported. But there is no XML format.
Download the XML tools and Functions List from the http://sourceforge.net/projects/npp-plugins/files/, followed by the function list.
Execute the plug-in to implement the same functions as editplus.
The function templates of Functions List are similar to those of editplus. You only need to understand the regular expression.
Notepad ++ the latest Chinese version + Functions List Chinese + XML tools Chinese see:
Http://hi.baidu.com/homeylife/blog/item/e59176868e13062767096e13.html
Http://hi.baidu.com/fieldspace/item/fcb9e353ec0b31908d12ed29