matheuslf
matheuslf

Reputation: 309

Eclipse doesn't show which classes were changed anymore

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

Answers (2)

BaptisteL
BaptisteL

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

Arne Deutsch
Arne Deutsch

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

Related Questions