Hello!
We have this code as part of a class method:
var params = {"foo": this.foo};
The parser ignores all functions following the one
which defines the "broken" associative array, so that
they are omitted from the outline. The following
variations are correctly parsed:
var params = {"foo": this.foo.bar };
var params = {"foo": this.foo[0] };
var params = {"foo": foo.bar };
Tested with Eclipse 3.0.1 and JSEditor Plugin version
0.0.4.
Thanks for any feedback.
My email address: sourceforge-net@schumann.cx
Sascha Schumann
Logged In: NO
There is currently no explicit support for associative
arrays, so whatever works is pure coincidence.
Explicit support needs to be added to implement prototypes
declared as arrays.
Thanks for the report.