V5 Wish List

 From:  Larry Fahnoe (FAHNOE)
10114.450 In reply to 10114.449 
> Hi Larry, I've updated a couple of scripting things for the next v5 beta to help with that.

Wow, thanks Santa!! :-)

> will now generate [object ObjectList] instead of [object MoiObj]

That will be quite nice as it is a bit frustrating to see [object MoiObj] when what I really wanted to see was *which* MoI object it was.

> Then the other thing is that property enumeration using the "for...in" syntax will now work on MoI script
> objects which wasn't implemented previously. Methods will also show up in the enumeration as
> properties that have a value of '[object Function]'.

I think this along with your example dump() will go a long way towards helping script developers have some better insight into the objects
being used. Maybe someday the methods could be fleshed out with their parameters which then makes them somewhat self-documenting.

I'd vote to see dump() show up as dump.js in MoI so that other scripts could simply #include and use it, along with mentions in the release
notes or command reference of course. :-)

Many thanks for such a quick solution!!

--Larry