Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I change the default font for Python code in Eclipse?

In Eclipse, how can I change default font for Python code in the editor (PyDev plugin)?

I navigate to menu WindowPreferenceGeneralAppearanceColors & Fonts, but I don't find which item would affect the Python code font.

like image 580
bnguyen82 Avatar asked Mar 26 '12 08:03

bnguyen82


2 Answers

This is for Mac:

Go to Eclipse → PreferencesGeneralAppearanceColors and FontsBasicText Font.

Edit the font structure for the text font.

Screen shot for the process

like image 50
Abhishek Upadhyaya Avatar answered Sep 28 '22 03:09

Abhishek Upadhyaya


As you are using PyDev, you should have a look at menu WindowPreferencesPyDevEditor (PyDev Editor Preferences).

like image 34
gecco Avatar answered Sep 28 '22 04:09

gecco