gambas-source-code/main/lib
Benoît Minisini 91556cac06 [DEVELOPMENT ENVIRONMENT]
* 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
2012-03-17 02:05:31 +00:00
..
compress [CONFIGURATION] 2011-12-31 02:39:20 +00:00
db [DEVELOPMENT ENVIRONMENT] 2012-02-25 01:35:55 +00:00
debug [DEVELOPMENT ENVIRONMENT] 2012-03-17 02:05:31 +00:00
draw [DEVELOPMENT ENVIRONMENT] 2012-02-25 01:35:55 +00:00
eval [DEVELOPMENT ENVIRONMENT] 2012-01-31 02:33:01 +00:00
gui [DEVELOPMENT ENVIRONMENT] 2012-03-01 11:42:28 +00:00
image [GB.IMAGE] 2012-01-23 10:59:29 +00:00
image.effect [CONFIGURATION] 2011-12-31 02:39:20 +00:00
option [CONFIGURATION] 2011-12-31 02:39:20 +00:00
signal [CONFIGURATION] 2011-12-31 02:39:20 +00:00
vb [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb.component * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
Makefile.am [DEVELOPMENT ENVIRONMENT] 2010-07-12 23:09:57 +00:00