Adam Matan
Adam Matan

Reputation: 136509

How do I change the default text font in Eclipse?

How do I set the default font size in Eclipse?

I'd like to set a default for unrecognized file types, like shell scripts and text files.

Upvotes: 38

Views: 45349

Answers (3)

IR Rajib
IR Rajib

Reputation: 21

Use menu WindowPreferencesGeneralAppearanceColors and fontsBasicText FontEdit.

Here you can change your preferred font and size.

Upvotes: 1

thonnor
thonnor

Reputation: 1246

As a side note to this, using Eclipse v4.3 (Kepler), I have just opened up Eclipse on my shiny new works laptop and everything was in Segoe UI font - Bizarre.

I used the following to reset everything as the previous examples didn't seem to format XML and a few other types very well...

GeneralAppearanceColors and FontsStructured Text EditorsStructured Text Editor Text font (overrides...)

Once I set this to Consolas it seems to have set everything to Consolas :)

Upvotes: 0

Adam Matan
Adam Matan

Reputation: 136509

Software Salariman has posted a solution - "Change Default Text Font in Eclipse".

The default font is set in:

Menu WindowPreferencesGeneralAppearanceColors and fontsBasic/Text Font.

Upvotes: 55

Related Questions