Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Eclipse IDE for javaScript can not recognize the comma(, ) operator

Hi Yangang!

This is known issue fixed for WTP 3.5.2 (will be released soon): https://bugs.eclipse.org/bugs/show_bug.cgi?id=349020

But it's not for Helios. Due to get it fixed you should upgrade either to Eclipse Kepler and install WTP 3.5.2, or to Eclipse Luna and install WTP 3.6 (after these versions released).

Best Regards,
Victor Rubezhny

On 12/11/2013 04:14 PM, Han, YangangX wrote:
Hi all,
I found that the comma(,) operator can not recognize by web IDE js editor. Such as
var num = (5, 4, 3, 2, 1, 0);
My IDE is “Eclipse IDE for _javascript_ Web Develop(http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/heliosr)”
Does anyone know how to make it right recognized?
 
Thanks,
Yangang
 
 


_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top