[Gambas-user] Release of Gambas 1.9.46

Benoit Minisini gambas at ...1...
Sun Nov 12 15:02:59 CET 2006


Hi,

Here is a new release of the development version:

* The LINK command arguments order was inverted, so that it is coherent with 
COPY, MOVE, and the system 'ln' command.

* The LOCK instruction syntax have changed. It takes now a file path, and 
returns a File object that is the result of opening and locking this file. 
The UNLOCK syntax is the same as before.

* Min(), Max() and IIf() syntax has changes. Min() and Max() now takes two 
arguments, and two arguments only. IIf() takes three arguments only. But now 
they behave correctly with Variant arguments.

Consequently, the bytecode has changed, and all projects must be updated if 
they use the LINK instruction, and recompiled anyway. Soory for the 
inconvenience!

Otherwise, the main changes are:

* The IDE supports projects managed by Subversion, but not CVS yet.

* The debugger was redesigned. This is not finished yet.

* Controls have a Name property now. Old VB users will be happy. :-)

* The Wiki has been translated to Farsi.

* There was many fixes to support right to left written languages, both in 
controls and in the wiki.

* And tons of other bug fixes as usual, that you will read of course at 
http://gambas.sf.net/changelog2.html. :-)

Regards,

-- 
Benoit Minisini





More information about the User mailing list