Supressing / Removing problems from .js files programatically [message #977710] |
Fri, 09 November 2012 09:06  |
Eclipse User |
|
|
|
Hi there. I have a eclipse plugin contributing a project nature. This project nature depends on the javaScript nature of jsdt and therefor the validation rules for javascript apply (which is what i wanted). But there are some constellations that should be allowed in projects of my nature. (For example return statements outside of functions). My question is: How can i supress / remove some problems from js files everytime they are validated with the js validator?
I already tried the validationParticipant extension point but anything i tried in there did not work. (Due to the fact that i didn't really understand what this thing is doing and what an AST is).
Can anyone help with that?
|
|
|
|
Powered by
FUDForum. Page generated in 0.02898 seconds