[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] 2 commits: Form editor: Fix the layout of the WebForm font selection dialog.
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] 2 commits: Form editor: Fix the layout of the WebForm font selection dialog.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Sat, 30 Aug 2025 17:00:14 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: f7a8fb49 by Benoît Minisini at 2025-08-30T14:15:08+02:00 Form editor: Fix the layout of the WebForm font selection dialog. [DEVELOPMENT ENVIRONMENT] * BUG: Form editor: Fix the layout of the WebForm font selection dialog. * NEW: Option dialog: Use a yellow color for the "new documentation available" message. - - - - - f729b0b4 by Benoît Minisini at 2025-08-30T18:59:02+02:00 Some fixes in the 'Is' operator. Fix class name parsing in 'gb.eval'. [COMPILER] * NEW: Non important little code fixes. [INTERPRETER] * NEW: 'GB.ExistClassLocal()' and 'GB.FindClassLocal()' API now take the length of the symbol to lookup as argument. * BUG: The 'Is' operator now correctly check that its second argument is actually a class. * NEW: The 'Is' operator now returns FALSE if its first argument is not an object, instead of raising an error. [GB.EVAL] * BUG: Correctly parse class names in expression. * NEW: Better error message when an identifier that should be a class name is unknown. - - - - - 24 changed files: - app/src/gambas3/.src/Editor/Form/CControl.class - app/src/gambas3/.src/Family/WebForm/FWebFontChooser.form - app/src/gambas3/.src/Options/FOption.class - main/gbc/gbc_compile.c - main/gbc/gbc_read.c - main/gbc/gbc_trans_expr.c - main/gbx/gbx_api.c - main/gbx/gbx_api.h - main/gbx/gbx_class.c - main/gbx/gbx_class.h - main/gbx/gbx_subr_test.c - main/gbx/gbx_type.c - main/gbx/gbx_type.h - main/lib/eval/eval.c - main/lib/eval/eval.h - main/lib/eval/eval_trans_expr.c - main/lib/eval/gb_error.c - main/lib/eval/gb_error.h - main/share/gambas.h - main/share/gb_alloc.h - main/share/gb_reserved_keyword.h - main/share/gb_table.h - main/share/gb_table_temp.h - main/share/gb_type_common.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/6d78853d9f3f822b8d4d447294399f95d6fc43b3...f729b0b4558fa0dd20df09bac29fff77373fb6fb -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/6d78853d9f3f822b8d4d447294399f95d6fc43b3...f729b0b4558fa0dd20df09bac29fff77373fb6fb You're receiving this email because of your account on gitlab.com.