angelozerr / eclipse-wtp-webresources

Provides completion, hyperlink, hover inside WTP HTML editor for Web Resources (CSS, JS, Images)
Eclipse Public License 1.0
13 stars 9 forks source link

Exclude some folders from validation #50

Open anatoly314 opened 9 years ago

anatoly314 commented 9 years ago

For example following my question from SO Undefined CSS/JavaScript/Image file in Eclipse it will be great if I could exclude some resources from validation path like for example described here: How do I remove javascript validation from my eclipse project?

angelozerr commented 9 years ago

@anatoly314 yes you are right. It looks like https://github.com/angelozerr/eclipse-wtp-webresources/issues/24

But I think the best mean is to provide complex Include/Exclude path like Eclipse JavaScript JSDT.

I'm thinking more and more that Eclipse should provide a plugin which provides generic include/eclude path. https://github.com/angelozerr/tern.java uses https://github.com/angelozerr/minimatch.java to support include/exclude path.