[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] 2 commits: Add the '-d' option that generates a list of every symbol use for each class...
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] 2 commits: Add the '-d' option that generates a list of every symbol use for each class...
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Sat, 21 Dec 2024 18:59:00 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: 7a9e86fb by Benoît Minisini at 2024-12-21T19:56:02+01:00 Add the '-d' option that generates a list of every symbol use for each class in the '.desc' directory of the project. [COMPILER] * NEW: Add the '-d' option that generates a list of every symbol use for each class in the '.desc' directory of the project. - - - - - ca578318 by Benoît Minisini at 2024-12-21T19:58:55+01:00 Code editor: Add a button that displays every line of code that calls the current function, or that uses the current global declaration if the cursor is not inside a function. [DEVELOPMENT ENVIRONMENT] * NEW: Code editor: Add a button that displays every line of code that calls the current function, or that uses the current global declaration if the cursor is not inside a function. * NEW: Update French translation. - - - - - 21 changed files: - app/src/gambas3/.lang/fr.po - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Editor/Code/FEditor.form - + app/src/gambas3/.src/Editor/FShowCaller.class - + app/src/gambas3/.src/Editor/FShowCaller.form - app/src/gambas3/.src/Project.module - + app/src/gambas3/img/128/callee.png - + app/src/gambas3/img/128/caller.png - main/gbc/gb_str.h - main/gbc/gbc.c - main/gbc/gbc_class.c - main/gbc/gbc_class.h - main/gbc/gbc_compile.c - main/gbc/gbc_compile.h - main/gbc/gbc_output.c - main/gbc/gbc_output.h - main/gbc/gbc_trans_expr.c - main/gbc/gbc_type.h - main/man/gbc3.1 - main/share/gb_limit.h - main/share/gb_type_common.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e3f79f60c8ba316fe9dfa54e990d207e0050b89d...ca578318de55763a873a3e86ce411e224ae80703 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e3f79f60c8ba316fe9dfa54e990d207e0050b89d...ca578318de55763a873a3e86ce411e224ae80703 You're receiving this email because of your account on gitlab.com.