Release of Gambas 2.6
Subversion conflicts support was added to the development environment.
Otherwise the main bug fixes in this release are:
- 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 is handled the same way as any other code now, to prevent stack leaks.
- Reading floating point values from a SQLite database does not depend on the locale anymore.
- Clipboard.Copy() from gb.qt component now correctly sends UTF-8 strings to the clipboard.
Read the ChangeLog for more details.