91556cac06
* NEW: The debug window has a button to switch between "normal view" and "symbol view". In "normal view", array and collection contents are displayed. If the object is not an array or a collection, then all non-hidden symbols are displayed. In "symbol view", all objects symbols are displayed, whatever the object type is. [INTERPRETER] * NEW: The debugger now can display collection-like objects. An object can be displayed like a collection if it has a Count property, is enumerable, has a _get special method taking a string, and has a Key property that returns the key of the last enumerated element. [GB.DEBUG] * NEW: The debugger now can display collection-like objects. An object can be displayed like a collection if it has a Count property, is enumerable, has a _get special method taking a string, and has a Key property that returns the key of the last enumerated element. [GB.FORM] * BUG: GridView.Clear resets the height of all rows to the default value. git-svn-id: svn://localhost/gambas/trunk@4558 867c0c6c-44f3-4631-809d-bfa615b0a4ec |
||
---|---|---|
.. | ||
gb.dbus | ||
c_dbus.c | ||
c_dbus.h | ||
c_dbusconnection.c | ||
c_dbusconnection.h | ||
c_dbusobserver.c | ||
c_dbusobserver.h | ||
c_dbusvariant.c | ||
c_dbusvariant.h | ||
dbus_print_message.c | ||
dbus_print_message.h | ||
gb.dbus.component | ||
helper.c | ||
helper.h | ||
main.c | ||
main.h | ||
Makefile.am |