Thursday, 22 November 2018

How to change font size in Eclipse for Java text editors?

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?

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print ...