<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Benoît Minisini pushed to branch master
at <a href="https://gitlab.com/gambas/gambas">Gambas / gambas</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/a703c7f2ea09ef584b72eec445185849c77c3b7f">a703c7f2</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-02-29T19:39:40+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">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.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/b865fa737fd87e00c2440a7f4ef94a16ee9b4b36">b865fa73</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-02-29T20:05:16+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Reserve one pixel less between characters for bold text.

[GB.FORM.TERMINAL]
* BUG: Reserve one pixel less between characters for bold text.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/639ca4833c8bc2ff73edcbd2b90fc77c7835d7fa">639ca483</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-02-29T20:06:27+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">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.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/622c25101aceda505c4052df0a58898aa83fb2ca">622c2510</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-02-29T20:07:12+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Redraw some icons.

[GB.FORM.STOCK]
* NEW: Redraw some icons.
* NEW: Add a 128 pixels version of the colored 'directory' icon.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/b66607099d27a870a75e657639dc6b5241afdfc0">b6660709</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-02-29T20:16:29+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">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.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/71d9c85887bfa96d6cb6ef7d6a077a82b43bbd73">71d9c858</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-02-29T20:16:56+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">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.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/cf11f9213a9c3836a7a8cca624a6758f4057b1cc">cf11f921</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-02-29T20:21:08+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">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.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/48e19298312428a1b28f4f0da2d40e9a93927d38">48e19298</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-02-29T20:22:50+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">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.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/342096ae0adbdc4f9e7a2eaf45a07fea6e7411dd">342096ae</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-02-29T20:23:20+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' of gitlab.com:gambas/gambas
</pre>
</li>
</ul>
<h4>4 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/583a0c872d06b3f9911c2f1eced049c3c7c17a80...342096ae0adbdc4f9e7a2eaf45a07fea6e7411dd#7fec2e12d3363bed8e15b168975a2d979246a0d4">
app/src/gambas3/.lang/de.po
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/583a0c872d06b3f9911c2f1eced049c3c7c17a80...342096ae0adbdc4f9e7a2eaf45a07fea6e7411dd#1d099222a41d451a4afd59abb52218522a299b08">
app/src/gambas3/.lang/es.po
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/583a0c872d06b3f9911c2f1eced049c3c7c17a80...342096ae0adbdc4f9e7a2eaf45a07fea6e7411dd#4ceed971ecef7d609965ddad9f6e559c688e8abd">
app/src/gambas3/.lang/es_ES.po
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/583a0c872d06b3f9911c2f1eced049c3c7c17a80...342096ae0adbdc4f9e7a2eaf45a07fea6e7411dd#5ec34e4d5a9cb1f1f16ef26dbe7f2c8be00633b5">
app/src/gambas3/.lang/fr.po
</a>
</li>
</ul>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
<a href="https://gitlab.com/gambas/gambas/-/compare/583a0c872d06b3f9911c2f1eced049c3c7c17a80...342096ae0adbdc4f9e7a2eaf45a07fea6e7411dd">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
adjust your notification settings.



</p>
</div>
</body>
</html>