Reputation: 309
I'm using the Kleper version of Eclipse. Days ago the IDE was working fine but I made some configurations in Window -> Preferences and my Eclipse doesn't show anymore which classes were changed.
When I say "classes were changed" I mean the symbol '>' beside the class name is gone. Example: > Teste.java
What can I do to fix that?
Upvotes: 1
Views: 107
Reputation: 499
It depends of your versioning system, but in general this is set in :
Window -> Preference -> Team -> your_version_system -> Label Decoration
in the Text Decorations tab.
Upvotes: 1
Reputation: 14769
Probably you accidently changed a setting in General->Appearance->Label Decorations
? There you can enable/disable annotations ... e.g. CVS
anntotations.
Upvotes: 2