1. Plug-In download and conventions
We recommend that you download the latest plug-in from the official website.
The version used in this article is as follows:
Notepad ++ 5.9.3
Quick text 0.2.1
Zen coding 0.7
Set npp_home to the installation path of notepad ++.
2. Configuration
1), quick text Configuration
Decompress the file. Put the quicktext. ini file in npp_home/plugins/config/quicktext. ini. If there is no corresponding directory, create it by yourself.
Set quicktext. Uni. dll (the English environment uses quicktext. ANSI. dll)
2), Zen coding Configuration
Decompress the file.
Place the nppscripting folder and nppscripting. dll in npp_home/plugins.
After restarting notepad ++, the plug-in will be installed.
3. Resolve the shortcut key conflict
1) After the quick text plug-in is installed, replace tag Tab
It conflicts with the tab key and cannot be indented when multiple lines are selected. The best practice is to set it to replace tag Ctrl + Right
In the menu "plug-in"> quick text, you can see that the shortcut key is tab.
Open the shortcut key setting window in the menu "Settings"> "manage shortcut keys", click "plugins commands", and find
Change the replace tag to Ctrl + right.
2) After the Zen coding plug-in is installed, 'evaluate math expression' Ctrl + y conflicts with Ctrl + y of all software.
Best Practice: npp_home \ plugins \ nppscripting \ shortdes \ Zen coding. js
addMenuItem('Evaluate Math Expression', 'evaluate_math_expression', 'Ctrl+Y');
Change
;
addMenuItem('Evaluate Math Expression', 'evaluate_math_expression', 'Ctrl+Shift+Alt+Y');