5

How to Zoom in and Zoom out text in Eclipse? I found plugins but I can not Install Manually Kindly tell me the procedure to install different Plugins in Eclipse. I asked this question after facing lot of issue using Android development tools(Eclipse).

Naveed Ahmad
  • 6,627
  • 2
  • 58
  • 83
  • 1
    Possible duplicate of [Eclipse IDE: How to zoom in on text?](http://stackoverflow.com/questions/790720/eclipse-ide-how-to-zoom-in-on-text) – eclipz905 Nov 20 '15 at 14:22

4 Answers4

6

Check out this link and you will love it Eclipse-Fonts First you have to open eclipse, in help Menu, find "Install new Softwares" paste the below link in "Works with" text Box

http://eclipse-fonts.googlecode.com/svn/trunk/FontsUpdate/

and press Enter, in the below box you will see "Eclipse-fonts", now press the next buttons..... and you have done it. enter image description here After installation is finished, you will see A icon in toolbox and you can zoom in using Ctrl+ and Zoom out using Ctrl- enter image description here

I think this will help you.

Naveed Ahmad
  • 6,627
  • 2
  • 58
  • 83
4

Too late but it could be helpful :

Go to Window Menu > Preferences > General > Appearance > Colors and Fonts

then go to Java > Java Editor Text Font > Edit

Mifmif
  • 3,132
  • 18
  • 23
3

Eclipse Neon has a built-in zoom option. The default key binds are: Ctrl + or Ctrl = to Zoom in and Ctrl - to zoom out.

HRJ
  • 17,079
  • 11
  • 56
  • 80
2

I've answered it here. How can I change font size in Eclipse for Java text editors?

For Eclipse Neon

To Increase Ctrl +

To reduce Ctrl - enter image description here

ChandraBhan Singh
  • 2,841
  • 1
  • 22
  • 27