Installing the configuration under Windows Ulipad

Source: Internet
Author: User

Installing the configuration under Windows Ulipad

Today we recommend a lightweight text editor Ulipad, which is handy for writing small python scripts.

Ulipad:

Https://github.com/limodou/ulipad

Http://files.cnblogs.com/dolphin0520/ulipad.4.1.py27.rar

Note that Ulipad is written based on Wxpython, so Wxpython support is required to install Wxpython first.

After the installation is complete, opening ulipad is the following interface:

  

Ulipad General Settings:

Select "Edit", "parameters":

  

Here you can set the file's default encoding format, auto indent, etc.

In addition, it is important to note that the "input assistant" must be set, otherwise the Ulipad automatic prompt is very slow:

  

The default is "400 microseconds", preferably changed to "10 microseconds."

  

In addition, ULIPAD supports syntax highlighting and, if required, can be set by selecting "Document", "Syntax parameter":

  

In addition, Ulipad Support directory browsing, select "File", "Directory Browsing". and Ulipad supports debugging functions, and can install some plugins for Django development.

If you need to have right-click Open mode support for. py files:

1. Open the registry (WIN+R, run box input regedit)

2. Set the *.py file first. Locate the Registry directory Hkey_classes_root\python.file\shell, right-click on the shell folder icon → new → item, name the new item, what name is here, what name will be displayed in the right button, for example my "Edit with Ulipad ".

3. On the "Edit with Ulipad" continue to the right-click New Item, the item named "Command", point command, a "default" appears on the right, and the following data is empty, now is the data here to add.

4. Double-click the default pop-up Edit dialog box to copy the following characters:

"D:\Program Files\ulipad\ulipad.exe" "%1"

The "Edit with ulipad" option is more in the right-click. py file.

Installing the configuration under Windows Ulipad

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.