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

here's the org.eclipse.dltk.ui.preferences file:

#Wed Mar 03 15:24:41 CET 2010
useAnnotationsPrefPage=true
lastRecentlyUsedFilters=org.eclipse.php.ui.explorer.DotFilesFilter,
org.eclipse.php.ui.explorer.RSEProjectFilter=true
eclipse.preferences.version=1
sourceHoverBackgroundColor.SystemDefault=true
CustomFiltersActionGroup.org.eclipse.php.ui.explorer.TAG_DUMMY_TO_TEST_EXISTENCE=storedViewPreferences
sourceHoverBackgroundColor=255,255,225
useQuickDiffPrefPage=true

-robert


On Mar 3, 2010, at 3:33 PM, Roy Ganor wrote:

Thanks,
Since I see that org.eclipse.php.core.LANGUAGE is installed, I can only guess that Alex is right in his observation that the script proposals were filtered somehow.
Can you please send another file .metadata/plugins/org.eclipse.core.runtime/.settings/org.eclipse.dltk.ui.preferences.
 
Thanks!
Roy
From: pdt-dev-bounces@xxxxxxxxxxx [mailto:pdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Robert Gruendler
Sent: Wednesday, March 03, 2010 4:25 PM
To: PDT Developers
Subject: 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
 
_______________________________________________
pdt-dev mailing list
pdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pdt-dev


Back to the top