Benoit,

some time also we had a discussion about Collection semantics. In Gambas
setting the member of a Collection to NULL is the same as deleting it. I
am not trying to re-open this debate, I accept the decision and have
written a class with the semantics Richard and I want: it can have NULL
members, see cRow attached.
(It also has some database stuff which is very specific to our
application. please ignore that)
It uses _get and _put so it works like a Collection

Problem is, in the IDE it's an object and it is not possible to see the
members like a Collection.

So to my question: is it possible to extend the IDE so that when
displaying an object that overrides _get, _put and _next it displays it
like a Collection does?

Ian

Attachment: cRow.class
Description: application/java-vm

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to