Eclipse+pydev ways to solve Chinese display and annotation problems

Source: Internet
Author: User

Eclipse+pydev ways to solve Chinese display and annotation problems the settings of Eclipse

Window->preferences->general->editors->texteditors->spelling->encoding->utf-8, the encoding format of the editor

Window->preferences->workspace->textfile Encoding->utf-8

Open the Eclipse installation directory->eclipse.ini, add "-dfile.encoding=utf-8" to the last line

File encoding

PY file Remember to save to UTF-8, the first line of the file plus "#coding =utf-8", this sentence can control the code can enter Chinese characters

Set when run

Run-->run configurations->pythonrun->common-> Encoding->utf-8, this should be the runtime can solve the problem of Chinese garbled.

Change Blank module default display #-*-coding:utf-8-*-

If you want to add "#-*-Coding:utf-8-*-" in a sentence each time you create a new empty module, you can go through window--preferences--pydev--editor--template--empty and then click "Edit "button, the statement we want to add into it, will be the default statements removed, rewritten as: #-*-coding:utf-8-*-Such a sentence, and then you create a blank module, no need to copy the code statement every time

When you create a Python project, the input is too thin and can be set by the first one in Window > Preferences>general>appearance>colorand fonts. Basic inside the textfonts set size can be.

Eclipse+pydev ways to solve Chinese display and annotation problems

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.