Notepad ++ is more powerful than notepad in windows. In addition to plain text instruction files, it is also very suitable for compiling computer program code. Notepad ++ not only provides syntax high-Brightness Display, but also syntax folding functions. It also supports macros and plug-ins that expand basic functions.
Chinese version:
Link: https://pan.baidu.com/s/14a3va-9HCMJ_DWNFSEg5Bw
Extraction code: pn52
1. Basic functions
-
Supports high-Brightness Display of 27 syntaxes
-
Automatically detects file types and displays Nodes Based on keywords.
-
The dual window can be opened, and multiple subwindows can be opened in different windows. You can quickly switch to full-screen display mode (F11) and change the document display ratio with the scroll wheel.
2. Custom function plug-in extension
Official Plugin:
Http://docs.notepad-plus-plus.org/index.php/Plugin_Central
Installation Method: place the downloaded and decompressed DLL file under the plugin file, and then choose Settings> Import plug-in.
Recommended compare tool, can compare two files different (currently only 32-bit official plug-in, 64-bit students please transfer Network Disk: https://pan.baidu.com/s/1cZGjM7IQEmaiiCILsCmc9A extraction code: 24ct ).
Plug-in usage:
Topic Extension
The method is the same as above. Set> Import> import topic.
MD5 Tool
Open Method: tool-> MD5
Folder workspace usage
Open Mode: View-> folder Workspace
Subject change
Settings> language format settings
Language Selection
We recommend that you select the language of the file when using the text editor to process the file. notepad ++ will change the format accordingly. Method of selection: Language-> J-> JAVA
Macro definition
I don't think it is necessary to use code. It does one thing repeatedly.
Run
HTML files can be directly stored inRun-> launch in chromeJump display.
Indent reference line
Show all hidden characters
Synchronous scrolling
This mode is executed under multiple files. The two files can be synchronized and rolled.
Search and replace
This is the most common one. CTRL + F and notepad support full-text replacement and regular matching:
Column editing
Thanks for the name[Oriental wooyun] (https://www.jianshu.com/u/500ef428a2d0)This friend reminded that column editing is a one-time operation of a column, which is currently available in popular Ida. I usually use it when creating object classes becauseprivate String xxxIs often seen in the Entity class.
:
Usage:
I usually hold down ALT and hold down the mouse to pull down a vertical column.
Additional usage:
Alt + C (or edit-> column edit) triggered
Inserting a number is also interesting. You can simply insert the text and paste it directly.
This is what I basically use. Although it will not be used for development, it will be used by chance. If you are familiar with a tool, there may be more processing ideas, so that you can efficiently develop and find and solve problems in the view.
How to use Notepad ++ efficiently