Gambas 3.17.2

What's new?

This release fixes a blocking regression in the IDE form editor introduced in 3.17.1, and a few other minor bugs.

Compilation and installation

Read the instructions there.

If everything was fine, type "gambas3" to run the development environment.

Enjoy it !

Changelog

DEVELOPMENT ENVIRONMENT

  • Form editor: Controls without _DrawWith property set are handled correctly again.

COMPILER

  • The VERSION file is taken into account again.

GB.EVAL.HIGHLIGHT

  • CSS highlighting: Add some missing properties and values.

GB.GTK3

  • Fix a memory leak in the style function that paints widget backgrounds.

GB.GUI.BASE

  • MessageBox: The arrow keys now move the focus in all GUI components.

GB.QT4

  • Remove the workaround in Paint.Font.

  • Fix weirdness of focus representation in Qt5.

GB.QT5

  • Remove the workaround in Paint.Font.

  • Fix weirdness of focus representation in Qt5.

GB.WEB.GUI

  • WebTable: EnsureVisible() now works on the first row in all cases.