[Gambas-devel-svn] SF.net SVN: gambas: [109] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2006-10-18 14:46:43
|
Revision: 109 http://svn.sourceforge.net/gambas/?rev=109&view=rev Author: gambas Date: 2006-10-18 07:46:12 -0700 (Wed, 18 Oct 2006) Log Message: ----------- [INTERPRETER] * NEW: Process.Tag is a new property that allows to attach a user variant value to any process. [COMPILER] * BUG: An error is raised now when you try to use the [ ... ] array maker with more than the maximum possible number of arguments. [DEVELOPMENT ENVIRONMENT] * NEW: The IDE can open images in an external application. At the moment, you can choose between KolourPaint, Krita and the GIMP. * BUG: When there is an error while compiling the form generated code, the message is more explicit. * BUG: List properties now can have more than 63 elements. [GB.WEB COMPONENT] * BUG: URL-encoded requests are correctly interpreted now. * BUG: Request.Fields returns the list of fields in all cases now. Modified Paths: -------------- 2.0/trunk/TODO 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/.lang/fr.mo 2.0/trunk/app/src/gambas2/.lang/fr.po 2.0/trunk/app/src/gambas2/.project 2.0/trunk/app/src/gambas2/CControl.class 2.0/trunk/app/src/gambas2/FForm.class 2.0/trunk/app/src/gambas2/FOption.class 2.0/trunk/app/src/gambas2/FOption.form 2.0/trunk/app/src/gambas2/Project.module 2.0/trunk/comp/src/gb.web/.project 2.0/trunk/comp/src/gb.web/Request.module 2.0/trunk/main/gbc/gbc_trans_tree.c 2.0/trunk/main/gbc/gbi.c 2.0/trunk/main/gbx/gbx_c_process.c 2.0/trunk/main/gbx/gbx_c_process.h 2.0/trunk/main/lib/eval/eval_trans_tree.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |