angelozerr / tern.java

Use tern.js in Java context
http://ternjs.net/
Other
249 stars 52 forks source link

No support for adding project root to Script Paths #437

Closed cloudyafternoon closed 8 years ago

cloudyafternoon commented 8 years ago

In Eclipse Neon, when I try to add the project root to the Script Paths, this is ignored.

2016-09-08_15-27-58

After clicking "OK", the new path is not added. In addition, I cannot remove the "WebContent" folder.

2016-09-08_15-30-29

angelozerr commented 8 years ago

Your script path comes from JSDT (Include Path), that's why you cannot remove it. Please use Include Path which gives the capability to include/exclude paths.

angelozerr commented 8 years ago

None answer, I close this issue.

cloudyafternoon commented 8 years ago

Thank you. I managed to exclude folders jusing the JSDT include path.