Keyboard shortcut to change font size in Eclipse?

前端 未结 10 1524
南方客
南方客 2020-11-30 17:59

It is relatively straightforward to change font sizes in Eclipse through preferences (and answered several times in this forum).

However I\'d like to change font si

10条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-30 18:05

    Eclipse Neon (4.6)

    Zoom In

    Ctrl++

    or

    Ctrl+=

    Zoom Out

    Ctrl+-

    This feature is described here:

    In text editors, you can now use Zoom In (Ctrl++ or Ctrl+=) and Zoom Out (Ctrl+-) commands to increase and decrease the font size. Like a change in the General > Appearance > Colors and Fonts preference page, the commands persistently change the font size in all editors of the same type. If the editor type's font is configured to use a default font, then that default font will be zoomed.

    So, the font size change is not limited to the current file and the new value of the font size is available here Window > Preferences > General > Appearance > Colors and Fonts.

提交回复
热议问题