[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][master] 2 commits: Add the ability to choose the position of a newly inserted window.



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


Commits:
59c84018 by Benoît Minisini at 2024-10-04T15:20:01+02:00
Add the ability to choose the position of a newly inserted window.

[GB.FORM.MDI]
* NEW: Workspace: The second argument of 'Add()' is now the position where the new window must be inserted. If not specified, the window is inserted at the end.
* NEW: Workspace: 'Find()' is a new method that returns the position of a specific Workspace window.
* BUG: Workspace: Fix the signature of the methods.

- - - - -
9520653c by Benoît Minisini at 2024-10-04T15:20:58+02:00
The form of a class or the class of a form is now opened next to it.

[DEVELOPMENT ENVIRONMENT]
* NEW: The form of a class or the class of a form is now opened next to it.

- - - - -


6 changed files:

- app/src/gambas3/.src/Editor/Code/FEditor.class
- app/src/gambas3/.src/Editor/Form/FForm.class
- app/src/gambas3/.src/Project.module
- comp/src/gb.form.mdi/.project
- comp/src/gb.form.mdi/.src/Workspace/FWorkspace.class
- comp/src/gb.form.mdi/.src/Workspace/Workspace.class


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/fd4d8aacbb571fa9223767f5c0f6c8fbc9f148d9...9520653c73f95ce32fda9be2468202a503d7c2fd

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/fd4d8aacbb571fa9223767f5c0f6c8fbc9f148d9...9520653c73f95ce32fda9be2468202a503d7c2fd
You're receiving this email because of your account on gitlab.com.