make sure that the VariableHover for the debugPlugin is the first to show
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / text / java / hover / JavaEditorTextHoverDescriptor.java
index 7f8148f..410463d 100644 (file)
@@ -309,4 +309,14 @@ public class JavaEditorTextHoverDescriptor implements Comparable {
        public boolean isEnabled() {
                return fIsEnabled;
        }
+       
+       /**
+        * Returns this hover descriptors configuration element.
+        * 
+        * @return the configuration element
+        * @since 3.0 
+        */
+       public IConfigurationElement getConfigurationElement() {
+               return fElement;
+       }
 }