[Gambas-devel] Release of gambas 1.9.30
Benoit Minisini
gambas at ...1...
Sun May 21 00:31:19 CEST 2006
Hi,
Besides including the 1.9.29 patch, the main changes of this release are the
following:
* Relative paths can include '.' and '..', and can refer to a directory.
Consequently, project directories are now stored in the executable with
project data files.
* UDP sockets can send broadcast packets. Set the Broadcast property of the
UDPSocket object for that.
* Components can tell the IDE what features they implement, and what features
they need. A feature is just a symbol, like 'EventLoop', 'OpenGLViewer',
'ImageProvider'... The IDE uses that to tell the user that some components
need some other ones, or is not compatible with another component.
* DataSource is now sortable, and DataView uses this new feature when you
click on a column header.
* A printing example made by Timothy Marshal-Nichols was added.
* The MDI IDE now uses SidePanel for the property window and the toolbox.
See the ChangeLog for the other changes and bug fixes at
http://gambas.sf.net/changelog2.html.
Enjoy it!
Regards,
--
Benoit Minisini
More information about the Devel
mailing list