[Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Redesign the debugger configuration. Move environment and arguments in local...

Benoît Minisini (@bminisini) gitlab at mg.gitlab.com
Sat Feb 5 18:45:42 CET 2022



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
9e4d4a89 by gambas at 2022-02-05T18:41:16+01:00
Redesign the debugger configuration. Move environment and arguments in local settings. Pasting controls in a editor convert them to code.

[DEVELOPMENT ENVIRONMENT]
* NEW: Debugger: The debugger options are now all centralized inside a
  specific configuration dialog box.
* NEW: Debugger: Project environment and arguments are now stored in the
  project local settings, and not in the project configuration anymore.
* NEW: Code editor: If you copy controls from the form editor, you can now
  paste them in the code editor as Gambas code.
* NEW: Project property dialog: Add a specific field to force the version
  of the generated bytecode.
* NEW: Update French translation.

- - - - -
e5a66e55 by gambas at 2022-02-05T18:41:36+01:00
Add a '-F' option that converts a piece of form data into Gambas code.

[INTERPRETER]
* NEW: Update help text layout.

[COMPILER]
* NEW: Add a '-F' option that converts a piece of form data into Gambas code.
* NEW: Update help text layout.

[ARCHIVER]
* NEW: Update help text layout.

[INFORMER]
* NEW: Update help text layout.

- - - - -
9e7749a9 by gambas at 2022-02-05T18:45:19+01:00
IconPanel, TabPanel, ToolPanel, Wizard: Add a FindPanel() method that returns a tab index from its title.

[GB.FORM]
* NEW: SwitchButton: Animated property is now deprecated.
* NEW: IconPanel, TabPanel, ToolPanel, Wizard: Add a FindPanel() method
  that returns a tab index from its title.

- - - - -


30 changed files:

- app/src/gambas3/.lang/fr.po
- app/src/gambas3/.project
- app/src/gambas3/.src/Debug/Design.module
- + app/src/gambas3/.src/Debug/FDebugConfig.class
- + app/src/gambas3/.src/Debug/FDebugConfig.form
- app/src/gambas3/.src/Debug/FDebugRemote.class
- app/src/gambas3/.src/Debug/FDebugRemote.form
- app/src/gambas3/.src/Editor/Code/FEditor.class
- app/src/gambas3/.src/Editor/Code/FPasteSpecial.class
- app/src/gambas3/.src/Editor/Code/FPasteSpecial.form
- app/src/gambas3/.src/Editor/Form/FForm.class
- app/src/gambas3/.src/Exported/EnvChooser/EnvChooser.class
- app/src/gambas3/.src/FMain.class
- app/src/gambas3/.src/FMain.form
- app/src/gambas3/.src/Options/FOption.form
- app/src/gambas3/.src/Project.module
- app/src/gambas3/.src/Project/FProjectProperty.class
- app/src/gambas3/.src/Project/FProjectProperty.form
- app/src/gambas3/.src/Project/Farm/FPublish.form
- comp/src/gb.form/.src/Button/SwitchButton.class
- comp/src/gb.form/.src/IconPanel/IconPanel.class
- comp/src/gb.form/.src/TabPanel/TabPanel.class
- comp/src/gb.form/.src/Test/FMain.class
- comp/src/gb.form/.src/Test/FMain.form
- comp/src/gb.form/.src/ToolPanel/ToolPanel.class
- comp/src/gb.form/.src/Wizard/Wizard.class
- main/gbc/gba.c
- main/gbc/gbc.c
- main/gbc/gbc_compile.c
- main/gbc/gbc_compile.h


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8c4b165e33d8ad6f841f1a247b94e01b75711780...9e7749a9a0617d743abb11242a1d18c1f730f88c

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8c4b165e33d8ad6f841f1a247b94e01b75711780...9e7749a9a0617d743abb11242a1d18c1f730f88c
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/notification/attachments/20220205/7200cafa/attachment.htm>


More information about the Notification mailing list