[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] 8 commits: Automatic completion: Fix the position and the width of the completion list.
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] 8 commits: Automatic completion: Fix the position and the width of the completion list.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Tue, 30 Dec 2025 17:17:30 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: ea41cb2c by Benoît Minisini at 2025-12-30T14:15:43+01:00 Automatic completion: Fix the position and the width of the completion list. [DEVELOPMENT ENVIRONMENT] * NEW: Automatic completion: Fix the position and the width of the completion list. * BUG: Packager wizard: Use the 'MAKEPKG_PROG' variable instead of directly using 'makepkg' program name. - - - - - bd9ea411 by Benoît Minisini at 2025-12-30T14:16:04+01:00 Support for public enumerations in '*.list' files. [COMPILER] * NEW: Put exported public enumerations in project '.list' files. * NEW: Declare exported public enumerations from components before compiling. [INFORMER] * NEW: Put exported public enumerations in '*.list' files. - - - - - 46f5c7de by Benoît Minisini at 2025-12-30T14:18:24+01:00 Ignore public enumerations in '*.list' files when loading exported classes. [INTERPRETER] * NEW: Ignore public enumerations in '*.list' files when loading exported classes. - - - - - 40f18af7 by Benoît Minisini at 2025-12-30T14:19:58+01:00 Style: Add more enumerations descriptions. [GB.GUI.BASE] * NEW: Style: Add more enumerations descriptions. - - - - - a2660068 by Benoît Minisini at 2025-12-30T15:02:50+01:00 Add more enumerations descriptions. [GB.GUI.BASE] * NEW: Add more enumerations descriptions. - - - - - a591d897 by Benoît Minisini at 2025-12-30T15:12:29+01:00 Add enumeration descriptions. [GB.FORM] * NEW: Add enumeration descriptions. - - - - - a4ab57d6 by Benoît Minisini at 2025-12-30T18:13:44+01:00 Simplify imported enumerations management. Fix highlighting of anonymous enumerations. [COMPILER] * NEW: Simplify imported enumerations management. [GB.EVAL] * BUG: Fix highlighting of anonymous enumerations. - - - - - 16c1ac81 by Benoît Minisini at 2025-12-30T18:16:33+01:00 Fix some enumeration descriptions. [GB.GTK] * BUG: Fix some enumeration descriptions. [GB.GTK3] * BUG: Fix some enumeration descriptions. [GB.QT4] * BUG: Fix some enumeration descriptions. [GB.QT5] * BUG: Fix some enumeration descriptions. [GB.QT6] * BUG: Fix some enumeration descriptions. - - - - - 30 changed files: - app/src/gambas3/.src/Editor/Code/FCompletion.class - app/src/gambas3/.src/Packager/Package.module - comp/src/gb.form/.src/Date/DateChooser.class - comp/src/gb.form/.src/File/FileView.class - comp/src/gb.form/.src/ImageView/ImageView.class - comp/src/gb.form/.src/LCDLabel.class - comp/src/gb.form/.src/SidePanel/SidePanel.class - comp/src/gb.form/.src/TabPanel/TabPanel.class - comp/src/gb.gui.base/.src/GridView/GridView.class - comp/src/gb.gui.base/.src/IconView/IconView.class - comp/src/gb.gui.base/.src/ListBox/ListBox.class - comp/src/gb.gui.base/.src/MovieBox.class - comp/src/gb.gui.base/.src/PictureBox.class - comp/src/gb.gui.base/.src/Style.class - comp/src/gb.gui.base/.src/TreeView/_TreeView.class - gb.gtk/src/CConst.cpp - gb.gtk/src/CTabStrip.cpp - gb.qt4/src/CConst.cpp - gb.qt4/src/CTabStrip.cpp - main/gbc/gbc_class.c - main/gbc/gbc_class.h - main/gbc/gbc_dump.c - main/gbc/gbc_header.c - main/gbc/gbc_read.c - main/gbc/gbc_trans.c - main/gbc/gbc_type.h - main/gbc/gbi.c - main/gbx/gbx_archive.c - main/lib/eval/eval_analyze.c - main/share/gb_reserved_keyword.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/182da46a37a804a9cbd79b834eef61cbada90197...16c1ac811a8e7c15450683cc0120912241c9f50b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/182da46a37a804a9cbd79b834eef61cbada90197...16c1ac811a8e7c15450683cc0120912241c9f50b You're receiving this email because of your account on gitlab.com.