Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have just tried to change my font size in Eclipse 3.6.0 in the following way:

General → Appearance → Colors and Fonts → Java Editor text font

However, the font size only changed in the file I had open. How can I change the font size for all Java files and projects I open in Eclipse?

share|improve this question
1  
What you did seems to work.. Try a classical turn off - turn on of Eclipse ;) – bluish Feb 7 '11 at 14:35
Works fine in 3.5 using those same directions. – jzd Feb 7 '11 at 14:38
5  
FYI, if you want to change all editors at the same time, select General → Appearance → Colors and Fonts → Basic → Text Font. – Philip Murphy Oct 10 '12 at 0:17
possible duplicate of How to change font size quickly in Eclipse – Code-Guru Oct 31 '12 at 1:50

3 Answers

If you are changing the font size, but it is only working for the currently open file, then I suspect that you are changing the wrong preferences.

  1. On the eclipse toolbar, select Window ! Preferences
  2. Set the font size (General → Appearance → Colors and Fonts → Java Editor text font).
  3. Save the preferences.

Check that you do not have per-project preferences, these will override the top level preferences.

Juno Note
Per comment below, This has moved to the Eclipse ! Preferences menu (no longer named the Window menu).

share|improve this answer
1  
Was searching for the same question tonight and found this...just a quick note: in JUNO they have moved Preferences section under EClise menu...: EClipse->Preferences..... just If I knew Eclipse keeps moving things around so much! – BDotA Jun 30 '12 at 3:37
tested on Version: Indigo Service Release 2 on 12-12-2012 good answer – shareef Jan 11 at 12:01
On the eclipse toolbar, select Window ! Preferences
Set the font size (General → Appearance → Colors and Fonts → structure Editor text font).
Save the preferences.
share|improve this answer

You can have a look at eclipse color theme also which has a hell lot of options for customizing font, bg color etc.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.