I’m using Eclipse EE Indigo.
I made changes to the Java editor syntax coloring.
The changes are perfectly applied to newly created projects through eclipse, but when I check out projects from SVN, it seems like the syntax coloring is partially applied.
For instance, I set the class syntax coloring to Cyan. In a newly created project – works just fine. When I check out another project in SVN, classes syntax coloring stays black.
Any ideas what am I doing wrong here?
I found the problem. It seems that when I checked out the project from SVN, it did not import it to the workspace as an Eclipse Java project and therefore didn’t have the classpath defined. Now that I corrected it and imported the project as it should be, I get all the syntax colors working as they should be.