<!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/a73c2ed4123f7b6b8c9be39a4c41fa36bf90095b">a73c2ed4</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-08-31T13:58:53Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Add three new color constants for syntax highlighting: Escape, Label and Constant.

[COMPILER]
* NEW: Rename a macro constant to avoid a symbol clash when compiling the interpreter.

[INTERPRETER]
* NEW: Get rid of a macro trick in 'gbx_eval.h' header.

[GB.EVAL]
* NEW: Highlight: Add three new color constants for syntax highlighting: Escape, Label and Constant.
* NEW: Rename some source files.
* NEW: Rename some constants.
* NEW: Gambas syntax highlighter now use the three new contants for escape characters in strings, for labels, and for language contants (True, False, Null, +Inf and -Inf).

[GB.EVAL.HIGHLIGHT]
* NEW: Support for the new syntax highlighting color constants.

[GB.FORM.EDITOR]
* NEW: Support for the new syntax highlighting color constants.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/2374407b4d099877a6e7fe6838fd77f4d803498b">2374407b</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-08-31T22:46:48Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">[DEVELOPMENT ENVIRONMENT]
* NEW: Update highlighting themes by defining the new color constants.
* NEW: Update French translation.
* BUG: Option dialog: The highlighting color panel now takes the editor font size into account.

[GB.EVAL]
* BUG: Fix string highlighting.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/7e392841d58eb36ff6fea1c1da183aa213eeebbd">7e392841</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-08-31T22:49:45Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">FileChooser: After having uncompressed a file, calls the event loop before refreshing the views so that the possible inotify events are processed.

[GB.FORM]
* NEW: FileChooser: After having uncompressed a file, calls the event loop before refreshing the views so that the possible inotify events are processed.
</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#f65e9d14a60eb8093842367e3fce8f45f3bf4b65">
app/src/gambas3/.lang/fr.mo
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#5ec34e4d5a9cb1f1f16ef26dbe7f2c8be00633b5">
app/src/gambas3/.lang/fr.po
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#e14c68be2cef057a7cd2413ee382131af159d2a9">
app/src/gambas3/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#878fb565bfedb9e15280a71e7dfeb3f0e9e2a2a6">
app/src/gambas3/.src/CStyle.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#9f5d114509729444dba490ecda0412186b16b268">
app/src/gambas3/.src/MTheme.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#938f374765451b74d9eb3a75ea68904695c3be52">
app/src/gambas3/.src/Options/FOption.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#2c9134007a4c22fc27b7fe9d62985dfa419685c2">
app/src/gambas3/theme/amber
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#031157f9617a2859a073d61798b3dd6fdd1cf664">
app/src/gambas3/theme/amethyst
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#44134a276ce78a7096a0f9c446d611fa1ffe4e0b">
app/src/gambas3/theme/blues
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#521b99937bf4544ac6c015344fff011e76fdeaee">
app/src/gambas3/theme/emerald
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#358060c6eaaebbbd83b39d56ec7f3f4c63591b3b">
app/src/gambas3/theme/gambas
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#a00d043c5164c87d6ee0c86c9bb60fd52f39c28c">
app/src/gambas3/theme/obsidian
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#eab5be3b340eefc50ae0c2e484fa6c99016f6f2f">
app/src/gambas3/theme/pastel
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#45c4834fb525422463cad521f63b15522ae3d856">
app/src/gambas3/theme/quest
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#45bb23663d1ff25c48f5600c38e33c4b537da3ef">
app/src/gambas3/theme/quick
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#688bac657b9f4cef99cdc810ccdd43e0f2b2013d">
app/src/gambas3/theme/ruby
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#76c66156bdec7468fe99d67389c12230e0b439c2">
app/src/gambas3/theme/sapphire
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#c2980f58592eae2c61e104b54e26d0402f069293">
app/src/gambas3/theme/visual
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#6c581eafcefb7e20d178aec63ff3eda661955184">
app/src/gambas3/theme/zen
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#611474af1678639b3243404b3d677487932ea313">
comp/src/gb.eval.highlight/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#35fad863e5277d584672825918884b1dedba9804">
comp/src/gb.eval.highlight/.src/Main.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#1698687a6bd7a761c16a2a1110b40411f5f33299">
comp/src/gb.eval.highlight/.src/TextHighlighter.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#8bb6c5cd859c6548aa658980e6386332bb9d3c32">
comp/src/gb.eval.highlight/.src/TextHighlighter_Html.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#cd3973bf61f474e29f7f1911478153adbbb81bc0">
comp/src/gb.form.editor/.src/FTestEditor.form
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#81ba7ea96a8479aadce3e32a79e1819bc02ae7e1">
comp/src/gb.form.editor/.src/_TextEditor_Styles.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#57bcfcca028a57d45f0a2ba68280af57a1fe97a6">
comp/src/gb.form/.src/File/Chooser/FDirChooser.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#515a2629ffc976d1e5c0c1e1893de9ba618eb566">
main/gbc/gbc_dump.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#7393ba40a8cde6dc50781ecdf34196ffbc6ad41b">
main/gbc/gbc_output.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#d489d198528addaaf8dc9ef66285be637c261e49">
main/gbc/gbc_read.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd#6843e1b4058c7efb32b7fe508e048d0aae56201c">
main/gbc/gbc_trans_expr.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/7e3f84d1e5e6443ae7e3d4a996bf372d8df1db0c...7e392841d58eb36ff6fea1c1da183aa213eeebbd">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>