notepad++ plug-in and configuration related

Source: Internet
Author: User

Plugin recommendations Explorer is a file browsing plugin that quickly locates the location of the file currently being edited and supports the contents of the file in the search directory (Find in files). The Favorites feature allows you to save frequently used directories or files. AutoSave Auto-Save plugin codealigment code Alignment Compare, file comparison plugin, can be simple and fast contrast, but for the comparison of complex points, I generally use winmerge.
Tagsview, the class, attribute, and method list of the document. Better than another plug-in called FunctionList.
RegEx Helper, which matches a regular expression in a document, can be used to test a regular expression.
The JSON Viewer, which displays the structure of the JSON selected in the document.
nppautoindent, auto indent.
File Switcher A quick-change window tool that allows you to find a toggle by entering a file name, path, or tab index, which can be used to replace the default CTRL + Tab.
Finger Tex T tag code replacement and Text AutoComplete plug-in, the editor with this function can effectively improve the writing speed of the code, improve their productivity, such as I input if and then press the TAB key will be replaced if a complete if structure, can greatly improve the efficiency, of course, how to replace the specific can be configured. Detailed usage Reference: Finger text

textfx This is known as notepad++ above the best use of plugin, with super-strong text processing capabilities, such as text encoding processing. Programming is to some extent textual work, so this plugin should be very helpful to developers. Previously installed by default, it is now necessary to manually install it yourself. For detailed usage, refer to: http://zhibin07.iteye.com/blog/1287234

Task List to automatically scan the current document, and to find all the comments that begin with "TODO:" column in the right panel, double-click to jump to the row. This is similar to the Todo feature in Eclipse, which makes it easy to mark up work that is not done.

HTML tag is useful for editing HTML code, its main function is to match the selected label, the HTML tag encoding and decoding, the JS encoding and decoding, I think the HTML tag encoding and decoding is the most useful function.
nppexec plugin lets notepad compile run Java, Python
hex-editor This plugin mainly provides 16 binary viewing and editing capabilities.
poormanstsqlformatter Automatic formatting of SQL Quick Color picker colour capture

Use First, notepad++ Auto-complete codeThe notepad++ autofill code is set in notepad++: Settings, preferences, backup and auto-complete, all inputs are enabled auto-complete

ii. Configuring Nppexec to execute Java code
1. Variable meaning
Full_current_path File path name E:/java/hellonpp.java
Current_directory file directory (without file name) e:/java/
file_name file Full name Hellonpp.java
Name_part file name (not including EXT) HELLONPP
Ext_part file extension Java

2. Configure the Java file to be written, then click Plugins->nppexec->execute
Input script:
Npp_save
CD $ (current_directory)
Javac $ (name_part). java
Java $ (Name_part)
In turn:
1. The directory where the CD-to-Java files reside
2. Compiling Java files
3. Execute Java File
Then click Save to run the Java file with the name compiled
3. Advanced Option Save operation
Into the nppexec->advanced options.
Then in the lower left associated script Select our previous compile run Java file, add/modify then OK
4. Configure shortcut keys
Enter Setting->shortcut Mapper
In the plugin commands panel, double-click to fill in the shortcut key. We fill in the Java file of the above compile run as Ctrl+f12
Then go to our program and press CTRL+F12 to run the Java file.

Reference: http://blog.csdn.net/wang02011/article/details/7743522
http://blog.csdn.net/borishuai/article/details/8510306
http://www.crifan.com/files/doc/docbook/rec_soft_npp/release/htmls/npp_common_plugins.html
Http://www.ziliao1.com/Article/Show/91EFE7FEFE9FAD9CAEECEAE6EA9B90E9.html

notepad++ plug-in and configuration related

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.