well, probably I’ve managed to do what you need 😉 It is a bit tricky. So my steps:
- downloaded Eclipse PDT (to be sure
that it works for you, because I use
Eclipse for Java EE) - created project TestJS (it was
JavaScript project) - created two files, test.js and
htmlparser.js (last one copied from
John Resig’s site) - typed “broken” script in both of them, so Eclipse told me that there were errors in both of them
- went to Project Properties >
JavaScript > Include Path > Source,
there is “Excluded” to highlight and
press “Edit” button, here you are
able to add what you want to exclude
(file, folder, pattern). - I excluded “test.js” file, pressed
apply… - …and got a happy ending: now
Eclipse point me out that there is
error in htmlparser.js, but not in
test.js 😉
ScreenShot:
Really hope that it helps!