[Gambas-Notification] [Git][gambas/gambas][master] 3 commits: Array.ReadOnly is a new property that make an array read-only. Once set, the...

Benoît Minisini gitlab at mg.gitlab.com
Wed Jul 31 00:28:43 CEST 2019



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


Commits:
b11d422c by gambas at 2019-07-30T22:20:13Z
Array.ReadOnly is a new property that make an array read-only. Once set, the property cannot be unset.

[INTERPRETER]
* NEW: Array.ReadOnly is a new property that make an array read-only. Once set, the property cannot be unset.
* NEW: The "Embedded array" error message has been rewritten as "Read-only array".
* NEW: Add two new standard errors: "Multidimensional array" and "Unknown class".
* NEW: Replace some specific error messages by standard errors.

- - - - -
43fa62e0 by gambas at 2019-07-30T22:23:49Z
[GB.DESKTOP]
* NEW: Desktop.Types is a new property that returns a read-only array of each desktop defined in Desktop.Type.
* NEW: Desktop.Passwords: Work correctly now when multiple desktops are included in the Desktop.Type property.
* OPT: DesktopFiles: Remove some useless array copies.

- - - - -
8134f37e by gambas at 2019-07-30T22:26:52Z
Code editor: Automatic insertion of global variables now inserts the STATIC keyword if the current function is static.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update Gambas fonts.
* BUG: Code editor: Automatic insertion of global variables now inserts the STATIC keyword if the current function is static.

- - - - -


15 changed files:

- app/src/gambas3/.hidden/font/GambasBold-13.sfd
- app/src/gambas3/.hidden/font/GambasMedium-13.sfd
- app/src/gambas3/.src/Editor/Code/FEditor.class
- app/src/gambas3/font/GambasBold-13.bdf
- app/src/gambas3/font/GambasMedium-13.bdf
- comp/src/gb.desktop/.src/Desktop.class
- comp/src/gb.desktop/.src/DesktopFile.class
- comp/src/gb.desktop/.src/DesktopWindow.class
- comp/src/gb.desktop/.src/Main.module
- comp/src/gb.desktop/.src/_Desktop_Passwords.class
- main/gbx/gb_error.c
- main/gbx/gb_error.h
- main/gbx/gbx_c_array.c
- main/gbx/gbx_c_class.c
- main/gbx/gbx_c_enum.c


View it on GitLab: https://gitlab.com/gambas/gambas/compare/27f89780f92a5b146aa6079a7978d49c7018d964...8134f37eccf577569d81604d51ecac9bc4186444

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/compare/27f89780f92a5b146aa6079a7978d49c7018d964...8134f37eccf577569d81604d51ecac9bc4186444
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/notification/attachments/20190730/97dabe90/attachment.html>


More information about the Notification mailing list