Has anyone experienced this? or does anyone know why I am getting "undefined attribute name" warnings in Eclipse Indigo with PHP SDK?

this only occurs when I place tags inside html tags, i.e.

<span <?php echo ($test_var) ? 'class="active"' : '' ?> >text here</span>

but this is ok :

<ul>
<?php if( $test ) : ?>
<li>text</li>
<?php endif; ?>
</ul>

I just installed Eclipse Indigo and added the PDT SDK, i never had this kind of warning with galileo ... helios

link|improve this question
I remember this from an older version of Eclipse. Seems to be one of those things they keep breaking and then fixing in WST (the plugin behind HTML / JS / CSS support). Search the bug tracker and / or file a new bug. In any case, it's just an IDE warning, ignore it – Phil Aug 29 '11 at 0:33
it can be pretty annoying, specially when i want to just verify that my markup is correct ( no missing closing tags , etc ). but thanks, i'll keep an eye on the plugin's updates. – Gerhard Aug 29 '11 at 0:57
I'm pretty sure you can disable that particular warning. Have a dig through the preferences dialogs – Phil Aug 29 '11 at 1:02
I did, although I really wish I didn't have to. It just feels like the '@' for php. – Gerhard Aug 29 '11 at 19:15
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.