Gambas 3.19.1

What's new?

This release includes some bug fixes made since the 3.19.0 release.

Compilation and installation

Read the instructions there.

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

Enjoy it !

Changelog

CONFIGURATION

  • Compile gb.web after gb.util.web.

DEVELOPMENT ENVIRONMENT

Debugger

  • Close all windows opened during the debugging session but the current one when the debugger ends,

Connection editor

  • Little redesign of export dialog.

Image editor

  • Fix property sheet current control label.

  • Fix text alignment buttons.

Option dialog

  • Add an option to enable the automatic revert of non-important files on project close.

Project properties dialog

  • Fix statistics and add more statistics.

System information dialog

  • Add desktop platform.

Text editor

  • Prevent a possible recursion of HTML preview refresh.

Miscellaneous

  • Fix m character in Gambas fonts.

  • Update French translation.

  • Update Simplified Chinese translation.

INTERPRETER

  • Fix a crash in LIKE pattern matching when using a bracket pattern ending with a dash.

  • RDir() does not leak memory anymore if it finds a broken symbolic link.

COMPILER

  • Correctly compile Float constant defined with an integer.

GB.DB.FORM

  • DataSource: Moving the source cursor now automatically synchronize DataView and DataBrowser children.

GB.FORM

  • DirCache: Symbolic links to directories are handled like normal directories.

  • FileView: Less icon preview refreshes.

  • DirView: Changing the current directory now collapses all its children.

GB.FORM.MDI

  • Toolbar: Read-only toolbars do not take layout into account when loading or saving configuration.

GB.GTK

  • Control.Grab() now works as expected.

GB.GTK3

  • Control.Grab() now works as expected.

GB.GTK3.WEBVIEW

  • Fix crash on exit when no Webview has been created.

GB.GUI.BASE

  • ComboBox: Setting the List property correctly updates the popup when it is opened.

  • GridView: Hitting the up or down key when the view is void does not crash anymore.

GB.HIGHLIGHT

  • Fix regular expression highlighting in javascript highlighter.

GB.HTTPD

  • Workaround a gcc warning.

GB.IMAGE

  • A little change in the "make image transparent" algorithm.

GB.NET.CURL

  • Fix the use of a deprecated feature.

GB.PDF

  • Make gb.pdf compile with poppler 24.02.0.

  • Fix a compiler warning.

GB.POPPLER

  • PdfDocument: PdfDocument[].Render() method now computes the best resolution automatically when the width and height arguments are specified and not the resolution argument.

GB.UTIL

  • Fields are correctly read now when KeepNames is TRUE.