[Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Add Clipboard.CopyPath() and Clipboard.CopyPaths() methods.
Benoît Minisini (@bminisini)
gitlab at mg.gitlab.com
Sat Jul 2 00:09:46 CEST 2022
Benoît Minisini pushed to branch master at Gambas / gambas
Commits:
6e6c5bf9 by Benoît Minisini at 2022-07-02T00:06:49+02:00
Add Clipboard.CopyPath() and Clipboard.CopyPaths() methods.
[GB.GUI.BASE]
* NEW: Clipboard.CopyPath() is a new method that copies a file path to the clipboard.
* NEW: Clipboard.CopyPaths() is a new method that copies a list of file paths to the clipboard.
- - - - -
1538e1c3 by Benoît Minisini at 2022-07-02T00:07:22+02:00
FileChooser: Use the new Clipboard.CopyPaths() method.
[GB.FORM]
* NEW: FileChooser: Use the new Clipboard.CopyPaths() method.
- - - - -
dc428aa4 by Benoît Minisini at 2022-07-02T00:09:40+02:00
When making an executable, copy the executable path to the clipboard so that you can paste it to copy the file manually if you need.
[DEVELOPMENT ENVIRONMENT]
* BUG: The list of translatable properties is now case insensitive.
* NEW: When making an executable, copy the executable path to the clipboard so that you can paste it to copy the file manually if you need.
- - - - -
4 changed files:
- app/src/gambas3/.src/Component/CPropertyInfo.class
- app/src/gambas3/.src/Project.module
- comp/src/gb.form/.src/File/Chooser/FDirChooser.class
- + comp/src/gb.gui.base/.src/Clipboard.class
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/40d0fb585b1bd384ad798e8d04cbbed840ed2c5e...dc428aa43a69a7fccd6377d3706eefaf10b548fc
--
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/40d0fb585b1bd384ad798e8d04cbbed840ed2c5e...dc428aa43a69a7fccd6377d3706eefaf10b548fc
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/20220701/1ec8e94c/attachment.htm>
More information about the Notification
mailing list