1

I am using CVS with Eclipse. When I change the font size through GeneralAppearanceColors and Fonts, I get changes applied only in my projects, and those changes are not applied to CVS files (which do not belong to my own files, which is connected through Subversion).

How do I apply the font size even, the Subversion files of my Eclipse?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Venkat
  • 20,802
  • 26
  • 75
  • 84

1 Answers1

0

Files that include code do not have any styling attributes, they just store plain text.

So all users have to set the font size themselves.

Display name
  • 2,697
  • 2
  • 31
  • 49