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 a开发者_运维知识库ppear 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).)
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.
I had to delete the project (without removing contents from disk), then re-import my project using File > Import > Other > Existing Folder.
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
精彩评论