show/hide this revision's text 2 deleted 133 characters in body

After hours of looking around I have found how to definetly remove JS validation.

There are two ways of doing it :

A- Easy way

  • Right click on

    This means editing your project>properties>Builders

  • DELETE (not .project file, so back it up before just uncheck) the Javascript builder
  • Project will rebuild

B- Hard core wayin case.

  • Close Eclipse
  • open
  • Open your .project file
  • delete
  • look for the node containing following line : org.eclipse.wst.jsdt.core.javascriptValidator<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
  • delete it
  • save the your file
  • open back eclipseand start Eclipse

There no more red or yellow squibble all over the place... but no more js validation.

If anyone knows how to do it properly without editing .project file please share.

show/hide this revision's text 1

After hours of looking around I have found how to definetly remove JS validation.

There are two ways of doing it :

A- Easy way

  • Right click on your project>properties>Builders
  • DELETE (not just uncheck) the Javascript builder
  • Project will rebuild

B- Hard core way

  • Close Eclipse
  • open your .project file
  • delete the node containing : org.eclipse.wst.jsdt.core.javascriptValidator
  • save the file
  • open back eclipse

There no more red or yellow squibble all over the place... but no more js validation.