<!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=utf-8" 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/e5b5487a132cbd3772a94d429fdc1dfb2fda12cc">e5b5487a</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-01-23T23:57:54Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Search dialog: text highlight now works correctly whatever the editor font is.

[DEVELOPMENT ENVIRONMENT]
* BUG: Search dialog: text highlight now works correctly whatever the editor font is.

[GB.EVAL.HIGHLIGHT]
* NEW: TextHighlighter: Paint() is a new method that paints the highlighted text.

[GB.GUI.BASE]
* NEW: Paint: Add an hidden undocumented method that computes the character width of a fixed font.
</pre>
</li>
</ul>
<h4>18 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/e5b5487a132cbd3772a94d429fdc1dfb2fda12cc#f65e9d14a60eb8093842367e3fce8f45f3bf4b65">
app/src/gambas3/.lang/fr.mo
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/e5b5487a132cbd3772a94d429fdc1dfb2fda12cc#5ec34e4d5a9cb1f1f16ef26dbe7f2c8be00633b5">
app/src/gambas3/.lang/fr.po
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/e5b5487a132cbd3772a94d429fdc1dfb2fda12cc#ac820593696d24d3e14b55132f37291d97d323af">
app/src/gambas3/.lang/it.mo
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/e5b5487a132cbd3772a94d429fdc1dfb2fda12cc#9dca7abbb9348abb274f68feea5ef2893bafa389">
app/src/gambas3/.lang/it.po
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/e5b5487a132cbd3772a94d429fdc1dfb2fda12cc#e14c68be2cef057a7cd2413ee382131af159d2a9">
app/src/gambas3/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/e5b5487a132cbd3772a94d429fdc1dfb2fda12cc#49ac7ff8a4642a1a7c50993a6ab7cb24fecd6640">
app/src/gambas3/.src/Search/FSearch.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/e5b5487a132cbd3772a94d429fdc1dfb2fda12cc#317782cf08de6e4823eb937f5edbae778ac8488e">
comp/src/gb.eval.highlight/.component
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/e5b5487a132cbd3772a94d429fdc1dfb2fda12cc#611474af1678639b3243404b3d677487932ea313">
comp/src/gb.eval.highlight/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/e5b5487a132cbd3772a94d429fdc1dfb2fda12cc#1698687a6bd7a761c16a2a1110b40411f5f33299">
comp/src/gb.eval.highlight/.src/TextHighlighter.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/e5b5487a132cbd3772a94d429fdc1dfb2fda12cc#e1a0d4d1db949232bcc5f399d33e04ecf9527f42">
comp/src/gb.form.editor/.component
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/e5b5487a132cbd3772a94d429fdc1dfb2fda12cc#e663eb5bbb02210390b54813aae55b818f9880a1">
comp/src/gb.form.editor/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/e5b5487a132cbd3772a94d429fdc1dfb2fda12cc#e278fc65f80ce717c189ae414bc8abd6604b2d1e">
comp/src/gb.form.editor/.src/TextEditor.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/e5b5487a132cbd3772a94d429fdc1dfb2fda12cc#a01c940c67b74fe0e3892a7b86ff63b5fae6fbeb">
comp/src/gb.gui.base/.component
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/e5b5487a132cbd3772a94d429fdc1dfb2fda12cc#f618f7c0d59254124316067be124e2b6d65cbfa0">
comp/src/gb.gui.base/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/e5b5487a132cbd3772a94d429fdc1dfb2fda12cc#cde41c9468775b27683bfce48ac343c397a6930c">
comp/src/gb.gui.base/.src/Paint.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/e5b5487a132cbd3772a94d429fdc1dfb2fda12cc#6cbf25b7e2eebf61ffa87a6c6f23e8efafa4130a">
comp/src/gb.media.form/.component
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/e5b5487a132cbd3772a94d429fdc1dfb2fda12cc#f0c91785a6e5fd12cd128de641090da755a6b8c7">
comp/src/gb.media.form/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/e5b5487a132cbd3772a94d429fdc1dfb2fda12cc#cfdd71234586d4828d9e1b2f8e0bf16d96833a91">
comp/src/gb.web.form/.icon.png
</a>
</li>
</ul>

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

<br>
<a href="https://gitlab.com/gambas/gambas/commit/e5b5487a132cbd3772a94d429fdc1dfb2fda12cc">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.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.com/gambas/gambas/commit/e5b5487a132cbd3772a94d429fdc1dfb2fda12cc"}}</script>
</p>
</div>
</body>
</html>