From gitlab at mg.gitlab.com Wed Nov 1 18:14:50 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 01 Nov 2023 17:14:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 'TextHighlighter.CanRewrite' is now dynamic. 'TextHighlighter._Register()' is... Message-ID: <6542878a32f4c_2cbe4932c539@gitlab-sidekiq-low-urgency-cpu-bound-v2-5ff44c7d45-rt4kq.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f3419c87 by Beno?t Minisini at 2023-11-01T18:14:38+01:00 'TextHighlighter.CanRewrite' is now dynamic. 'TextHighlighter._Register()' is now 'TextHighlighter._RegisterColor()'. [GB.FORM.EDITOR] * BUG: 'TextHighlighter.CanRewrite' is now dynamic. * BUG: 'TextHighlighter._Register()' is now 'TextHighlighter._RegisterColor()'. - - - - - 2 changed files: - comp/src/gb.form.editor/.src/CDocument.class - comp/src/gb.form.editor/.src/_TextEditor_Line.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f3419c878620d3b06c36869a05fddc2546554b2d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f3419c878620d3b06c36869a05fddc2546554b2d You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Nov 1 18:27:37 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 01 Nov 2023 17:27:37 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Fix highlighter colors management. Message-ID: <65428a8973f36_2c9a3d0661a0@gitlab-sidekiq-low-urgency-cpu-bound-v2-5ff44c7d45-j6z7d.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b2e4cea8 by Beno?t Minisini at 2023-11-01T18:26:15+01:00 Fix highlighter colors management. [GB.HIGHLIGHT] * NEW: TextHighlighter: Syntax for specifying a default to use if the color name is not defined in the theme. * NEW: TextHighlighter: 'Key' is now the internal highlighter name. * NEW: TextHighlighter: 'Name' now returns the highlighter display name. * NEW: TextHighlighter: 'Register()' now takes the highlighter internal name, its display name, and the path of the definition file. * BUG: TextHighlighter: 'List' property is now more accurate. * NEW: TextHighlighter: 'Colors' is a new property that returns the color names used by a specific highlighter. * BUG: TextHighlighterStyle: Fix the 'Background' property. * NEW: TextHighlighterTheme: Make color names translatable. * NEW: TextHighlighterTheme: Some colors are now registered as "common colors". They are returned by the 'Colors' property. * NEW: TextHighlighterTheme: '_Register()' has been renamed as '_RegisterColor()'. * NEW: Many highlighter fixes. Define default colors. - - - - - b7f65eeb by Beno?t Minisini at 2023-11-01T18:27:24+01:00 Options dialog: Fix theme configuration. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation * BUG: Options dialog: Fix theme configuration. * BUG: Fix specifiic highlighters. - - - - - 30 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Editor/Code/FConflictEditor.class - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/VersionControl/CVersionControlGit.class - app/src/gambas3/.src/VersionControl/FConflict.class - app/src/gambas3/highlight/commit_git.highlight - app/src/gambas3/markdown/markdown.css - comp/src/gb.highlight/.icon.png - + comp/src/gb.highlight/.lang/fr.po - comp/src/gb.highlight/.project - comp/src/gb.highlight/.src/CState.class - ? comp/src/gb.highlight/.src/Helper.module - comp/src/gb.highlight/.src/Main.module - + comp/src/gb.highlight/.src/Names.module - comp/src/gb.highlight/.src/TextHighlighter.class - comp/src/gb.highlight/.src/TextHighlighterStyle.class - comp/src/gb.highlight/.src/TextHighlighterTheme.class - comp/src/gb.highlight/.src/_TextHighlighter_Gambas.class - comp/src/gb.highlight/highlight/_webpage_javascript.highlight - comp/src/gb.highlight/highlight/c.highlight - comp/src/gb.highlight/highlight/cplusplus.highlight - comp/src/gb.highlight/highlight/css.block - comp/src/gb.highlight/highlight/css.highlight - comp/src/gb.highlight/highlight/diff.highlight - comp/src/gb.highlight/highlight/html.highlight - comp/src/gb.highlight/highlight/javascript.highlight - comp/src/gb.highlight/highlight/sh.highlight - comp/src/gb.highlight/highlight/sql.highlight - comp/src/gb.highlight/highlight/webpage.highlight View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f3419c878620d3b06c36869a05fddc2546554b2d...b7f65eebf190f40f8344110e4d85d0c16e53c862 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f3419c878620d3b06c36869a05fddc2546554b2d...b7f65eebf190f40f8344110e4d85d0c16e53c862 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Nov 1 23:29:33 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 01 Nov 2023 22:29:33 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Fix translation of color names. Message-ID: <6542d14d85a17_2c9a40c80415@gitlab-sidekiq-low-urgency-cpu-bound-v2-7fb946d77-52tdx.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b9bdfc53 by Beno?t Minisini at 2023-11-01T23:28:55+01:00 Fix translation of color names. [GB.HIGHLIGHT] * BUG: Fix translation of color names. - - - - - 6b156860 by Beno?t Minisini at 2023-11-01T23:29:27+01:00 Option dialog: Sort themes by name in the combobox. [DEVELOPMENT ENVIRONMENT] * NEW: Option dialog: Sort themes by name in the combobox. - - - - - 6 changed files: - app/src/gambas3/.src/Options/FOption.class - comp/src/gb.highlight/.lang/fr.po - ? comp/src/gb.highlight/.src/Names.module - comp/src/gb.highlight/.src/TextHighlighterStyle.class - comp/src/gb.highlight/.src/TextHighlighterTheme.class - comp/src/gb.highlight/highlight/sh.highlight View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b7f65eebf190f40f8344110e4d85d0c16e53c862...6b15686060580e87ca6813c843ebb8790a85d966 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/b7f65eebf190f40f8344110e4d85d0c16e53c862...6b15686060580e87ca6813c843ebb8790a85d966 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Nov 2 21:17:30 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 02 Nov 2023 20:17:30 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextEditor: 'Keywords' property works again. Message-ID: <654403dae685a_2c9a4e864952@gitlab-sidekiq-low-urgency-cpu-bound-v2-878fd58c-m52g5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 982f48f0 by Beno?t Minisini at 2023-11-02T21:17:23+01:00 TextEditor: 'Keywords' property works again. [GB.FORM.EDITOR] * BUG: TextEditor: 'Keywords' property works again. - - - - - 2 changed files: - comp/src/gb.form.editor/.src/CDocument.class - comp/src/gb.form.editor/.src/TextEditor.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/982f48f0bbb07962622bac734c89a00d2405b9c3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/982f48f0bbb07962622bac734c89a00d2405b9c3 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Nov 3 01:21:48 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 03 Nov 2023 00:21:48 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix 'gambas' highlighting when 'CanRewrite' is FALSE. Fix highlighting... Message-ID: <65443d1cd8cc4_2c9a470187f7@gitlab-sidekiq-low-urgency-cpu-bound-v2-cb556f845-wwqcn.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 252617ba by Beno?t Minisini at 2023-11-03T01:21:44+01:00 Fix 'gambas' highlighting when 'CanRewrite' is FALSE. Fix highlighting recursion when 'CanRewrite' is TRUE. [GB.HIGHLIGHT] * BUG: Fix 'gambas' highlighting when 'CanRewrite' is FALSE. * BUG: Fix highlighting recursion when 'CanRewrite' is TRUE. * NEW: TextHighlighter: 'ToHTML()', 'ToANSI()' and 'Paint()' now take the 'CanRewrite' property into account. * NEW: Raise an error if we try to load 'gb.highlight' whereas 'gb.eval.highlight' is already loaded. - - - - - 5 changed files: - comp/src/gb.highlight/.src/Main.module - comp/src/gb.highlight/.src/TextHighlighter.class - comp/src/gb.highlight/.src/TextHighlighterTheme.class - comp/src/gb.highlight/.src/_TextHighlighter_Gambas.class - comp/src/gb.highlight/custom/CustomHighlighter.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/252617baeff005f8fe4913516aa2899dd9d35b4d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/252617baeff005f8fe4913516aa2899dd9d35b4d You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Nov 3 13:42:23 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 03 Nov 2023 12:42:23 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] BUG: Text editor: Procedure list popup works again. Message-ID: <6544eaafde6e5_2c9a39461244@gitlab-sidekiq-low-urgency-cpu-bound-v2-68497c447f-rsg6g.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5092c400 by Beno?t Minisini at 2023-11-03T13:42:16+01:00 BUG: Text editor: Procedure list popup works again. [DEVELOPMENT ENVIRONMENT] * BUG: Text editor: Procedure list popup works again. - - - - - 2 changed files: - app/src/gambas3/.src/Editor/Code/FTextEditor.class - app/src/gambas3/.src/Editor/Code/FTextEditor.form View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5092c40096b84ad7ca32934093897df18603ef68 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5092c40096b84ad7ca32934093897df18603ef68 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Nov 3 17:54:39 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 03 Nov 2023 16:54:39 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: TextEditor: 'Highlight' property returns the highlighter key as before, not... Message-ID: <654525cfe929f_2c9a3f831697@gitlab-sidekiq-low-urgency-cpu-bound-v2-bff78b669-kxlp8.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 7179b5f1 by Beno?t Minisini at 2023-11-03T13:43:49+01:00 TextEditor: 'Highlight' property returns the highlighter key as before, not the highlighter display name. [GB.FORM.EDITOR] * BUG: TextEditor: 'Highlight' property returns the highlighter key as before, not the highlighter display name. - - - - - e1fd4f9e by Beno?t Minisini at 2023-11-03T17:53:54+01:00 Fix 'Highlight.LengthBefore' when strings have non-ASCII characters. [GB.EVAL] * BUG: Fix 'Highlight.LengthBefore' when strings have non-ASCII characters. - - - - - 2 changed files: - comp/src/gb.form.editor/.src/CDocument.class - main/lib/eval/eval_analyze.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/5092c40096b84ad7ca32934093897df18603ef68...e1fd4f9e78a72edc36911b46121bb8ca1951b4d7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/5092c40096b84ad7ca32934093897df18603ef68...e1fd4f9e78a72edc36911b46121bb8ca1951b4d7 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Nov 3 18:07:11 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 03 Nov 2023 17:07:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Another fix of 'gambas' highlighting when 'CanRewrite' is FALSE. Message-ID: <654528bf2d9ea_2c9a45c626fd@gitlab-sidekiq-low-urgency-cpu-bound-v2-bff78b669-lhk6b.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 173e9a69 by Beno?t Minisini at 2023-11-03T18:07:06+01:00 Another fix of 'gambas' highlighting when 'CanRewrite' is FALSE. [GB.HIGHLIGHT] * BUG: Another fix of 'gambas' highlighting when 'CanRewrite' is FALSE. * BUG: Fix 'webpage' highlighting of '<%/%>'. - - - - - 3 changed files: - comp/src/gb.highlight/.src/Main.module - comp/src/gb.highlight/.src/_TextHighlighter_Gambas.class - comp/src/gb.highlight/highlight/webpage.include View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/173e9a699dc5ce65e0a6552c20a020e81843dac3 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/173e9a699dc5ce65e0a6552c20a020e81843dac3 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Nov 3 20:35:42 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 03 Nov 2023 19:35:42 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Fix background highlighting of included highlighters. Message-ID: <65454b8ebd413_2c9a420227cf@gitlab-sidekiq-low-urgency-cpu-bound-v2-9c84ddcbf-7bg42.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a1db0cf2 by Beno?t Minisini at 2023-11-03T20:33:42+01:00 Fix background highlighting of included highlighters. [GB.HIGHLIGHT] * BUG: Fix background highlighting of included highlighters. - - - - - 97bb0b57 by Beno?t Minisini at 2023-11-03T20:34:30+01:00 TextEditor: Highlight background of included highlighters the same way as 'gb.highlight', with colors. [GB.FORM.EDITOR] * NEW: TextEditor: Highlight background of included highlighters the same way as 'gb.highlight', with colors. - - - - - 7e93139c by Beno?t Minisini at 2023-11-03T20:35:32+01:00 Option dialog: Theme change correctly update editor again. [DEVELOPMENT ENVIRONMENT] * BUG: Option dialog: Theme change correctly update editor again. - - - - - 11 changed files: - app/src/gambas3/.src/Editor/Code/FTextEditor.class - comp/src/gb.form.editor/.src/CDocument.class - comp/src/gb.form.editor/.src/CLineInfo.class - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.highlight/.src/CCommandFrom.class - comp/src/gb.highlight/.src/CState.class - comp/src/gb.highlight/.src/TextHighlighter.class - comp/src/gb.highlight/.src/TextHighlighterTheme.class - comp/src/gb.highlight/.src/_TextHighlighter_Gambas.class - comp/src/gb.highlight/custom/CustomHighlighter.class - comp/src/gb.highlight/highlight/webpage.include View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/173e9a699dc5ce65e0a6552c20a020e81843dac3...7e93139c953d162b77bfcf160f654aeadac1dddc -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/173e9a699dc5ce65e0a6552c20a020e81843dac3...7e93139c953d162b77bfcf160f654aeadac1dddc You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Nov 3 20:45:35 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 03 Nov 2023 19:45:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextHighlighter: Implement the 'ToRichText()' method. Message-ID: <65454ddf7c5c2_2c9b15461437@gitlab-sidekiq-low-urgency-cpu-bound-v2-9c84ddcbf-6vcb7.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 5ebbcc60 by Beno?t Minisini at 2023-11-03T20:45:29+01:00 TextHighlighter: Implement the 'ToRichText()' method. [GB.HIGHLIGHT] * NEW: TextHighlighter: Implement the 'ToRichText()' method. - - - - - 1 changed file: - comp/src/gb.highlight/.src/TextHighlighter.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5ebbcc602641e17e8183f24d4ff2260024fc0461 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/5ebbcc602641e17e8183f24d4ff2260024fc0461 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Nov 3 20:48:06 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 03 Nov 2023 19:48:06 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Open project dialog: Do not crash if there is no project template when... Message-ID: <65454e762cdf7_2c9a498-22b@gitlab-sidekiq-low-urgency-cpu-bound-v2-9c84ddcbf-tctmj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: df5e159c by Beno?t Minisini at 2023-11-03T20:48:00+01:00 Open project dialog: Do not crash if there is no project template when creating a new project, even if it should not happen. [DEVELOPMENT ENVIRONMENT] * BUG: Open project dialog: Do not crash if there is no project template when creating a new project, even if it should not happen. - - - - - 1 changed file: - app/src/gambas3/.src/Project/FOpenProject.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/df5e159c5e94e6a0a182ab848080b263ad1c53c6 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/df5e159c5e94e6a0a182ab848080b263ad1c53c6 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Nov 4 15:49:34 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 04 Nov 2023 14:49:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextHighlighter: Fix 'ToRichText()' for GTK+ that is more strict on markup syntax. Message-ID: <654659fe24a93_2c21cfabb810212@gitlab-sidekiq-low-urgency-cpu-bound-v2-8679dd4d79-qm9sf.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 97e9ae07 by Beno?t Minisini at 2023-11-04T15:49:27+01:00 TextHighlighter: Fix 'ToRichText()' for GTK+ that is more strict on markup syntax. [GB.HIGHLIGHT] * BUG: TextHighlighter: Fix 'ToRichText()' for GTK+ that is more strict on markup syntax. - - - - - 5 changed files: - comp/src/gb.highlight/.component - comp/src/gb.highlight/.project - comp/src/gb.highlight/.src/TextHighlighter.class - comp/src/gb.highlight/.src/TextHighlighterStyle.class - comp/src/gb.highlight/.src/TextHighlighterTheme.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/97e9ae0749b567c9b96a27a27131ad3ffdb20374 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/97e9ae0749b567c9b96a27a27131ad3ffdb20374 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Nov 4 21:32:32 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 04 Nov 2023 20:32:32 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] FileView: 'ShowDetailed' is now deprecated. Update documentation Message-ID: <6546aa601a095_2c9a47042944@gitlab-sidekiq-low-urgency-cpu-bound-v2-8679dd4d79-tzwgj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: fd8781ca by Beno?t Minisini at 2023-11-04T21:32:27+01:00 FileView: 'ShowDetailed' is now deprecated. Update documentation [GB.FORM] * BUG: FileView: Setting 'ShowDetailed' to TRUE has now the same effect as setting 'View' to 'Detailed'. * NEW: FileView: 'ShowDetailed' is now deprecated. * BUG: Fix runtime deprecation messages. * NEW: Update documentation. - - - - - 8 changed files: - comp/src/gb.form/.project - comp/src/gb.form/.src/Button/SwitchButton.class - comp/src/gb.form/.src/File/Chooser/FileChooser.class - comp/src/gb.form/.src/File/FileView.class - comp/src/gb.form/.src/Font/FontChooser.class - comp/src/gb.form/.src/Stock.class - comp/src/gb.form/.src/ValueBox.class - comp/src/gb.form/.src/Wizard/Wizard.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fd8781cae4f1d0109c4c22fbc2f298dce8d17166 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fd8781cae4f1d0109c4c22fbc2f298dce8d17166 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Nov 5 23:19:45 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 05 Nov 2023 22:19:45 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextEditor: 'TextHighlighterTheme.GetIncludeColors()' is now '_GetIncludeColors()'. Message-ID: <65481501e2210_2c9a538899af@gitlab-sidekiq-low-urgency-cpu-bound-v2-8679dd4d79-f2s8c.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: f87f2a2c by Beno?t Minisini at 2023-11-05T23:19:38+01:00 TextEditor: 'TextHighlighterTheme.GetIncludeColors()' is now '_GetIncludeColors()'. [GB.FORM.EDITOR] * BUG: TextEditor: 'TextHighlighterTheme.GetIncludeColors()' is now '_GetIncludeColors()'. - - - - - 1 changed file: - comp/src/gb.form.editor/.src/TextEditor.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f87f2a2cad6126dc85c82f00628847872bb428cb -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/f87f2a2cad6126dc85c82f00628847872bb428cb You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Nov 6 12:02:01 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 06 Nov 2023 11:02:01 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextEditor: First line can be folded again. Message-ID: <6548c7a94456f_2c9a56063151@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f5cdd869c-pfgb5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 87d2420a by Beno?t Minisini at 2023-11-06T12:01:50+01:00 TextEditor: First line can be folded again. [GB.FORM.EDITOR] * BUG: TextEditor: First line can be folded again. * NEW: TextEditor: Draw folding signs a bit smaller. - - - - - 3 changed files: - comp/src/gb.form.editor/.src/CDocument.class - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form.editor/.src/test/FTestEditor.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/87d2420aefc67cec22b1e42147aa8b273003f63b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/87d2420aefc67cec22b1e42147aa8b273003f63b You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Nov 6 12:15:58 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 06 Nov 2023 11:15:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextEditor: Do not draw top limit of cursor highlight on the first line and... Message-ID: <6548caee432a0_2d3bbb2e8337@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f5cdd869c-tmkgg.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c0603701 by Beno?t Minisini at 2023-11-06T12:15:50+01:00 TextEditor: Do not draw top limit of cursor highlight on the first line and bottom limit on the last line. [GB.FORM.EDITOR] * NEW: TextEditor: Do not draw top limit of cursor highlight on the first line. * NEW: TextEditor: Do not draw bottom limit of cursor highlight on the last line. - - - - - 1 changed file: - comp/src/gb.form.editor/.src/TextEditor.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c0603701f711dd153a7026953f945b7ee5c0f1dd -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c0603701f711dd153a7026953f945b7ee5c0f1dd You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Nov 6 19:13:11 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 06 Nov 2023 18:13:11 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] FileChooser: The view buttons are now correctly updated when the view is changed from code. Message-ID: <65492cb7b45ed_2c9a4d410964@gitlab-sidekiq-low-urgency-cpu-bound-v2-5c84cc4f55-4nwvm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c81c73a3 by Beno?t Minisini at 2023-11-06T19:13:05+01:00 FileChooser: The view buttons are now correctly updated when the view is changed from code. [GB.FORM] * NEW: FileView: New 'View' event that is raised when the 'View' property has changed. * BUG: FileChooser: Use the new FileView 'View' event to correctly synchronize the view button states. - - - - - 6 changed files: - comp/src/gb.form/.src/File/Chooser/FDirChooser.class - comp/src/gb.form/.src/File/FileView.class - comp/src/gb.form/.src/TabPanel/TabPanel.class - comp/src/gb.form/.src/TabPanel/_TabPanelButton.class - comp/src/gb.form/.src/Test/FTestFileChooser.class - comp/src/gb.form/.src/Test/FTestMenuButton.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c81c73a3be94fe6f00f42ee952f2d56ab2f4a7f8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c81c73a3be94fe6f00f42ee952f2d56ab2f4a7f8 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Nov 9 11:22:32 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 09 Nov 2023 10:22:32 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextHighlighter: Fix compilation when there are several alternative commands for a same state. Message-ID: <654cb2e8c8b9f_2ca2d00571d0@gitlab-sidekiq-low-urgency-cpu-bound-v2-cdd5b8775-2hj8m.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: dbd53959 by Beno?t Minisini at 2023-11-09T11:22:26+01:00 TextHighlighter: Fix compilation when there are several alternative commands for a same state. [GB.HIGHLIGHT] * BUG: TextHighlighter: Fix compilation when there are several alternative commands for a same state. - - - - - 8 changed files: - comp/src/gb.highlight/.src/CCommandBetween.class - comp/src/gb.highlight/.src/CCommandFrom.class - comp/src/gb.highlight/.src/CCommandMatch.class - comp/src/gb.highlight/.src/CState.class - comp/src/gb.highlight/.src/Main.module - + comp/src/gb.highlight/highlight/highlight.arg - + comp/src/gb.highlight/highlight/highlight.highlight - comp/src/gb.highlight/highlight/javascript.highlight View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dbd53959410e43aa9ac8e7cb00cbd7d5a3e0e839 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/dbd53959410e43aa9ac8e7cb00cbd7d5a3e0e839 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Nov 9 23:38:16 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 09 Nov 2023 22:38:16 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Put the project name inside the profile file. Message-ID: <654d5f5860490_2ca352038720@gitlab-sidekiq-low-urgency-cpu-bound-v2-9b86454db-n6ph2.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 637879db by Beno?t Minisini at 2023-11-09T23:35:13+01:00 Put the project name inside the profile file. [GB.DEBUG] * NEW: Put the project name inside the profile file. - - - - - c795d959 by Beno?t Minisini at 2023-11-09T23:38:05+01:00 Profiling windows are now embedded in the workspace. [DEVELOPMENT ENVIRONMENT] * NEW: Update French translation. * NEW: Profile files are now stored inside the ".profile" hidden directory of the project. * NEW: Profiling windows are now embedded in the workspace. * NEW: Profile files are now displayed in the project tree, inside the "Profiles" folder. * NEW: The 'gitignore' file has been updated to ignore profile files. - - - - - 21 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/CProfileTask.class - app/src/gambas3/.src/Debug/Design.module - app/src/gambas3/.src/Debug/FDebugButton.class - ? app/src/gambas3/.src/Debug/FProfile.form - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Editor/MCompressFile.module - app/src/gambas3/.src/Debug/FProfile.class ? app/src/gambas3/.src/Editor/Profile/FProfile.class - + app/src/gambas3/.src/Editor/Profile/FProfile.form - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/CProjectTree.class - app/src/gambas3/.src/VersionControl/FFileInfoVC.class - app/src/gambas3/.src/VersionControl/FFileInfoVC.form - app/src/gambas3/.src/VersionControl/FVersionControl.class - app/src/gambas3/.src/VersionControl/FVersionControl.form - app/src/gambas3/gitignore - main/gbx/gbx_debug.c - main/lib/debug/gb.debug.h - main/lib/debug/profile.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/dbd53959410e43aa9ac8e7cb00cbd7d5a3e0e839...c795d95912e1a8358f71f457c45b728a2230c141 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/dbd53959410e43aa9ac8e7cb00cbd7d5a3e0e839...c795d95912e1a8358f71f457c45b728a2230c141 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Nov 10 19:53:25 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 10 Nov 2023 18:53:25 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextHighlighter: Fix 'highlight' definition file highlighting. Message-ID: <654e7c255577d_2da4380615e1@gitlab-sidekiq-low-urgency-cpu-bound-v2-fcbc89bfd-p72rq.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 816fbdc2 by Beno?t Minisini at 2023-11-10T19:53:18+01:00 TextHighlighter: Fix 'highlight' definition file highlighting. [GB.HIGHLIGHT] * BUG: TextHighlighter: Understand "from here" and "between here" commands. * BUG: TextHighlighter: Fix 'highlight' definition file highlighting. * NEW: TextHighlighter: "@word" special command allows to define the regular expression that defines what a word is. - - - - - 7 changed files: - comp/src/gb.highlight/.src/CCommandBetween.class - comp/src/gb.highlight/.src/CCommandFrom.class - comp/src/gb.highlight/.src/Main.module - comp/src/gb.highlight/.src/TextHighlighter.class - comp/src/gb.highlight/custom/CustomHighlighter.class - comp/src/gb.highlight/highlight/diff.highlight - comp/src/gb.highlight/highlight/highlight.highlight View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/816fbdc2107fcae22f2564ecb58e6b92d65ddaf1 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/816fbdc2107fcae22f2564ecb58e6b92d65ddaf1 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Nov 10 20:50:58 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 10 Nov 2023 19:50:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextHighlighter: When a "from" or "between" right limit is at end of line, ... Message-ID: <654e89a2bf95f_2ca4380971e9@gitlab-sidekiq-low-urgency-cpu-bound-v2-ccc88d86b-hsxtm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0ab20519 by Beno?t Minisini at 2023-11-10T20:50:51+01:00 TextHighlighter: When a "from" or "between" right limit is at end of line, test it before trying to match anything else. [GB.HIGHLIGHT] * NEW: TextHighlighter: When a "from" or "between" right limit is at end of line, test it before trying to match anything else. * NEW: Update 'highlight' definition file. - - - - - 3 changed files: - comp/src/gb.highlight/.src/CCommandBetween.class - comp/src/gb.highlight/.src/CCommandFrom.class - comp/src/gb.highlight/highlight/highlight.highlight View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0ab20519da4580f8fccd978583394b716d803f92 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0ab20519da4580f8fccd978583394b716d803f92 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Nov 11 02:06:17 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 11 Nov 2023 01:06:17 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Project tree: Fix profile popup menu. Message-ID: <654ed3893524e_2ca355c42990@gitlab-sidekiq-low-urgency-cpu-bound-v2-56b9dfb676-hr95f.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2b633689 by Beno?t Minisini at 2023-11-11T02:06:12+01:00 Project tree: Fix profile popup menu. [DEVELOPMENT ENVIRONMENT] * BUG: Project tree: Fix profile popup menu. * NEW: File property dialog: Take profile files into account. * NEW: Update French translation. * BUG: Fix file header text in the message of confirmation dialogs. - - - - - 6 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Dialog/FFileProperty.class - app/src/gambas3/.src/Dialog/FFileProperty.form - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2b63368921c46af2fee8a62ae752cb16abdd8773 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2b63368921c46af2fee8a62ae752cb16abdd8773 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Nov 11 02:49:31 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 11 Nov 2023 01:49:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Settings: Reading string values is faster now. Message-ID: <654eddab350f1_2c9a880870ea@gitlab-sidekiq-low-urgency-cpu-bound-v2-56b9dfb676-zd7s8.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 11d78367 by Beno?t Minisini at 2023-11-11T02:49:23+01:00 Settings: Reading string values is faster now. [GB.SETTINGS] * OPT: Settings: Reading string values is faster now. - - - - - 2 changed files: - comp/src/gb.settings/.src/Main.module - comp/src/gb.settings/.src/Settings.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/11d7836779eda1828e49948dbc0336ef9f79ff51 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/11d7836779eda1828e49948dbc0336ef9f79ff51 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Nov 11 03:18:34 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 11 Nov 2023 02:18:34 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Some fixes about profile file management. Message-ID: <654ee47aa9ab8_2ca3854446bd@gitlab-sidekiq-low-urgency-cpu-bound-v2-56b9dfb676-8qwqs.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: d0b75bcd by Beno?t Minisini at 2023-11-11T03:18:29+01:00 Some fixes about profile file management. [DEVELOPMENT ENVIRONMENT] * OPT: Do not load recent file settings twice at startup. * BUG: Fix layout of some confirmation messages. * BUG: The open profile dialog correctly remembers its directory. * BUG: Fix popup menu of external files. * NEW: Add "Remove all profile files" action to the 'Debug' menu. - - - - - 9 changed files: - app/src/gambas3/.src/CRecentProject.class - app/src/gambas3/.src/Dialog/FFileProperty.class - app/src/gambas3/.src/Editor/Browse/FProjectBrowser.class - app/src/gambas3/.src/Editor/Profile/FProfile.class - app/src/gambas3/.src/Editor/Profile/FProfile.form - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/FMain.form - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/VersionControl/CVersionControlGit.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d0b75bcd54d899a78be3583ee08515c3fe6f6bb2 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/d0b75bcd54d899a78be3583ee08515c3fe6f6bb2 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Nov 11 13:12:50 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 11 Nov 2023 12:12:50 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Option dialog: Opening the dialog twice when the "Interface" tab is selected... Message-ID: <654f6fc234345_2ca4330130aa@gitlab-sidekiq-low-urgency-cpu-bound-v2-56b9dfb676-q6gkj.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 284da64b by Beno?t Minisini at 2023-11-11T13:12:45+01:00 Option dialog: Opening the dialog twice when the "Interface" tab is selected does not crash anymore. [DEVELOPMENT ENVIRONMENT] * NEW: Code editor: Hide the "insert date" toolbar button by default. * BUG: Option dialog: Opening the dialog twice when the "Interface" tab is selected does not crash anymore. - - - - - 3 changed files: - app/src/gambas3/.src/Editor/Code/FEditor.form - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Project.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/284da64b73d5c9792ea4dafafa792211f0015e9f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/284da64b73d5c9792ea4dafafa792211f0015e9f You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Nov 11 13:39:55 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 11 Nov 2023 12:39:55 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Project tree: Adding new files is possible again. Message-ID: <654f761b92959_2ca3ca068865@gitlab-sidekiq-low-urgency-cpu-bound-v2-56b9dfb676-vcj74.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: fe1e2914 by Beno?t Minisini at 2023-11-11T13:39:51+01:00 Project tree: Adding new files is possible again. [DEVELOPMENT ENVIRONMENT] * BUG: Project tree: Adding new files is possible again. - - - - - 1 changed file: - app/src/gambas3/.src/FMain.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fe1e2914b114de0a5244c52e4ec94d85adba7d25 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/fe1e2914b114de0a5244c52e4ec94d85adba7d25 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Nov 11 14:14:58 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 11 Nov 2023 13:14:58 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Redraw some 'gambas-thin' icons. Message-ID: <654f7e52aee66_2ca37dc506bd@gitlab-sidekiq-low-urgency-cpu-bound-v2-56b9dfb676-8qwqs.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 99c0b50c by Beno?t Minisini at 2023-11-11T14:14:51+01:00 Redraw some 'gambas-thin' icons. [GB.FORM.STOCK] * NEW: Redraw some 'gambas-thin' icons. - - - - - 30 changed files: - comp/src/gb.form.stock/gambas-thin/128/bluetooth-off.png - comp/src/gb.form.stock/gambas-thin/128/calculator.png - comp/src/gb.form.stock/gambas-thin/128/calendar.png - comp/src/gb.form.stock/gambas-thin/128/chat.png - comp/src/gb.form.stock/gambas-thin/128/computer.png - comp/src/gb.form.stock/gambas-thin/128/cpu.png - comp/src/gb.form.stock/gambas-thin/128/csv.png - + comp/src/gb.form.stock/gambas-thin/128/formula.png - + comp/src/gb.form.stock/gambas-thin/128/group.png - comp/src/gb.form.stock/gambas-thin/128/media-player.png - + comp/src/gb.form.stock/gambas-thin/128/new-appointment.png - + comp/src/gb.form.stock/gambas-thin/128/page-break.png - + comp/src/gb.form.stock/gambas-thin/128/page-two.png - + comp/src/gb.form.stock/gambas-thin/128/page.png - comp/src/gb.form.stock/gambas-thin/128/pen.png - comp/src/gb.form.stock/gambas-thin/128/security.png - comp/src/gb.form.stock/gambas-thin/128/tree.png - + comp/src/gb.form.stock/gambas-thin/128/ungroup.png - comp/src/gb.form.stock/gambas-thin/32/battery-high.png - comp/src/gb.form.stock/gambas-thin/32/battery-low.png - comp/src/gb.form.stock/gambas-thin/32/battery-medium.png - comp/src/gb.form.stock/gambas-thin/32/disconnect.png - comp/src/gb.form.stock/gambas-thin/32/eject.png - comp/src/gb.form.stock/gambas-thin/32/end.png - ? comp/src/gb.form.stock/gambas-thin/32/formula.png - comp/src/gb.form.stock/gambas-thin/32/forward.png - ? comp/src/gb.form.stock/gambas-thin/32/group.png - comp/src/gb.form.stock/gambas-thin/32/mount.png - ? comp/src/gb.form.stock/gambas-thin/32/new-appointment.png - comp/src/gb.form.stock/gambas-thin/32/next.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/99c0b50cdea0dacc0b0d1c214ca47bd65b949f1e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/99c0b50cdea0dacc0b0d1c214ca47bd65b949f1e You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Tue Nov 14 18:45:36 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 14 Nov 2023 17:45:36 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 6 commits: Remove 'Mouse.FullDelta' property. Make mouse wheel events ignore partial... Message-ID: <6553b240d675a_2d9ab8c693b@gitlab-sidekiq-low-urgency-cpu-bound-v2-5ff4b65d98-cdfc5.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4dcc9679 by Beno?t Minisini at 2023-11-13T19:59:49+01:00 Remove 'Mouse.FullDelta' property. Make mouse wheel events ignore partial rotations of high precision mouses. [GB.GTK] * NEW: Remove 'Mouse.FullDelta' property. [GB.GTK3] * NEW: Remove 'Mouse.FullDelta' property. [GB.QT4] * NEW: Remove 'Mouse.FullDelta' property. * BUG: Make mouse wheel events ignore partial rotations of high precision mouses. [GB.QT5] * NEW: Remove 'Mouse.FullDelta' property. * BUG: Make mouse wheel events ignore partial rotations of high precision mouses. - - - - - ba626c14 by Beno?t Minisini at 2023-11-14T18:30:33+01:00 TerminalView: Mouse.FullDelta has been removed. [GB.FORM.TERMINAL] * BUG: TerminalView: Mouse.FullDelta has been removed. - - - - - e884896c by Beno?t Minisini at 2023-11-14T18:36:38+01:00 ScrollArea: Still adapt mouse wheel scrolling to client size. [GB.GUI.BASE] * NEW: Update documentation. * BUG: Mouse.FullDelta has been removed. * NEW: ScrollArea: The mouse wheel scrolls less. - - - - - 17c53b8a by Beno?t Minisini at 2023-11-14T18:37:11+01:00 Optimize the 'Asc()' function. [GB.JIT] * NEW: Optimize the 'Asc()' function. - - - - - 2e4f0b49 by Beno?t Minisini at 2023-11-14T18:41:38+01:00 TabPanel: Mouse.FullDelta has been removed. [GB.FORM] * NEW: Update documentation. * NEW: TabPanel: Mouse.FullDelta has been removed. - - - - - 002214c3 by Beno?t Minisini at 2023-11-14T18:44:03+01:00 Mouse.FullDelta has been removed. Do not update the '.gitignore' file to a lower version than the current one. [DEVELOPMENT ENVIRONMENT] * NEW: Mouse.FullDelta has been removed. * BUG: Project tree: Fix popup menu contents. * NEW: Do not update the '.gitignore' file to a lower version than the current one. * NEW: When profiling is enabled, change the debugger start icon. - - - - - 18 changed files: - app/src/gambas3/.src/Editor/Image/FImageEditor.class - app/src/gambas3/.src/Editor/MCompressFile.module - app/src/gambas3/.src/Editor/Profile/FProfile.form - app/src/gambas3/.src/FMain.class - app/src/gambas3/.src/Project.module - comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class - comp/src/gb.form/.src/Color/ColorPalette.class - comp/src/gb.form/.src/TabPanel/_TabPanelButton.class - comp/src/gb.gui.base/.src/ComboBox/ComboBox.class - comp/src/gb.gui.base/.src/ScrollArea.class - comp/src/gb.gui.base/.src/ScrollView.class - comp/src/gb.gui.base/.src/TreeView/_TreeView.class - gb.gtk/src/CMouse.cpp - gb.qt4/src/CMouse.cpp - gb.qt4/src/CWidget.cpp - main/lib/jit/gb.jit/.icon.png - main/lib/jit/gb.jit/jit.h - main/lib/jit/jit_body.c View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/99c0b50cdea0dacc0b0d1c214ca47bd65b949f1e...002214c3e591eeeb19729f3146a54aa4dcdd5de7 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/99c0b50cdea0dacc0b0d1c214ca47bd65b949f1e...002214c3e591eeeb19729f3146a54aa4dcdd5de7 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Nov 15 00:37:53 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Tue, 14 Nov 2023 23:37:53 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] TextArea: Setting the 'Line' or 'Column' property when there is no text does not crash anymore. Message-ID: <655404d16e9f0_2c9f45c3c6@gitlab-sidekiq-low-urgency-cpu-bound-v2-5f58f7d956-z6zzs.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a219c018 by Beno?t Minisini at 2023-11-15T00:37:07+01:00 TextArea: Setting the 'Line' or 'Column' property when there is no text does not crash anymore. [GB.GTK] * BUG: TextArea: Setting the 'Line' or 'Column' property when there is no text does not crash anymore. [GB.GTK3] * BUG: TextArea: Setting the 'Line' or 'Column' property when there is no text does not crash anymore. - - - - - 1 changed file: - gb.gtk/src/gtextarea.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a219c018b9ad3d1cbb462250c911856220f63cab -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a219c018b9ad3d1cbb462250c911856220f63cab You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Nov 16 15:02:33 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Thu, 16 Nov 2023 14:02:33 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Fix number detection in highlighting files. Message-ID: <655620f994866_2ca00f015497@gitlab-sidekiq-low-urgency-cpu-bound-v2-685f895c74-5j4dv.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 27b66706 by Beno?t Minisini at 2023-11-16T04:58:44+01:00 Fix number detection in highlighting files. [GB.HIGHLIGHT] * BUG: Fix number detection in highlighting files. - - - - - e0f7f36f by Beno?t Minisini at 2023-11-16T15:02:26+01:00 Redraw some 'gambas-thin' icons. [GB.FORM.STOCK] * NEW: Redraw some 'gambas-thin' icons. - - - - - 16 changed files: - comp/src/gb.form.stock/gambas-thin/128/bluetooth-off.png - comp/src/gb.form.stock/gambas-thin/128/calculator.png - comp/src/gb.form.stock/gambas-thin/128/hardware.png - comp/src/gb.form.stock/gambas-thin/128/sport.png - comp/src/gb.form.stock/gambas-thin/128/statistics.png - comp/src/gb.form.stock/gambas-thin/128/vector.png - comp/src/gb.form.stock/gambas-thin/32/disconnect.png - comp/src/gb.highlight/.src/Main.module - + comp/src/gb.highlight/highlight/_number.regexp - comp/src/gb.highlight/highlight/c.highlight - comp/src/gb.highlight/highlight/cplusplus.highlight - comp/src/gb.highlight/highlight/css.highlight - comp/src/gb.highlight/highlight/html.highlight - comp/src/gb.highlight/highlight/javascript.highlight - comp/src/gb.highlight/highlight/sh.highlight - comp/src/gb.highlight/highlight/sql.highlight View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/a219c018b9ad3d1cbb462250c911856220f63cab...e0f7f36fad6466d66a6655a74aa12823c6e89d96 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/a219c018b9ad3d1cbb462250c911856220f63cab...e0f7f36fad6466d66a6655a74aa12823c6e89d96 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Nov 17 17:30:29 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 17 Nov 2023 16:30:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix 'webpage' highlighting. Message-ID: <65579525d54c2_2c9b028169c@gitlab-sidekiq-low-urgency-cpu-bound-v2-557547956-jz9pq.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 2e0f2572 by Beno?t Minisini at 2023-11-17T17:30:19+01:00 Fix 'webpage' highlighting. [GB.HIGHLIGHT] * NEW: Highlight definition file: Add "..." syntax that allows to define a following state in "from" and "between" commands. * BUG: Fix 'webpage' highlighting. * BUG: TextHighlighter: Handle more than 127 internal states thanks to computed GOTO. - - - - - 13 changed files: - comp/src/gb.highlight/.src/CCommandBetween.class - comp/src/gb.highlight/.src/CCommandFrom.class - comp/src/gb.highlight/.src/CState.class - comp/src/gb.highlight/.src/Main.module - comp/src/gb.highlight/.src/TextHighlighter.class - comp/src/gb.highlight/highlight/_webpage_css.highlight ? comp/src/gb.highlight/highlight/_css_webpage.highlight - comp/src/gb.highlight/highlight/_webpage_javascript.highlight ? comp/src/gb.highlight/highlight/_javascript_webpage.highlight - comp/src/gb.highlight/highlight/css.block - comp/src/gb.highlight/highlight/css.highlight - comp/src/gb.highlight/highlight/javascript.highlight - comp/src/gb.highlight/highlight/webpage.highlight - comp/src/gb.highlight/highlight/webpage.include - + comp/src/gb.highlight/highlight/webpage.markup View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2e0f257214ea5b71beec9c8427cc9afaf85490f8 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2e0f257214ea5b71beec9c8427cc9afaf85490f8 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Nov 17 23:55:38 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 17 Nov 2023 22:55:38 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix drag & drop when dropping from another application. Message-ID: <6557ef6ae2f4b_2c12e42ac289fe@gitlab-sidekiq-low-urgency-cpu-bound-v2-fc8fd4556-g77h8.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9fa3665d by Beno?t Minisini at 2023-11-17T23:55:09+01:00 Fix drag & drop when dropping from another application. [GB.GTK] * BUG: Fix drag & drop when dropping from another application. [GB.GTK3] * BUG: Fix drag & drop when dropping from another application. - - - - - 3 changed files: - gb.gtk/src/CClipboard.cpp - gb.gtk/src/gdrag.cpp - gb.gtk/src/gdrag.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9fa3665da496f2334d0b200fa7d830c86015b534 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9fa3665da496f2334d0b200fa7d830c86015b534 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sat Nov 18 14:08:03 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 18 Nov 2023 13:08:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix drag and drop of non standard text format. Message-ID: <6558b733d6818_2c43d205865683@gitlab-sidekiq-low-urgency-cpu-bound-v2-fc8fd4556-cfwjc.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ffa7ecd8 by Beno?t Minisini at 2023-11-18T14:07:21+01:00 Fix drag and drop of non standard text format. [GB.GTK] * BUG: Fix drag and drop of non standard text format. [GB.GTK3] * BUG: Fix drag and drop of non standard text format. - - - - - 2 changed files: - gb.gtk/src/gdrag.cpp - gb.gtk/src/gsignals.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ffa7ecd8912f995ead3c5fbfd5e59dbc44bb522f -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ffa7ecd8912f995ead3c5fbfd5e59dbc44bb522f You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Nov 23 09:40:13 2023 From: gitlab at mg.gitlab.com (Fabien Bodard (@gambix)) Date: Thu, 23 Nov 2023 08:40:13 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Geo.TransformMPArray Allow to speed Up the coord transformation by working by batch Message-ID: <655f0fed35f10_2c9aa3826818@gitlab-sidekiq-low-urgency-cpu-bound-v2-7c988dc89d-pkthp.mail> Fabien Bodard pushed to branch master at Gambas / gambas Commits: 2ba6fbd5 by gambix at 2023-11-23T09:36:28+01:00 Geo.TransformMPArray Allow to speed Up the coord transformation by working by batch [GB.MAP] * NEW: Geo.TransformMPArray Allow to speed Up the coord transformation by working by batch * NEW: MapPoint ArrayFromString and ArrayTo String to convert MapPoint From/Into String Use 'Lat,Lon\n' format * New: MapPoint.SwapAll(MapPoint[]) to swap the values Lat/Lon of an array of MapPoints - - - - - 3 changed files: - comp/src/gb.map/.icon.png - comp/src/gb.map/.src/Tools/Proj.class - comp/src/gb.map/.src/Types/MapPoint.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2ba6fbd5f716768065db64f75bea6447f17e68ef -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/2ba6fbd5f716768065db64f75bea6447f17e68ef You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Nov 23 17:00:16 2023 From: gitlab at mg.gitlab.com (Fabien Bodard (@gambix)) Date: Thu, 23 Nov 2023 16:00:16 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] [GB.MAP] Message-ID: <655f770ff3ee8_2c9aa3817094@gitlab-sidekiq-low-urgency-cpu-bound-v2-5877fb4859-b5l5g.mail> Fabien Bodard pushed to branch master at Gambas / gambas Commits: 8a48150c by gambix at 2023-11-23T16:59:33+01:00 [GB.MAP] * BUG: _MapShape: Take the inner polygons into account when drawing - - - - - 2 changed files: - comp/src/gb.map/.project - comp/src/gb.map/.src/_MapShape.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8a48150c0f53e2e0699d22bb7c6f18c062812777 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/8a48150c0f53e2e0699d22bb7c6f18c062812777 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Nov 23 18:46:16 2023 From: gitlab at mg.gitlab.com (Fabien Bodard (@gambix)) Date: Thu, 23 Nov 2023 17:46:16 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] remove bad dependency Message-ID: <655f8fe8be18d_2c9aa24621b2@gitlab-sidekiq-low-urgency-cpu-bound-v2-5877fb4859-cg8qg.mail> Fabien Bodard pushed to branch master at Gambas / gambas Commits: 376785d4 by gambix at 2023-11-23T18:45:30+01:00 remove bad dependency - - - - - 1 changed file: - comp/src/gb.map/.project View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/376785d4addd584b30c7fb11090bffeab5c6efce -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/376785d4addd584b30c7fb11090bffeab5c6efce You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Nov 24 14:46:03 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 24 Nov 2023 13:46:03 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 5 commits: Redraw some 'gambas-thin' icons. Message-ID: <6560a91b464d7_2c9acb8238b2@gitlab-sidekiq-low-urgency-cpu-bound-v2-58685fdf8-9tsk6.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 39ce401b by Beno?t Minisini at 2023-11-23T22:10:26+01:00 Redraw some 'gambas-thin' icons. [GB.FORM.STOCK] * NEW: Redraw some 'gambas-thin' icons. - - - - - ddb1b15f by Beno?t Minisini at 2023-11-24T13:59:29+01:00 Do not raise events when a control is locked. [GB.GTK] * BUG: Do not raise events when a control is locked. [GB.GTK3] * BUG: Do not raise events when a control is locked. - - - - - 575c4717 by Beno?t Minisini at 2023-11-24T14:43:56+01:00 Redraw some 'gambas-thin' icons. [GB.FORM.STOCK] * NEW: Redraw some 'gambas-thin' icons. - - - - - e41356bd by Beno?t Minisini at 2023-11-24T14:44:44+01:00 Fix 'highlight' highlighting. [GB.HIGHLIGHT] * BUG: Fix 'highlight' highlighting. - - - - - 268420a2 by Beno?t Minisini at 2023-11-24T14:45:45+01:00 Merge branch 'master' of gitlab.com:gambas/gambas - - - - - 30 changed files: - comp/src/gb.form.stock/gambas-thin/128/access.png - + comp/src/gb.form.stock/gambas-thin/128/added.png - comp/src/gb.form.stock/gambas-thin/128/agenda.png - comp/src/gb.form.stock/gambas-thin/128/alarm.png - comp/src/gb.form.stock/gambas-thin/128/android.png - comp/src/gb.form.stock/gambas-thin/128/application.png - comp/src/gb.form.stock/gambas-thin/128/battery.png - comp/src/gb.form.stock/gambas-thin/128/bicycle.png - + comp/src/gb.form.stock/gambas-thin/128/blue.png - comp/src/gb.form.stock/gambas-thin/128/bomb.png - comp/src/gb.form.stock/gambas-thin/128/book.png - comp/src/gb.form.stock/gambas-thin/128/calculator.png - comp/src/gb.form.stock/gambas-thin/128/calendar.png - comp/src/gb.form.stock/gambas-thin/128/camera.png - comp/src/gb.form.stock/gambas-thin/128/cdrom.png - comp/src/gb.form.stock/gambas-thin/128/chart-pie.png - comp/src/gb.form.stock/gambas-thin/128/chart.png - comp/src/gb.form.stock/gambas-thin/128/chat.png - comp/src/gb.form.stock/gambas-thin/128/cherry.png - comp/src/gb.form.stock/gambas-thin/128/chronometer.png - comp/src/gb.form.stock/gambas-thin/128/clock.png - + comp/src/gb.form.stock/gambas-thin/128/clone.png - comp/src/gb.form.stock/gambas-thin/128/cloud.png - comp/src/gb.form.stock/gambas-thin/128/color-picker.png - comp/src/gb.form.stock/gambas-thin/128/color.png - comp/src/gb.form.stock/gambas-thin/128/comment.png - comp/src/gb.form.stock/gambas-thin/128/component.png - comp/src/gb.form.stock/gambas-thin/128/computer.png - + comp/src/gb.form.stock/gambas-thin/128/conflict.png - + comp/src/gb.form.stock/gambas-thin/128/contrast.png View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/376785d4addd584b30c7fb11090bffeab5c6efce...268420a2585a743191f9030d97f01a42248b4790 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/376785d4addd584b30c7fb11090bffeab5c6efce...268420a2585a743191f9030d97f01a42248b4790 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Nov 24 15:51:46 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 24 Nov 2023 14:51:46 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 2 commits: In 'WebPage' mode, typing "<%" automatically inserts "%>" now. Message-ID: <6560b8827961_2c9ac906485d@gitlab-sidekiq-low-urgency-cpu-bound-v2-58685fdf8-sgdvr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 8da69fae by Beno?t Minisini at 2023-11-24T15:49:39+01:00 In 'WebPage' mode, typing "<%" automatically inserts "%>" now. [GB.FORM.EDITOR] * NEW: TextEditor: GetHighlight() now can return the nested highlighting index of each token. * NEW: In 'WebPage' mode, typing "<%" automatically inserts "%>" now. - - - - - 362dd48e by Beno?t Minisini at 2023-11-24T15:51:38+01:00 Text editor: Remove the old code managing "<%" insertion. This is now handled by 'gb.form.editor'. [DEVELOPMENT ENVIRONMENT] * BUG: Text editor: Remove the old code managing "<%" insertion. This is now handled by 'gb.form.editor'. * BUG: Fix profile windows update when loading a project. - - - - - 11 changed files: - app/src/gambas3/.icon.png - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Debug/FDebugButton.class - app/src/gambas3/.src/Editor/Code/FTextEditor.class - app/src/gambas3/.src/Editor/Profile/FProfile.class - app/src/gambas3/.src/Options/FOption.class - app/src/gambas3/.src/Project.module - comp/src/gb.form.editor/.icon.png - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form.editor/.src/TextEditorMode_WebPage.class - comp/src/gb.form.editor/.src/_TextEditor_State.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/268420a2585a743191f9030d97f01a42248b4790...362dd48ef1a249840972cbeca4bb65f67ddb7d5e -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/268420a2585a743191f9030d97f01a42248b4790...362dd48ef1a249840972cbeca4bb65f67ddb7d5e You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Nov 24 15:57:31 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 24 Nov 2023 14:57:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] BUG: Desktop.Is() now checks the provided type with a 'X-' prefix added too. Message-ID: <6560b9dbca24e_2c31e23343255d@gitlab-sidekiq-low-urgency-cpu-bound-v2-58685fdf8-5fctr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b6d16d47 by Beno?t Minisini at 2023-11-24T15:57:24+01:00 BUG: Desktop.Is() now checks the provided type with a 'X-' prefix added too. [GB.GUI.BASE] * BUG: Desktop.Is() now checks the provided type with a 'X-' prefix added too. - - - - - 2 changed files: - comp/src/gb.gui.base/.icon.png - comp/src/gb.gui.base/.src/Desktop.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b6d16d47803527588a02ea611ef5b3ff29e49945 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/b6d16d47803527588a02ea611ef5b3ff29e49945 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Fri Nov 24 21:53:49 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Fri, 24 Nov 2023 20:53:49 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] A project class names to be a native array datatype. This is a test. Message-ID: <65610d5dd6319_2c9add0245b6@gitlab-sidekiq-low-urgency-cpu-bound-v2-6cbf9d9b96-4z7qz.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 4e200c3f by Beno?t Minisini at 2023-11-24T21:53:43+01:00 A project class names to be a native array datatype. This is a test. [DEVELOPMENT ENVIRONMENT] * NEW: A project class names to be a native array datatype. This is a test. - - - - - 4 changed files: - app/src/gambas3/.src/Component/CSymbolInfo.class - app/src/gambas3/.src/Editor/Code/FTextEditor.class - app/src/gambas3/.src/Project.module - app/src/gambas3/.src/Project/FCreateFile.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4e200c3f93f922b5667f0086326bcb72299c4de9 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/4e200c3f93f922b5667f0086326bcb72299c4de9 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Nov 26 00:36:42 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 25 Nov 2023 23:36:42 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Correctly implement support for high precision mouse wheels. Message-ID: <6562850a167e0_2c9ace01205d@gitlab-sidekiq-low-urgency-cpu-bound-v2-6cbf9d9b96-jgvsr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a3846417 by Beno?t Minisini at 2023-11-26T00:36:13+01:00 Correctly implement support for high precision mouse wheels. [GB.QT4] * BUG: Correctly implement support for high precision mouse wheels. [GB.QT5] * BUG: Correctly implement support for high precision mouse wheels. - - - - - 4 changed files: - gb.qt4/src/CMouse.cpp - gb.qt4/src/CMouse.h - gb.qt4/src/CWidget.cpp - gb.qt4/src/CWidget.h View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a3846417750b6286d9ee2c65b0c15930c59777bd -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a3846417750b6286d9ee2c65b0c15930c59777bd You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Nov 26 00:50:05 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sat, 25 Nov 2023 23:50:05 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Remove debugging message. Message-ID: <6562882db779d_2c9adf8690e2@gitlab-sidekiq-low-urgency-cpu-bound-v2-6cbf9d9b96-ldk96.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: c1996acf by Beno?t Minisini at 2023-11-26T00:49:44+01:00 Remove debugging message. [GB.QT4] * BUG: Remove debugging message. [GB.QT5] * BUG: Remove debugging message. - - - - - 1 changed file: - gb.qt4/src/CWidget.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c1996acf1af7f5e3f318851d482d60c93ba59daa -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/c1996acf1af7f5e3f318851d482d60c93ba59daa You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Nov 26 20:04:20 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 26 Nov 2023 19:04:20 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] 8 commits: Add DesktopActions to DesktopFile.class Message-ID: <656396b462bdd_2c40e0d4325f8@gitlab-sidekiq-low-urgency-cpu-bound-v2-6cbf9d9b96-nl9zb.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: b2c34e8e by Bruce Steers at 2023-11-16T17:00:23+00:00 Add DesktopActions to DesktopFile.class [GB.DESKTOP] * NEW: make DesktopAction object, contains .Key .Name .Exec properties and .Delete method * NEW: add _DesktopFile_Actions.class to manage actions. * NEW: add DesktopActions property to DesktopFile.class. * NEW: DesktopFile._Data , hidden property returns the Collection used by DesktopFile internally. - - - - - 850d02cb by Bruce Steers at 2023-11-16T18:13:34+00:00 DesktopAction, allow use of languages [GB.DESKTOP] * NEW: DesktopAction.Name can set language strings with an underscore, eg. $hAction.Name_Fr = "Bonjour" - - - - - f25e8955 by Bruce Steers at 2023-11-16T21:10:02+00:00 DesktopActions, use LocalNames (collection) for languages [GB.DESKTOP] * NEW: DesktopAction.LocalNames returns a collection of the alternative language Texts * OPT: remove the odd _unknown() method for languages - - - - - 668ef01d by Bruce Steers at 2023-11-17T02:46:27+00:00 DesktopActions, implement the same language method as DesktopFile.class [GB.DESKTOP] * NEW: implement same method in DesktopActions for getting current language Name * OPT: remove previously added language methods. * NEW: ANY property can be set for a DesktopAction not just .Name and .Exec - - - - - b7da54f8 by Bruce Steers at 2023-11-17T13:39:28+00:00 DesktopAction, If Key name is changed and it Exists in DesktopFile.Actions then rename the Actions Key [GB.DESKTOP] * BUG: If a DesktopAction key name is changed then update the entry in DesktopFile.Actions property. * OPT: make DesktopAction get DesktopFile $aLang list a different way - - - - - 5855b2ca by Bruce Steers at 2023-11-17T17:34:46+00:00 DesktopActions, add/update help texts [GB.DESKTOP] * NEW: add inline help text - - - - - d7d7ad3d by Bruce Steers at 2023-11-17T20:12:09+00:00 DesktopActions, add Exist() to each action to find properties, be less case sensitive [GB.DESKTOP] * NEW: hDesktopFile.DesktopActions[sName].Exist(PropertyName), see if a property name exists * OPT: be less case sensitive with key and property names - - - - - e8b7de2c by Beno?t Minisini at 2023-11-26T19:04:15+00:00 Merge branch 'desktopactions' into 'master' gb.desktop, Make DesktopActions.class to manage Actions better and add to DesktopFile.class See merge request gambas/gambas!318 - - - - - 5 changed files: - comp/src/gb.desktop/.icon.png - + comp/src/gb.desktop/.src/DesktopAction.class - comp/src/gb.desktop/.src/DesktopFile.class - comp/src/gb.desktop/.src/Main.module - + comp/src/gb.desktop/.src/_DesktopFile_Actions.class View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c1996acf1af7f5e3f318851d482d60c93ba59daa...e8b7de2c415aeb957f7fd2fe1f9b605a58c59031 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/c1996acf1af7f5e3f318851d482d60c93ba59daa...e8b7de2c415aeb957f7fd2fe1f9b605a58c59031 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Nov 26 20:07:28 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 26 Nov 2023 19:07:28 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Remove FAST keyword on '_DesktopFile_Actions.GetActions()' function. Message-ID: <656397701970f_2c9ad4458715@gitlab-sidekiq-low-urgency-cpu-bound-v2-6cbf9d9b96-l7r2f.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9b2e936c by Beno?t Minisini at 2023-11-26T20:07:20+01:00 Remove FAST keyword on '_DesktopFile_Actions.GetActions()' function. [GB.DESKTOP] * NEW: Remove FAST keyword on '_DesktopFile_Actions.GetActions()' function. - - - - - 2 changed files: - comp/src/gb.desktop/.icon.png - comp/src/gb.desktop/.src/_DesktopFile_Actions.class View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9b2e936c04010834e2d371e115b62f32a6a82fbb -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9b2e936c04010834e2d371e115b62f32a6a82fbb You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Nov 26 22:16:35 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 26 Nov 2023 21:16:35 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Redraw some 'gambas-thin' icons. Message-ID: <6563b5b320893_2c9ad588182c@gitlab-sidekiq-low-urgency-cpu-bound-v2-6cbf9d9b96-d4dtm.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 37b92e91 by Beno?t Minisini at 2023-11-26T22:16:29+01:00 Redraw some 'gambas-thin' icons. [GB.FORM.STOCK] * NEW: Redraw some 'gambas-thin' icons. - - - - - 30 changed files: - + comp/src/gb.form.stock/.hidden/steam.png - comp/src/gb.form.stock/gambas-thin/128/cake.png - comp/src/gb.form.stock/gambas-thin/128/compass.png - comp/src/gb.form.stock/gambas-thin/128/cpu.png - comp/src/gb.form.stock/gambas-thin/128/currency.png - comp/src/gb.form.stock/gambas-thin/128/database.png - comp/src/gb.form.stock/gambas-thin/128/energy.png - comp/src/gb.form.stock/gambas-thin/128/flag-yellow.png - comp/src/gb.form.stock/gambas-thin/128/folder-yellow.png - comp/src/gb.form.stock/gambas-thin/128/image.png - comp/src/gb.form.stock/gambas-thin/128/insert-image.png - + comp/src/gb.form.stock/gambas-thin/128/key.png - comp/src/gb.form.stock/gambas-thin/128/lock.png - comp/src/gb.form.stock/gambas-thin/128/mahjongg.png - comp/src/gb.form.stock/gambas-thin/128/memory.png - comp/src/gb.form.stock/gambas-thin/128/network.png - comp/src/gb.form.stock/gambas-thin/128/sdcard.png - comp/src/gb.form.stock/gambas-thin/128/security.png - + comp/src/gb.form.stock/gambas-thin/128/shortcut.png - comp/src/gb.form.stock/gambas-thin/128/star.png - comp/src/gb.form.stock/gambas-thin/128/storm.png - comp/src/gb.form.stock/gambas-thin/128/sun-cloud.png - comp/src/gb.form.stock/gambas-thin/128/sun.png - comp/src/gb.form.stock/gambas-thin/128/template.png - comp/src/gb.form.stock/gambas-thin/128/theme.png - comp/src/gb.form.stock/gambas-thin/128/unlock.png - comp/src/gb.form.stock/gambas-thin/128/vpn.png - comp/src/gb.form.stock/gambas-thin/128/windows.png - comp/src/gb.form.stock/gambas-thin/32/fullscreen.png - comp/src/gb.form.stock/gambas-thin/32/grid.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/37b92e91cfef2e92cc0f89105ba90bdb91d87f24 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/37b92e91cfef2e92cc0f89105ba90bdb91d87f24 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Sun Nov 26 22:20:29 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Sun, 26 Nov 2023 21:20:29 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Debugger: Remove the temporary directory of the debugged process automatically when it stops. Message-ID: <6563b69db2757_2c9acb842668@gitlab-sidekiq-low-urgency-cpu-bound-v2-6cbf9d9b96-z9xdr.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: ec7dec23 by Beno?t Minisini at 2023-11-26T22:20:25+01:00 Debugger: Remove the temporary directory of the debugged process automatically when it stops. [DEVELOPMENT ENVIRONMENT] * NEW: Debugger: Remove the temporary directory of the debugged process automatically when it stops. - - - - - 1 changed file: - app/src/gambas3/.src/Debug/Design.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ec7dec2303d8b0018ca475ccb18d1dee74503209 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/ec7dec2303d8b0018ca475ccb18d1dee74503209 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Mon Nov 27 11:49:31 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Mon, 27 Nov 2023 10:49:31 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Use limit in 'css' highlighting. Message-ID: <6564743b73f9a_2cfbeb4b4119880@gitlab-sidekiq-low-urgency-cpu-bound-v2-6cbf9d9b96-qckvp.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 9a53ae53 by Beno?t Minisini at 2023-11-27T11:49:25+01:00 Use limit in 'css' highlighting. [GB.HIGHLIGHT] * NEW: Use limit in 'css' highlighting. - - - - - 1 changed file: - comp/src/gb.highlight/highlight/css.block View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9a53ae5343352d5c5cf99c36f0c9633ee1f71a1b -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9a53ae5343352d5c5cf99c36f0c9633ee1f71a1b You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Wed Nov 29 17:49:13 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 29 Nov 2023 16:49:13 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Project tree: Use tiny icons. Connection editor: Use 'program' stock icon for system tables. Message-ID: <65676b89408e_2c9aa9c568f1@gitlab-sidekiq-low-urgency-cpu-bound-v2-5749cb7888-4z5vh.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: a190b60b by Beno?t Minisini at 2023-11-29T17:49:07+01:00 Project tree: Use tiny icons. Connection editor: Use 'program' stock icon for system tables. [DEVELOPMENT ENVIRONMENT] * NEW: Project tree: Use tiny icons. * NEW: Connection editor: Use 'program' stock icon for system tables. - - - - - 5 changed files: - app/src/gambas3/.src/Connection/MConnection.module - app/src/gambas3/.src/Editor/Connection/FConnectionEditor.class - app/src/gambas3/.src/Editor/Connection/FConnectionEditor.form - app/src/gambas3/.src/Project/CProjectTree.class - app/src/gambas3/img/module/module.png View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a190b60ba46b694da85eda6175626180b44fa568 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/a190b60ba46b694da85eda6175626180b44fa568 You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gitlab at mg.gitlab.com Thu Nov 30 00:55:43 2023 From: gitlab at mg.gitlab.com (=?UTF-8?B?QmVub8OudCBNaW5pc2luaSAoQGJtaW5pc2luaSk=?=) Date: Wed, 29 Nov 2023 23:55:43 +0000 Subject: [Gambas-Notification] [Git][gambas/gambas][master] Fix CSS file compression when using 'calc()'. Message-ID: <6567cf7fc344d_2c9aab0-28b@gitlab-sidekiq-low-urgency-cpu-bound-v2-78cb97f774-fcxnl.mail> Beno?t Minisini pushed to branch master at Gambas / gambas Commits: 0509db3b by Beno?t Minisini at 2023-11-30T00:55:38+01:00 Fix CSS file compression when using 'calc()'. [DEVELOPMENT ENVIRONMENT] * BUG: Fix CSS file compression when using 'calc()'. - - - - - 1 changed file: - app/src/gambas3/.src/Editor/MCompressFile.module View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0509db3bb9dcf37d353590c47c1d8ecb8be371da -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/0509db3bb9dcf37d353590c47c1d8ecb8be371da You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: