Tasklist with TODO in code not working [message #1687839] |
Thu, 19 March 2015 20:39 |
|
Eclipse for PHP Developers
Version: Luna Service Release 2 (4.4.2)
Build id: 20150219-0600
I make use of //TODO in code very often.
Migrating from Indigo to Luna it doesn't work anymore.
For the old code with //TODO I actually still see the icon on the left where are the line numbers, and the task is present in the tasklist.
For the new code I'm writing now, nothing happens.
Any idea?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Tasklist with TODO in code not working [message #1688282 is a reply to message #1688276] |
Fri, 20 March 2015 12:18 |
|
WAIT A MINUTE! I've found something...
If I create a project without clicking "Next", it owrks!
If I create a project clickng "Next" EVERY project stops working, and they will never work again not even repeating the magic sequence on a new project
It starts working again only in a new workspace!
So I'm close to the solution of the problem....
|
|
|
|
Re: Tasklist with TODO in code not working [message #1688299 is a reply to message #1688287] |
Fri, 20 March 2015 12:49 |
|
Yes, it works! But why for EVERY project and not only for the new one? It stops working the entire Workspace!!!
I've also found the following differences in .project inside the working project. This depend only on clicking "next or not.
WORKING PROJECT
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>b</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<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.common.project.facet.core.nature</nature>
</natures>
</projectDescription>
NOT WORKING PROJECT
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>c</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>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
<nature>org.eclipse.php.core.PHPNature</nature>
</natures>
</projectDescription>
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.07269 seconds