Changes:
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / resourcesview / MainActionGroup.java
index 3ad7a7b..cfcfe82 100644 (file)
@@ -76,7 +76,7 @@ public class MainActionGroup extends ActionGroup {
                        return null;
                }
 
-               public ResourceSorter getSorter() {
+               public  ResourceSorter getSorter() {
                        return null;
                }
 
@@ -145,6 +145,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