I'm using Aptana Studio 3.0.9, and it is currently marking a number of errors on CSS files.
I have tried the procedure here, including filtering by .* (which should filter every CSS error), but the errors persist. I have cleaned, restarted, and they will not go away.
The method here is not an option, as right-clicking on the errors does not give an option to delete.
The files in question are
- boostrap.css
- chosen.css
both of which are actively developed, well-tested files. The problem is that because Aptana marks them as having errors, the entire project is marked. This is both annoying and dangerous, as I am less attuned to errors I actually might make while developing.
How can I get rid of the errors? I'm okay with just hiding them in the project explorer. I'm okay with getting rid of all CSS validation (I'm not using much of my own CSS in any case).