> * in 0.6.0, the JSDT Install Path -> Tern script path was not very
> managed. Problems comes from with lib configuration. In this case, project
> folder is used.
> Not following what you mean here ? Got example of how to reproduce ?
You can see tern script path which is computed from JSDT (you see (jsdt) ate the end of each entries).
In this sample you have twice projects folder (it's wrong, because JSDT Install path defines this 2 entries with excluding), and try to parse node_modules as file. It's wrong, because node_modules is a lib (and not a file).
In this case, you think that tern will post JS files to tern server, but it does nothing :
* project tern script is never used to post JS files
* node_modules is a folder and not a file.
> I looked at this and it does not say what is the thing to improve ?
Yes I know -( I have created this issue quicly to remember me that I must do it. I will try to fill it once I will understand more how JSDT manages JSDT Install Path (with excluding, etc)
If some JBoss guys which knows JSDT could help me with this topic (like Victor), it should be very cool, thank's!
I think 0.8.0 should improve a lot tern file synchronization (JSDT Tern script path, manage remove of JS file, do synchronization on background when project is opened, do the capability to stop the parse of JS files with a button to avoid freezing).