Release of Gambas 1.9.40
WARNING!
Many changes in this release will break your projects:
- The Extended selection mode was removed. Now the Select class holds
the constants for selection modes.
- ListBox.List and ComboBox.List are now String[] properties.
- The TreeView.Root and ColumnView.Root properties have been removed.
- Move* methods of TreeView, ListView and ColumnView
items have been removed.
You will have to load and save the forms affected by this changes in the IDE and/or fix your
code by hand. A temporary "Update all forms" entry was added in the IDE Project menu that
does that automatically.
The other important changes are:
- Drag & Drop support in the IDE.
- More clever auto-completion.
- Updated gb.sdl, gb.opengl and gb.gtk components.
See the ChangeLog for other changes and more details.