Notepad ++, quick text, and Zen coding configure the HTML Development Environment

Source: Internet
Author: User

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');

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.