Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pdt-dev] No code assistance for PHP Language Library

Hi Roy,

here you go:

.settings/org.eclipse.php.core.prefs:

#Wed Mar 03 15:21:13 CET 2010
eclipse.preferences.version=1
include_path=0;/asdf

.buildpath:

<?xml version="1.0" encoding="UTF-8"?>
<buildpath>
<buildpathentry kind="src" path=""/>
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
</buildpath>

.project

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>asdf</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.validation.validationbuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.dltk.core.scriptbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.php.core.PHPNature</nature>
</natures>
</projectDescription>


On Mar 3, 2010, at 2:56 PM, Roy Ganor wrote:

Hi Robert,
Can you share your .settings folder, .buildpath and .project files?
 
Best regards,
Roy
From: pdt-dev-bounces@xxxxxxxxxxx [mailto:pdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Robert Gruendler
Sent: Wednesday, March 03, 2010 2:08 PM
To: PDT Developers
Subject: [pdt-dev] No code assistance for PHP Language Library
 
Hi all,
 
i don't get any code assistance for the php language library in php projects.
 
The only assistance that shows up,are the template proposals, like try/catch, fn etc.
 
My PDT extension is completely disabled in the run environment, and i've tested this
bug also on a standalone eclipse installation with the latest pdt 2.2.
 
Version Info:
Eclipse: 3.5.2 Build id: M20100211-1343
DLTK: 2.0.0 (CVS HEAD)
PDT: 2.2.0 (CVS HEAD)
 
Anyone else experiencing this problem?
 
regards
 
-robert
_______________________________________________
pdt-dev mailing list
pdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pdt-dev


Back to the top