Release of Gambas 2.10
No real new features in this release. But some of the fixed bugs were nasty:
- Possible crashes in the IDE property sheet and while saving forms.
- Crash in the debugger when selecting the "Collection" identifier.
- Automatic completion now works correctly on lines having non-ASCII characters.
- Dir() and RDir() now work correctly on relative paths.
- Enumerating something inside a _next() enumerator method now is safe.
- SUPER now works inside overriden static methods.
- Fix string and blob quoting in the PostgreSQL component.
- Sockets will not take 100% CPU anymore.
- Startup forms hidden at design time are not shown automatically anymore.
- The XSLT component works again.
- A lot of fixes in the GTK+ component too.
- ...
Read the ChangeLog to see all of thems.