[Gambas-devel-svn] SF.net SVN: gambas: [771] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-10-22 22:25:14
|
Revision: 771 http://gambas.svn.sourceforge.net/gambas/?rev=771&view=rev Author: gambas Date: 2007-10-22 15:25:18 -0700 (Mon, 22 Oct 2007) Log Message: ----------- [INTERPRETER] * NEW: System.Backtrace now returns the current backtrace as a string array. It is not a boolean property enabling error backtrace anymore. * NEW: Error.Backtrace now returns the last error backtrace as a string array. Now error backtrace is always taken as soon as a class has debugging information inside. [GB.DB.FORM] * BUG: DataView.Header now works correctly when set to GridView.Both. Modified Paths: -------------- 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/CComponent.class 2.0/trunk/app/src/gambas2/FEditor.class 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.db.form/.lang/.pot 2.0/trunk/comp/src/gb.db.form/.project 2.0/trunk/comp/src/gb.db.form/DataView.class 2.0/trunk/main/gbx/gb_error.c 2.0/trunk/main/gbx/gb_error.h 2.0/trunk/main/gbx/gbx_c_application.c 2.0/trunk/main/gbx/gbx_c_class.h 2.0/trunk/main/gbx/gbx_c_error.c 2.0/trunk/main/gbx/gbx_debug.c 2.0/trunk/main/gbx/gbx_debug.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |