Disable CSS validation in Aptana Studio

I am using Aptana Studio 3.0.9 and it currently marks a number of errors in CSS files.

I've tried the procedure here , including filtering on. * (which should filter every CSS error), but errors persist. I cleaned, restarted and they won't disappear.

The method is not an option here, as right-clicking on the errors does not provide an option to delete.

Relevant files

  • boostrap.css
  • chosen.css

both of which are actively developing, well tested files. The problem is, because Aptana marks them as errors, the entire project is flagged. This is both annoying and dangerous as I am less attuned to the mistakes I can actually make when developing.

How can I get rid of the errors? I'm fine just hiding them in the project explorer. I'm fine with getting rid of all the CSS validation (I'm not using most of my own CSS anyway).

+3


source to share


1 answer


I am on Aptana 3.0.9 for Linux. So hopefully this is the same on whatever OS you use. But I suppose it should be pretty close.

This solution will completely disable errors for css

Basically similar to the first link you posted.



Go to Window -> Preferences -> Aptana Studio -> Check

Now in this tab, if no CSS is selected, select it.

There should be some validators. It is necessary to check the W3C Styleshet validator. If you uncheck it, the css check is gone and you won't get any more errors.

+2


source







All Articles