Release of Gambas 1.9.42
WARNING! This release has many changes in the gb.qt component
and gb.settings that will break your projects:
- The Dialog.Filter syntax is now the same as the gb.form FileChooser
control.
- All Mode properties now uses the constants from the Select class.
Other selection mode constants have been removed.
- IconView GridX and GridY properties have been replaced by the
GridWidth and GridHeight properties.
- HBox, VBox, HPanel and VPanel have an AutoResize property now, which
is not set by default, contrary to the old behaviour.
- The Settings class now stores Window and SidePanel settings
differently. This will mainly break the saved positions of IDE windows.
Otherwise, there are some enhancements in the IDE:
- Optimizations in project loading.
- Support for symbolic links.
- A better translation dialog, thanks to Charlie Reinl.
And you get a new DateChooser calendar control!
See the ChangeLog for other changes and bug fixes.