<!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/efa1771b4f02244884100bbd1f91dc2b380f70dd">efa1771b</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-07T20:29:56+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">TextEditor: Highlight the entire current line when it is wrapped.

[GB.FORM.EDITOR]
* NEW: TextEditor: Highlight the entire current line when it is wrapped.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/d0e6769d0a2f2c7e97a2534ab7b35266ce3f42cd">d0e6769d</a></strong>
<div>
<span>by gambas</span>
<i>at 2020-01-07T20:30:59+01:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add buttons on top of tab bars to show hidden panels.

[DEVELOPMENT ENVIRONMENT]
* NEW: Add buttons on top of tab bars to show hidden panels.
* NEW: If 'chromium' is selected as default browser, then stable Google Chrome can be used if Chromium is not installed.
* NEW: Update Zen color theme.
</pre>
</li>
</ul>
<h4>11 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/f7e97241261bf6b57c388ffba4508e6f8f01557d...d0e6769d0a2f2c7e97a2534ab7b35266ce3f42cd#810592213adf5c272d3b27e1a1fae46fc00fa386">
app/src/gambas3/.src/Editor/Form/FToolBox.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/f7e97241261bf6b57c388ffba4508e6f8f01557d...d0e6769d0a2f2c7e97a2534ab7b35266ce3f42cd#05b970c6e602ad86b21eb613c8055e7e294b0a1d">
app/src/gambas3/.src/Editor/Form/FToolBox.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/f7e97241261bf6b57c388ffba4508e6f8f01557d...d0e6769d0a2f2c7e97a2534ab7b35266ce3f42cd#d972cb4a44ae5112eb286a70e4f322987d1ac459">
app/src/gambas3/.src/FMain.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/f7e97241261bf6b57c388ffba4508e6f8f01557d...d0e6769d0a2f2c7e97a2534ab7b35266ce3f42cd#9a671846148bde98a949b24fb78e73635f2db87a">
app/src/gambas3/.src/FMain.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/f7e97241261bf6b57c388ffba4508e6f8f01557d...d0e6769d0a2f2c7e97a2534ab7b35266ce3f42cd#29d3195651d71e227431c61b3fca27e98384f322">
app/src/gambas3/.src/Help/HelpView.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/f7e97241261bf6b57c388ffba4508e6f8f01557d...d0e6769d0a2f2c7e97a2534ab7b35266ce3f42cd#689584499b055093e7f252f5271a06477512a0c1">
app/src/gambas3/.src/Project.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/f7e97241261bf6b57c388ffba4508e6f8f01557d...d0e6769d0a2f2c7e97a2534ab7b35266ce3f42cd#b88e4be8315dca1691b9c7dcc23d340519b858fc">
<span class="new-file">
+
app/src/gambas3/img/16/control.png
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/f7e97241261bf6b57c388ffba4508e6f8f01557d...d0e6769d0a2f2c7e97a2534ab7b35266ce3f42cd#6c581eafcefb7e20d178aec63ff3eda661955184">
app/src/gambas3/theme/zen
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/f7e97241261bf6b57c388ffba4508e6f8f01557d...d0e6769d0a2f2c7e97a2534ab7b35266ce3f42cd#e1a0d4d1db949232bcc5f399d33e04ecf9527f42">
comp/src/gb.form.editor/.component
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/f7e97241261bf6b57c388ffba4508e6f8f01557d...d0e6769d0a2f2c7e97a2534ab7b35266ce3f42cd#e663eb5bbb02210390b54813aae55b818f9880a1">
comp/src/gb.form.editor/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/f7e97241261bf6b57c388ffba4508e6f8f01557d...d0e6769d0a2f2c7e97a2534ab7b35266ce3f42cd#e278fc65f80ce717c189ae414bc8abd6604b2d1e">
comp/src/gb.form.editor/.src/TextEditor.class
</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/f7e97241261bf6b57c388ffba4508e6f8f01557d...d0e6769d0a2f2c7e97a2534ab7b35266ce3f42cd">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>