<!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/986ca05fc489d97b9147363b22a8f7952fdd7094">986ca05f</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-05-07T15:15:13+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Automatically load 'gb.test' component when the '-T' option is used.

[INTERPRETER]
* NEW: Automatically load 'gb.test' component when the '-T' option is used.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/db95af0cb2f4363c670c7491d13f5b1d2b193356">db95af0c</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-05-07T15:15:57+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Make 'gb.test' component hidden, as it is now loaded automatically.

[GB.TEST]
* NEW: Raise the component to the 'Stable but not finished' state.
* NEW: Make the component hidden, as it is now loaded automatically.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/44bacadedade90f6b7c11d37509d82c113267313">44bacade</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-05-07T15:23:14+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Suport for unit tests in the IDE.

[DEVELOPMENT ENVIRONMENT]
* NEW: Update french translation.
* NEW: Add a 'test' button, that run the project in test mode, using the debugger.
* NEW: Add a specific output tab for the unit tests result.
* BUG: Selection of menu icons now allows stock icons again.
</pre>
</li>
</ul>
<h4>15 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/fa27ff82044af26869afb2fdf1a227cfab0e1770...44bacadedade90f6b7c11d37509d82c113267313#5ec34e4d5a9cb1f1f16ef26dbe7f2c8be00633b5">
app/src/gambas3/.lang/fr.po
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/fa27ff82044af26869afb2fdf1a227cfab0e1770...44bacadedade90f6b7c11d37509d82c113267313#00b3475820e95d8cf9ca30f5beeb4a35be2d62e1">
app/src/gambas3/.src/Debug/Design.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/fa27ff82044af26869afb2fdf1a227cfab0e1770...44bacadedade90f6b7c11d37509d82c113267313#c9936295d0c1455c3eb86bef3f32cf222bf3b13f">
app/src/gambas3/.src/Debug/FDebugButton.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/fa27ff82044af26869afb2fdf1a227cfab0e1770...44bacadedade90f6b7c11d37509d82c113267313#d0cba94cb4876ab71278cc21c6ecddd778b5bda0">
app/src/gambas3/.src/Debug/FDebugButton.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/fa27ff82044af26869afb2fdf1a227cfab0e1770...44bacadedade90f6b7c11d37509d82c113267313#df4e0816fad939ba2abd75cbd6bb68fb3e800ec6">
app/src/gambas3/.src/Debug/FDebugInfo.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/fa27ff82044af26869afb2fdf1a227cfab0e1770...44bacadedade90f6b7c11d37509d82c113267313#57e9ba4b49dd5d76a9568a4b565e0e09740cebb3">
app/src/gambas3/.src/Debug/FDebugInfo.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/fa27ff82044af26869afb2fdf1a227cfab0e1770...44bacadedade90f6b7c11d37509d82c113267313#d972cb4a44ae5112eb286a70e4f322987d1ac459">
app/src/gambas3/.src/FMain.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/fa27ff82044af26869afb2fdf1a227cfab0e1770...44bacadedade90f6b7c11d37509d82c113267313#9a671846148bde98a949b24fb78e73635f2db87a">
app/src/gambas3/.src/FMain.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/fa27ff82044af26869afb2fdf1a227cfab0e1770...44bacadedade90f6b7c11d37509d82c113267313#592cb45dce9a24c1ed5819fbc0a673fc2ca815fa">
app/src/gambas3/.src/Family/Form/CFamilyForm.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/fa27ff82044af26869afb2fdf1a227cfab0e1770...44bacadedade90f6b7c11d37509d82c113267313#689584499b055093e7f252f5271a06477512a0c1">
app/src/gambas3/.src/Project.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/fa27ff82044af26869afb2fdf1a227cfab0e1770...44bacadedade90f6b7c11d37509d82c113267313#8baaa7d9eede5bf1d2edc7766044ad53156406f0">
<span class="new-file">
+
app/src/gambas3/.src/Project/FTest.class
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/fa27ff82044af26869afb2fdf1a227cfab0e1770...44bacadedade90f6b7c11d37509d82c113267313#d54f996ce08704353568925de63a7e1c90320a7f">
<span class="new-file">
+
app/src/gambas3/.src/Project/FTest.form
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/fa27ff82044af26869afb2fdf1a227cfab0e1770...44bacadedade90f6b7c11d37509d82c113267313#34b7618c15a9bf1f520338344281dba48ddb5180">
comp/src/gb.test/.component
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/fa27ff82044af26869afb2fdf1a227cfab0e1770...44bacadedade90f6b7c11d37509d82c113267313#1441e8894a514bac605c0dd091f55c51c6d8a723">
comp/src/gb.test/.icon.png
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/fa27ff82044af26869afb2fdf1a227cfab0e1770...44bacadedade90f6b7c11d37509d82c113267313#f5eaad5f03aadb9bb3b6e2726e6e3edbc96d7c7f">
main/gbx/gbx_component.c
</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/fa27ff82044af26869afb2fdf1a227cfab0e1770...44bacadedade90f6b7c11d37509d82c113267313">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>