Gambas Documentation
Aperçu du Langage
À traduire
Code Snippets
Comment faire ...
Compilation et installation
Composants
Controls pictures
Derniers changements
Dépôt d'applications
Documentation de l'Environnement de développement
Documentation des développeurs
Documents
À propos de ma formule préférée
Captures d'écrans
Comportement interne de DrawingArea
Convention de Nommage des Variables
Conventions de nommage
Database Datatype Mapping
DBus et Gambas
Démarrer avec Gambas
Détails de l'architecture
Différences avec Visual Basic
Différences entre Shell et Exec
Distributions et systèmes d'exploitation
Drag & Drop
Gambas, c'est quoi ?
Introduction
Le modèle objet de Gambas
Le programme s'est arrêté de façon inattendue en levant le signal #11
Licence
LIENS RELATIFS à Gambas
Listes de diffusion et Forums
Livres
Localisation et Internationalisation
Network Programming
News
Notes de version
Gambas 2.23.0
Gambas 2.23.1
Gambas 2.24.0
Gambas 3.1.0
Gambas 3 RC1
Gambas 3 RC2
Gambas 3 RC3
Gambas 3 RC4
Gambas 3 RC5
Gambas 3 RC6
ODBC Component Documentation
Pages serveur Gambas
Passer Un Argument Par Référence
PCRE Pattern Syntax
Portage de Gambas 2 en Gambas 3
Questions fréquemment posées (FAQ)
Rich Text Syntax
Signaler un problème, un bogue ou un plantage
Tests de performance (benchmarks)
Window Activation & Deactivation
Indenter
Index de tous les Documents
Index du langage
Lexique
LISEZ-MOI
Manuel du wiki
Messages d'erreur
Tutoriels
Wiki License

Gambas 3.12.2

What's new?

This release includes other important bug fixes of the 3.12.0. Especially the following:

  • Debugging application using gb.web.form works again.

  • The Debug instruction does not break the JIT compiler anymore.

Compilation and installation

Read the instructions there.

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

Enjoy it !

Changelog

DEVELOPMENT ENVIRONMENT

  • Project property dialog: Use custom icons for component tab check boxes, because some style cannot draw them correctly.

INTERPRETER

  • Fix loop optimization that didn't work on loops calling themselves recursively.

  • Take care of components that modifiy the environ variable. Using gb.httpd does not crash anymore.

  • Make the "./" path equivalent to "." as before, and not a prefix for a component with a null name.

GB.FORM.TERMINAL

  • TerminalView: Implement "ESC b" sequence.

GB.GTK

  • Do not propagate mouse wheel events of ComboBox, TextArea, Slider and ScrollBar, as in Qt components.

GB.GTK3

  • Do not propagate mouse wheel events of ComboBox, TextArea, Slider and ScrollBar, as in Qt components.

GB.JIT

  • Support for tcc compiler.

  • Fix Debug instruction.

  • Support for the new Assert instruction.

GB.MAP

  • Fix badly committed files.

GB.SDL2

  • Font[] now assumes a default size of 10 points, so that you don't have to specify the font size when creating the Font object.

GB.WEB.FEED

  • Introduce RssDate class for date+timezone handling and update documentation.

  • RssGuid: do not set IsPermaLink by default when parsing.

  • Mark component as "Stable".

  • Depend on gb.util for RFC822 date conversions.