How can I change font size in Eclipse for Java tex

2019-01-03 11:54发布

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?

16条回答
爷、活的狠高调
2楼-- · 2019-01-03 12:11

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

查看更多
老娘就宠你
3楼-- · 2019-01-03 12:14

Running Eclipse v4.3 (Kepler), the steps outlined by AlvaroCachoperro do the trick for the Java text editor and console window text.

Many of the text font options, including the Java Editor Text Font note, are "set to default: Text Font". The 'default' can be found and configured as follows:

On the Eclipse toolbar, select WindowPreferences. Drill down to: (GeneralAppearanceColors and FontsBasicText Font) (at the bottom)

  • Click Edit and select the font, style and size
  • Click OK in the Font dialog
  • Click Apply in the Preferences dialog to check it
  • Click OK in the Preferences dialog to save it

Eclipse will remember your settings for your current workspace.

I teach programming and use the larger font for the students in the back.

查看更多
来,给爷笑一个
4楼-- · 2019-01-03 12:15

On Mac:

  1. Eclipse toolbar Eclipse → Preferences OR Command + , (comma)

  2. GeneralAppearanceColors and FontsBasicText Font

  3. Apply

查看更多
叼着烟拽天下
5楼-- · 2019-01-03 12:17

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.

  • On the Eclipse toolbar, select WindowPreferences
  • Set the font size, GeneralAppearanceColors and FontsJavaJava Editor Text Font).
  • Save the preferences.

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

Eclipse v4.2 (Juno) note

Per comment below, this has moved to the Eclipse Preferences menu (no longer named the Window menu).

Eclipse v4.3 (Kepler) note

The Window menu is live again, that is, menu WindowPreferences.

Note Be sure to check out the ChandraBhan Singh's answer, it shows the key bindings to change the font size.

查看更多
戒情不戒烟
6楼-- · 2019-01-03 12:17

This worked for me:

  1. On the Eclipse toolbar, select WindowPreferences.

  2. Set the font size (GeneralAppearanceColors and FontsBasicText Font):

    Enter image description here

  3. Save the preferences.

查看更多
神经病院院长
7楼-- · 2019-01-03 12:17

I tend to use menu WindowsPreferencesGeneralAppearancesColors and FontsJava Text EditorsChangeApply.

查看更多
登录 后发表回答