bumcrumbs
bumcrumbs

Reputation: 93

How can I change the Eclipse GUI font?

How can I change the Eclipse GUI font size?

For instance, I would like to make the font for "Project Explorer" or "Members" smaller.

Upvotes: 9

Views: 10774

Answers (4)

Mykhaylo Adamovych
Mykhaylo Adamovych

Reputation: 20956

Eclipse Project/Package explorer, Outline window are using OS default font for labels.
For Win 7+ go to Control Panel\Appearance and Personalization\Personalization click 'Window Color' to start 'Window Color and Appearance' dialog. Decrease 'Message Box' font.

enter image description here

Eclipse restart required
In newer versions of Eclipse this becomes configurable (Tree and Table font for views)

Upvotes: 1

Navneet
Navneet

Reputation: 393

Reiterating @Vitor De Mario answer with few more screenshots.

I use Eclipse IDE for Enterprise Java Developers Version: 2020-09 (4.17.0) on MacOS Catalina. The font size of Eclipse package explorer was very small and hard to read. enter image description here

You can change it through eclipse preferences (shortcut: Command key + ,) enter image description here

It looks a lot better now.

enter image description here

Upvotes: 11

Vitor De Mario
Vitor De Mario

Reputation: 1179

I don't know if you can change the font for one specific section. However, you can do it for Eclipse as a whole, in PreferencesGeneralAppearanceColors and FontsView and Editor Folders, on Part title font and View message font.

Enter image description here

Upvotes: 6

Konstantin Komissarchik
Konstantin Komissarchik

Reputation: 29139

Most of the controls in Eclipse (such as tree views) use native OS widgets. For these, the font face or size cannot be adjusted in Eclipse. You have to adjust it at OS level.

Upvotes: 0

Related Questions