[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.pdt] Re: AutoComplete for "core" functions not working
|
After reading
http://iwebdev.wordpress.com/2008/08/27/eclipse-svn-project-problems/, I
deleted all my "buildSpec" nodes, closed and reopened the project. Auto
complete now works, and two of the build commands were readded... It's
POSSIBLE that javascript build command (now absent from my project file)
caused the problem, OR Eclipse is additionally saving project data in a
different place.
My current (working) .project file...
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>lb</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>
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
</natures>
</projectDescription>