Release of Gambas 2.20
This release fixes a lot of bugs in the interpreter, the development environment, the GUI components...
Most noteworthy are:
- The Debian and Ubuntu packaging should work correctly now.
- RDir() handles too long paths correctly.
- The CR / NL input conversion flags is cleared when initializing a serial port.
- Using gb.desktop made the interpreter crash at exit in some cases.
- In gb.qt, TreeView.Count and ColumnView.Count now return the number of items in the view like in gb.gtk, not just the number of root items.
- ComboBox now raises the Click event when it gets its first element, because that element is automatically selected.
Beware that the two previous changes may introduce a little backward incompatibility in your projects!
See the ChangeLog for the details.