Excluding folders from Atelier validation
Is it possible to exclude certain folders from validating (i.e. generating errors/warnings in the Problems tab)? For example, I have *.js files from ckeditor and jquery libraries that are generating multiple errors that I'd like to suppress.
Maybe you can use Eclipse's filtering features, as documented here:
https://help.eclipse.org/oxygen/index.jsp?topic=%2Forg.eclipse.platform....
Thanks for this. Although I would still like to know how to exclude certain resources from validation, I was able to use filtering to at least eliminate the biggest offender ("Parser failure: \xHH is not yet implemented in string literals").