0

I know that this is how to change the font size for editing Java files in Eclipse:

  1. Open the Preferences
  2. General → Appearance → Colors and Fonts → Java Editor text font
  3. Select desired font size

How do I change the font size for editing R files in Eclipse using the StatET plugin?

I Like to Code
  • 7,101
  • 13
  • 38
  • 48

1 Answers1

1

Based on Philip Murray's comment to How can I change font size in Eclipse for Java text editors? one way to do this is to change all editors at the same time:

  1. Open the Eclipse Preferences
  2. Select General → Appearance → Colors and Fonts → Basic → Text Font
  3. Select desired font size
Community
  • 1
  • 1
I Like to Code
  • 7,101
  • 13
  • 38
  • 48