The CTRL+Space did not show function details. This was missed when i first fixed...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / text / template / DeclarationProposal.java
index 30c2e8c..c483035 100644 (file)
@@ -170,7 +170,7 @@ public class DeclarationProposal extends AbstractProposal { // implements
                // PHPeclipsePlugin.getWorkspace().getRoot().getLocation().toString();
                String workspaceLocation;
                if (fProject != null) {
-                       workspaceLocation = fProject.getFullPath().toString() + '/';
+                       workspaceLocation = fProject.getLocation().toString() + '/';
                } else {
                        // should never happen?
                        workspaceLocation = PHPeclipsePlugin.getWorkspace().getRoot()