34

I've been using Eclipse PHP since quite a while with Subclipse, but suddenly, the tiny icons which appear before the files in the PHP Explorer and Navigator don't appear any more.

I've already re-installed Eclipse and the Subclipse plugin, to no avail.

I am using Subclipse for SVN and the functionality seems to be working just fine, just the icons don't appear.

It's quite tough to manually remember which files I've edited/updated if I don't see these icons.

Has anyone seen anything like this before? (I am on Ubuntu 10.04 (Lucid Lynx).)

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Aman Alam
  • 11,231
  • 7
  • 46
  • 81

3 Answers3

67

Search the preference menu Window > Preferences for "Decoration", and make sure general > appearance > label decoration > SVN is checked. Also, check options under Team > SVN > Label Decorations. You may need to disable and re-enable these settings for them to work again.

zb226
  • 9,586
  • 6
  • 49
  • 79
Sajid
  • 4,381
  • 20
  • 14
7

I had to delete the project (without removing contents from disk), then re-import my project using File > Import > Other > Existing Folder.

datico
  • 330
  • 2
  • 5
3

I has had the same issue with subversive. To see that decoration in synchronisation view I had to uncheck "File Icons Based On Content Analysis" in Window->Preferences->General->Appearance->Label Decorations

l0 Mag
  • 41
  • 2
  • I have just upgraded my Eclipse to Oxygen 3. I use SVN and get this bug in Synchronize. Your solution fix my problem. Thank you. – Duc Vu Nguyen Apr 06 '18 at 17:56