2 new methods from the interface were missing (I think)
authorkpouer <kpouer>
Mon, 7 Apr 2003 09:06:25 +0000 (09:06 +0000)
committerkpouer <kpouer>
Mon, 7 Apr 2003 09:06:25 +0000 (09:06 +0000)
net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/resourcesview/MainActionGroup.java

index 4c4d355..257b5b8 100644 (file)
@@ -147,6 +147,14 @@ public class MainActionGroup extends ActionGroup {
                        return phpResourcesView.getAdapter(arg0);
                }
 
+    //It was missing ?
+    public boolean isLinkingEnabled() {
+      return false;
+    }
+
+    //It was missing ?
+    public void setLinkingEnabled(boolean b) {
+    }
        }
 
 }
\ No newline at end of file