Alex and Thomas,

I'm just trying to help myself and others. I don't mean to offend anyone.

Concerning the A0 character - I'm not expert on what is and what isn't valid
white space in JavaScript but I'll try to pass this to Eclipse JSDT team.
Nevertheless, during my nearly 40 years experience in software development
this is the first time I see someone using no-breaking space in program
code. But it's never too late to learn something new.

Concerning the syntax errors, again I'm not an expert but if I replace the
identifier "infinity" by "pinfinity" in the code then that error disappear.
Obviously Eclipse JSDT treats "infinity" as reserved word. I'll try to pass
this and the other "syntax errors" to the JSDT team as well.

Concerning the template files, AFAICS, these files become valid JavaScript
_after_ you replace the %{name} macros by adequate strings. Before
replacement these files aren't valid JavaScript, AFAICS. The remedy would be
to name these files not ending in ".js" but in e.g. ".js_templ". Then they
wouldn't be interpreted by JSDT at all.

In Eclipse JSDT workspace I need only the framework sources which are used
for real-time syntax checking and context suggestions. I can remove
application, component, and tool dirs. Therefore only the above syntax
errors in framework files need some resolution.

Thanks/Mikael



------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to