How to disable HTML validation for PHP files in Eclipse Juno 4.2.1?

I am using Eclipse to develop PHP / MySQL / JS. From Eclipse 4.2.1 Classic, Ive installed the Data Tools, Subclipse, and PDT platforms. Eclipse tries to do HTML validation on my PHP files, but gets confused with some of my jumps and exits from PHP, and of course I don't like it when my scripts output non-HTML-XML.

In older versions of Eclipse (possibly Ganymede), I can go to Window> Preferences and turn off HTML validation in the Validators section, but I no longer have this section. I also do not have it in the project properties.

Ideally, I just want HTML checking to be turned off for PHP, but since I actually don't have any simple HTML files, I disable them perfectly. The only answers I found say to disable it in the "Validators" section of "Window"> "Settings", but since this section does not exist, this does not help me. Has it been renamed and moved, or is there something else I need to install in order to get it back?

+6
source share
1 answer

Install "Eclipse Web Toolkit Tools" from the juno repository.

+3
source

All Articles