Gambas Documentation
Application Repository
Code Snippets
Compilation & Installation
Components
Controls pictures
Deprecated components
Developer Documentation
Development Environment Documentation
Documents
About The Best Formula In The World
Architecture details
Benchmarks
Books
By Reference Argument Passing
Compatibility between versions
Creating And Using Libraries
Database Datatype Mapping
Database Request Quoting
Date & time management
Dates and calendars
DBus and Gambas
Differences Between Shell And Exec
Differences From Visual Basic
Distributions & Operating Systems
Drag & Drop
DrawingArea Internal Behaviour
External functions datatype mapping
Frequently Asked Questions
Gambas Farm Server Protocol
Gambas Mailing List Netiquette
Gambas Markdown Syntax
Gambas Naming Conventions
Gambas Object Model
Gambas Scripting
Gambas Server Pages
Gambas Unit Testing
Gambas Wiki Markup Syntax
Getting Started With Gambas
Hall Of Fame
Image Management In Gambas
Including Help Comments in Source Code
Interpreter limits
Introduction
Just In Time Compiler
Just In Time Compiler (old version)
License
Localisation and Internationalization
Mailing Lists & Forums
Naming Conventions
Network Programming
ODBC Component Documentation
PCRE Pattern Syntax
Porting from Gambas 2 to Gambas 3
Previous News
Project Directory Structure
Release Notes
Gambas 2.23.0
Gambas 2.23.1
Gambas 2.24.0
Gambas 3.0.0
Gambas 3.1.0
Gambas 3.1.1
Gambas 3.2.0
Gambas 3.2.1
Gambas 3.3.0
Gambas 3.3.1
Gambas 3.3.2
Gambas 3.3.3
Gambas 3.3.4
Gambas 3.4.0
Gambas 3.4.1
Gambas 3.4.2
Gambas 3.5.0
Gambas 3.5.1
Gambas 3.5.2
Gambas 3.5.3
Gambas 3.5.4
Gambas 3.6.0
Gambas 3.6.1
Gambas 3.6.2
Gambas 3.7.0
Gambas 3.7.1
Gambas 3.8.0
Gambas 3.8.1
Gambas 3.8.2
Gambas 3.8.3
Gambas 3.8.4
Gambas 3.9.0
Gambas 3.9.1
Gambas 3.9.2
Gambas 3.10.0
Gambas 3.11.0
Gambas 3.11.1
Gambas 3.11.2
Gambas 3.11.3
Gambas 3.11.4
Gambas 3.12.0
Gambas 3.12.1
Gambas 3.12.2
Gambas 3.13.0
Gambas 3.14.0
Gambas 3.14.1
Gambas 3.14.2
Gambas 3.14.3
Gambas 3.15.0
Gambas 3.15.1
Gambas 3.15.2
Gambas 3.16.0
Gambas 3.16.1
Gambas 3.16.2
Gambas 3.16.3
Gambas 3.17.0
Gambas 3.17.1
Gambas 3.17.2
Gambas 3.17.3
Gambas 3.18.0
Gambas 3.18.1
Gambas 3.18.2
Gambas 3.18.3
Gambas 3.18.4
Gambas 3.19.0
Gambas 3.19.1
Gambas 3 RC1
Gambas 3 RC2
Gambas 3 RC3
Gambas 3 RC4
Gambas 3 RC5
Gambas 3 RC6
Gambas 3 RC7
Reporting a problem, a bug or a crash
Rich Text Syntax
Screenshots
Text highlighting definition file syntax
The Program has stopped unexpectedly by raising signal #11
Variable Naming Convention
WebPage Syntax
Web site home page
What Is Gambas?
Window & Form Management
Window Activation & Deactivation
Window Life Cycle
XML APIs
Error Messages
Gambas Playground
How To's
Language Index
Language Overviews
Last Changes
Lexicon
README
Search the wiki
To Do
Topics
Tutorials
Wiki License
Wiki Manual

Gambas 3.17.1

What's new?

This release includes important bug fixes made since the 3.17.0 release, and a few new features.

Compilation and installation

Read the instructions there.

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

Enjoy it !

Changelog

DEVELOPMENT ENVIRONMENT

Code editor

  • Pretty printer does not confuse structure keywords with symbols anymore.

  • Opening the procedure list now should make the current procedure name visible reliably.

  • Identifiers can now include the "-" character for autocompletion.

Debugger

  • Fix dialog initialization of debugger configuration dialog.

  • Removing all breakpoints should not sometimes crash anymore.

  • Display process memory size greater than 2 GiB correctly.

File property dialog

  • Center the "Close" button under the TabPanel.

Form editor

  • Cursor property is not applied anymore.

  • Some cosmetic changes.

  • Allow the DrawWith control constant to define the initial value of properties of the control used for drawing.

  • When a control cannot be loaded because of a missing component, now display the form with a red background, in read-only mode, and with a button that allows to remove all controls whose component is missing.

Help browser

  • Compute the title of a symbol the same way as the wiki.

  • Use a SidePanel for the left panel.

  • Correctly take help font into account in offline mode.

Options dialog

  • Use a switch button instead of a combo.

Project open dialog

  • Display the project directory on the bottom of the project box.

  • Draw project box buttons differently.

Project properties dialog

  • Save the project before opening the dialog.

Project tree

  • Classes are now correctly sorted in all cases when showing inheritance is activated.

  • Renaming does not miss sometimes the correct item anymore.

Test suites

  • Add a button to run the selected test suite, that reacts to the F4 shortcut.

  • Remove the test suite combo selection. The test that will be run is now the one selected in the test suite list.

  • Add a button to open the test suites dialog in the test panel.

Version control

  • Add a button to locate a specific change inside the source code.

  • Add a rotating spinner while the git log history is loading.

  • Don't wrap lines of git history log, to speed up loading of huge history.

Miscellaneous

  • The IDE italian tips are now complete and correct.

  • Redraw some icons.

  • Update French translation.

  • Update Italian translation.

COMPILER

  • Line number in error message should now be correct when the faulty code spans on multiple lines.

GB.DB.POSTGRESQL

  • Integer datatypes are correctly detected now.

GB.FORM

  • DateChooser: Don't draw weeks if the ShowWeek property is false.

  • FileProperties: Center the Close button when it is used as a dialog.

  • ListEditor: The remove button is correctly enabled when the first item is selected.

  • Use the new GUI API to decide if a control must be animated.

  • Some new stock icons.

GB.FORM.EDITOR

  • TextEditor: Correctly define the identifier characters of the different modes.

  • TextEditor: Take the mode into account when selecting a word.

GB.FORM.HTMLVIEW

  • HtmlView: Fix incompatibility with gb.xml.html component.

  • HtmlView: Font changes now should be taken into account correctly (litehtml has some weird layout bugs sometimes).

  • Update to the latest litehtml master.

GB.FORM.MDI

  • Toolbar: Try to prevent a crash when configuring a toolbar.

GB.FORM.STOCK

  • Some new icons, and some changes in existing ones.

GB.GTK

  • Don't grab the current modal window, it seems unnecessary.

  • Current modal window is not incorrectly reset at each window initialization anymore.

GB.GTK3

  • Don't grab the current modal window, it seems unnecessary.

  • Current modal window is not incorrectly reset at each window initialization anymore.

GB.GTK3.OPENGL

  • Add linking against OpenGL libraries.

GB.GUI.BASE

  • ScrollView: Ignore controls with Ignore property set when resizing the contents.

  • Add a GUI API for checking if a control must be animated.

GB.QT5.WEBVIEW

  • WebView: Try to prevent a possible crash when clearing the view.

GB.UTIL

  • Language: Support for some languages from India.

GB.WEB.GUI

  • WebScrollView: Draw the control with a ScrollView whose Border is initially unset.

  • WebTable: Always define row ids, so that EnsureVisible() works when ShowCheck is TRUE.

  • WebTable: Fix internal row ids and checkbox ids, so that selection works as expected.