From: axelcl <axelcl>
Date: Mon, 27 Jun 2005 19:24:51 +0000 (+0000)
Subject: Added a ProblemsLabelDecorator for the Navigator tree view.
X-Git-Url: http://git.phpeclipse.com

Added a ProblemsLabelDecorator for the Navigator tree view.
---

diff --git a/net.sourceforge.phpeclipse/plugin.xml b/net.sourceforge.phpeclipse/plugin.xml
index 1a46707..0d6812b 100644
--- a/net.sourceforge.phpeclipse/plugin.xml
+++ b/net.sourceforge.phpeclipse/plugin.xml
@@ -104,10 +104,9 @@
    
   <extension
 	point="org.eclipse.ui.decorators">
- <!--
 	<decorator
 		label="%ProblemsLabelDecorator.label"
-		state="false"
+		state="true"
 		lightweight="true"
 		location="BOTTOM_LEFT"
 		class="net.sourceforge.phpdt.ui.ProblemsLabelDecorator"
@@ -122,11 +121,10 @@
 				</objectClass>         
 				<objectClass
 					name="net.sourceforge.phpdt.core.IJavaElement">
-				</objectClass>
+				</objectClass> 
 			</or>                
 		</enablement>
 	</decorator>
-	-->
 	<decorator
 		label="%OverrideIndicatorLabelDecorator.label"
 		lightweight="true"