[Gambas-user] Release of Gambas 1.0.14
Benoit Minisini
gambas at ...1...
Sat Jan 21 17:59:06 CET 2006
Here is a new release of the stable version.
Many old bugs were fixed in this release:
* The EXEC and SHELL instructions now should never freeze anymore.
* The position of the current line in the debugger should be always accurate
now.
* The Drag & Drop was fixed in the ListView, TreeView, ScrollView, ColumnView
and IconView controls.
Here is the complete ChangeLog:
--8<---------------------------------------------------------------------------
DEVELOPMENT ENVIRONMENT
* BUG: The translation is automatically saved if you close the translation
dialog with the window close button.
* NEW: Translation of the tips of the day in swedish.
INTERPRETER
* BUG: Many fixes in the support of classes and archives compiled on
big-endian CPUs.
* BUG: Object.GetProperty and Object.SetProperty were fixed.
* BUG: Up to 4096 string constants in the same class are supported now.
* BUG: You can call SHELL and EXEC several times without freezing the
interpreter anymore.
COMPILER
* BUG: An error is raised now if you try to use something that is not an
identifier as local variable name.
* BUG: You cannot use the same local variable in several imbricated loops
anymore.
* BUG: Instructions or expressions written on several lines do not
disturb the debugger anymore.
DATABASE COMPONENT
* BUG: 8 bytes integer fields are now interpreted as Float in the
PostgreSQL driver.
QT COMPONENT
* BUG: The dialog size grip ignores the arrangement property of its window.
* BUG: The Clear method of the cell of a GridView now works correctly.
* BUG: Drag & Drop of TreeView, ListView, ColumnView, IconView and
ScrollView controls was fixed, and should work as expected.
* BUG: You can rename a TreeView item with the Rename method now.
GAMBAS EDITOR COMPONENT
* NEW: The editor now handles correctly the middle mouse button for pasting
selected text.
SDL COMPONENT:
* BUG: An interpreter crash does not wake up the SDL crash handler anymore.
--8<---------------------------------------------------------------------------
Enjoy it!
--
Benoit Minisini
More information about the User
mailing list