Community
Participate
Working Groups
Build Identifier: see http://www.eclipse.org/forums/index.php?t=msg&th=170830&start=0& Is it normal that a non declared function call like test() not be underlined in red as en error in an eclipse js project? this happens in a standard js project, in standard js file. So i can't differentiate a valid function call from a non valid one. this worked in previous versions, like ganymede. Reproducible: Always Steps to Reproduce: 1. create a js project a js file 2. write test(); 3. no error is signaled
i activated preferences/javascript/validator/ error / warnings. now it says "the function test() is undefined". sorry for the pb.