[Gambas-devel-svn] SF.net SVN: gambas: [578] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-09-08 22:23:48
|
Revision: 578 http://gambas.svn.sourceforge.net/gambas/?rev=578&view=rev Author: gambas Date: 2007-09-08 15:23:50 -0700 (Sat, 08 Sep 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Debugging yellow windows save their position correctly now. * NEW: Support for static classes, and objects that can be used like an array. I.e. they have a Count property, and are indexed by an integer. Support for objects indexed by strings is planned. * BUG: Error messages are correctly displayed when evaluating an expression during debugging. * BUG: Project property dialog tabs are correct now. * BUG: Breakpoints are not incorrectly set anymore at program startup. * NEW: Application.Env.Count is a new property that returns the number of environment variables. [GB.DB] * NEW: Result.Fields.Length does not crash anymore. [GB.DEBUG] * NEW: Support for static classes and objects that can be used like an array. Modified Paths: -------------- 2.0/trunk/TODO 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/Design.module 2.0/trunk/app/src/gambas2/FDebugExpr.class 2.0/trunk/app/src/gambas2/FDebugExpr.form 2.0/trunk/app/src/gambas2/FDebugInfo.class 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/app/src/gambas2/FMenu.class 2.0/trunk/app/src/gambas2/FMenu.form 2.0/trunk/app/src/gambas2/FPropertyProject.class 2.0/trunk/app/src/gambas2/FPropertyProject.form 2.0/trunk/comp/src/gb.db.form/.lang/.pot 2.0/trunk/comp/src/gb.db.form/DataSource.class 2.0/trunk/main/gbx/gbx_api.c 2.0/trunk/main/gbx/gbx_c_application.c 2.0/trunk/main/gbx/gbx_c_subcollection.c 2.0/trunk/main/gbx/gbx_class.c 2.0/trunk/main/gbx/gbx_class.h 2.0/trunk/main/gbx/gbx_class_desc.h 2.0/trunk/main/gbx/gbx_component.c 2.0/trunk/main/gbx/gbx_debug.c 2.0/trunk/main/gbx/gbx_debug.h 2.0/trunk/main/gbx/gbx_exec_enum.c 2.0/trunk/main/lib/db/CResultField.c 2.0/trunk/main/lib/debug/debug.c 2.0/trunk/main/lib/debug/gb.debug.h 2.0/trunk/main/lib/debug/print.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |