[Gambas-devel-svn] SF.net SVN: gambas: [794] 2.0/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2007-10-31 11:51:22
|
Revision: 794 http://gambas.svn.sourceforge.net/gambas/?rev=794&view=rev Author: gambas Date: 2007-10-31 04:51:18 -0700 (Wed, 31 Oct 2007) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Beginning of IDE option dialog slight redesign. [SCRIPTER] * NEW: You can write scripts in Gambas now, thanks to Fabien Bodard. [GB.EVAL] * BUG: Syntax analyzer now correctly interpret the identifier following an exclamation mark as a string. It does not try to change its case anymore. [GB.QT] * BUG: GridView Row and Column property now can be set to -1, meaning that there is no current cell. [GB.FORM] * NEW: FontChooser.ShowPreview is a new property for hiding the font preview. Modified Paths: -------------- 2.0/trunk/app/Makefile.am 2.0/trunk/app/src/INSTALL 2.0/trunk/app/src/gambas2/.lang/.pot 2.0/trunk/app/src/gambas2/CControl.class 2.0/trunk/app/src/gambas2/FOption.class 2.0/trunk/app/src/gambas2/FOption.form 2.0/trunk/app/src/gambas2/support.txt 2.0/trunk/comp/src/gb.form/.info 2.0/trunk/comp/src/gb.form/.lang/.pot 2.0/trunk/comp/src/gb.form/FFontChooser.class 2.0/trunk/comp/src/gb.form/FontChooser.class 2.0/trunk/gb.qt/src/CGridView.cpp 2.0/trunk/gb.qt/src/CGridView.h 2.0/trunk/main/lib/eval/eval.c Added Paths: ----------- 2.0/trunk/app/src/gbs2/ 2.0/trunk/app/src/gbs2/.directory 2.0/trunk/app/src/gbs2/.icon.png 2.0/trunk/app/src/gbs2/.project 2.0/trunk/app/src/gbs2/.settings 2.0/trunk/app/src/gbs2/CComponent.class 2.0/trunk/app/src/gbs2/MMain.module 2.0/trunk/app/src/gbs2/helptext 2.0/trunk/app/src/gbs2/script.png Removed Paths: ------------- 2.0/trunk/examples/examples/Drawing/Sensor/Form1.class 2.0/trunk/examples/examples/Drawing/Sensor/Form1.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |