Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Code completion and ctrl-click: looking in wrong directory
Code completion and ctrl-click: looking in wrong directory [message #83294] Mon, 10 November 2008 10:17 Go to next message
Bart van Heukelom is currently offline Bart van HeukelomFriend
Messages: 1
Registered: July 2009
Junior Member
I've recently moved a lot of code from one folder to another, and deleted
the first folder. Now the code completion and Ctrl-Click is broken,
because it will keep looking in the old folder.

Code completion only shows methods that were in the old version. Changes
don't appear

Ctrl-click on methods doesn't do anything

Ctrl-click on classes shows me an option dialog, which shows the old and
new class file.

I already hit refresh, and deleted the contents in .cache.

I'm using PDT 1.0.3 on Eclipse 3.3.2 and accessing my code on an FTP
server through the RSE plugin.

Can I solve this, or is it a bug?
Re: Code completion and ctrl-click: looking in wrong directory [message #83317 is a reply to message #83294] Mon, 10 November 2008 14:29 Go to previous message
Eclipse UserFriend
Originally posted by: nickboldt+eclipse+newsgroup.gmail.com

There may be other .dotfiles in the new project (eg., .project?
..settings?) which point to the old folder -- to see these files, open
the Navigator view using CTRl-3 or SHIFT-ALT-Q,Q, or from Window > Show
View. Right-clicking the project's folder and selecting Properties may
show other pointers to the old location.

Upgrading to the latest Eclipse (3.4.x), PDT (2.0), and RSE may help too.

You could also try restarting eclipse with the -clean flag.

Bart van Heukelom wrote:
> I've recently moved a lot of code from one folder to another, and
> deleted the first folder. Now the code completion and Ctrl-Click is
> broken, because it will keep looking in the old folder.
>
> Code completion only shows methods that were in the old version. Changes
> don't appear
>
> Ctrl-click on methods doesn't do anything
>
> Ctrl-click on classes shows me an option dialog, which shows the old and
> new class file.
>
> I already hit refresh, and deleted the contents in .cache.
>
> I'm using PDT 1.0.3 on Eclipse 3.3.2 and accessing my code on an FTP
> server through the RSE plugin.
>
> Can I solve this, or is it a bug?
>

--
Nick Boldt :: http://wiki.eclipse.org/User:Nickb
Previous Topic:if you want to enjoy 3.4 go for PHPEclipse
Next Topic:Nested Class/Function and Code Completion
Goto Forum:
  


Current Time: Sat Apr 20 03:37:48 GMT 2024

Powered by FUDForum. Page generated in 0.02790 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top