The CTRL+Space did not show function details. This was missed when i first fixed...
authorEdward Mann <phpeclipse.dev@edmann.com>
Thu, 7 Feb 2008 18:12:54 +0000 (18:12 +0000)
committerEdward Mann <phpeclipse.dev@edmann.com>
Thu, 7 Feb 2008 18:12:54 +0000 (18:12 +0000)
fix 656

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()