This is a continuation from my last post
https://www.genuitec.com/forums/topic/disable-javascript-validator-on-myeclipse-2013/
I’m not able to turn off Javascript Validators on my project at all on a MAC
On windows, I found a hacky solution of ‘not checking javascript’ while selecting dynamic web module, which is still weird since javascript facet gets check after project rebuilds anyway.
I’ve tried clearing all validation markers, excluding project from validation, suspending validations, etc and all kinds of combinations but the problems still shows bunch of false javascript errors.
I have these settings checked:
MyEclipse > Validation >
– Checked Suspend all validators
– Unchecked everything under Manual/Build
MyEclipse > Files and Editors > JavaScript > Validators
– Unchecked Process JSDoc
– Unchecked Enable JS semantic validation
On my project’s Builders setting
– Unchecked Javascript Validator
– Unchecked Validation
And yet, after setting these and doing build > clean, and refresh,
Javascript errors are still surfacing on Problems tab.
Is there a way to complete turn them off?