Gambas 2.6.0 (2.x branch) |
|
|
Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It uses the Qt toolkit, but is able to use any other toolkit that a module is written for.
License: GNU General Public License (GPL)
Changes:
Subversion conflicts support was added to the IDE.
Evaluating expressions in the IDE output console
works again. Symbol polymorphism is now correctly
handled when the inheritance depth is greater than
two. The evaluation of Eval() expressions now
prevent stack leaks. Reading floating point values
from a SQLite database does not depend on the
locale anymore. Clipboard.Copy() from the gb.qt
component now correctly sends UTF-8 strings to the
clipboard.
|