[Gambas-Notification] [Git][gambas/gambas][master] 9 commits: Add String.PadLeft() and String.PadRight() methods.

Benoît Minisini gitlab at mg.gitlab.com
Sat Feb 29 20:23:39 CET 2020



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


Commits:
a703c7f2 by gambas at 2020-02-29T19:39:40+01:00
Add String.PadLeft() and String.PadRight() methods.

[GB.UTIL]
* NEW: String.PadLeft() is a new method that pad a string to the left up to a specified length using a string pattern.
* NEW: String.PadRight() is a new method that pad a string to the right up to a specified length using a string pattern.

- - - - -
b865fa73 by gambas at 2020-02-29T20:05:16+01:00
Reserve one pixel less between characters for bold text.

[GB.FORM.TERMINAL]
* BUG: Reserve one pixel less between characters for bold text.

- - - - -
639ca483 by gambas at 2020-02-29T20:06:27+01:00
TextEditor: CTRL+F opens a simple text search field inside the editor.

[GB.FORM.EDITOR]
* NEW: TextEditor: CTRL+F opens a simple text search field inside the editor.

- - - - -
622c2510 by gambas at 2020-02-29T20:07:12+01:00
Redraw some icons.

[GB.FORM.STOCK]
* NEW: Redraw some icons.
* NEW: Add a 128 pixels version of the colored 'directory' icon.

- - - - -
b6660709 by gambas at 2020-02-29T20:16:29+01:00
Add version control history tab in file properties dialog and version control dialog.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update some translations.
* NEW: File properties dialog: Add a version control history tab.
* NEW: Version control dialog: Add a version control history tab.
* NEW: Version control dialog: Always open the dialog, even if there is nothing to commit.

- - - - -
71d9c858 by gambas at 2020-02-29T20:16:56+01:00
String.PadLeft() and String.PadRight() are not inverted anymore when padding with one byte strings.

[GB.UTIL]
* BUG: String.PadLeft() and String.PadRight() are not inverted anymore when padding with one byte strings.

- - - - -
cf11f921 by gambas at 2020-02-29T20:21:08+01:00
File properties dialog: Undoing changes correctly refresh the changes tab again.

[DEVELOPMENT ENVIRONMENT]
* BUG: File properties dialog: Undoing changes correctly refresh the changes tab again.

- - - - -
48e19298 by gambas at 2020-02-29T20:22:50+01:00
FileProperties: Adding a tab does not raise the Click event anymore.

[GB.FORM]
* BUG: FileProperties: Adding a tab does not raise the Click event anymore.

- - - - -
342096ae by gambas at 2020-02-29T20:23:20+01:00
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -


4 changed files:

- app/src/gambas3/.lang/de.po
- app/src/gambas3/.lang/es.po
- app/src/gambas3/.lang/es_ES.po
- app/src/gambas3/.lang/fr.po


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/583a0c872d06b3f9911c2f1eced049c3c7c17a80...342096ae0adbdc4f9e7a2eaf45a07fea6e7411dd

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/583a0c872d06b3f9911c2f1eced049c3c7c17a80...342096ae0adbdc4f9e7a2eaf45a07fea6e7411dd
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/20200229/df1f1a76/attachment.html>


More information about the Notification mailing list