<!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/26e98d11552134df05cf4d979ddd89727ffeb52d">26e98d11</a></strong>
<div>
<span>by Brian G</span>
<i>at 2020-07-30T12:52:45-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;"># Add  Updated TextHighlight to include ToConsole, for console color support
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/06d6dffc9d7182844aead5fba21f2dd49edd7e6b">06d6dffc</a></strong>
<div>
<span>by Brian G</span>
<i>at 2020-07-30T12:56:49-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' of gitlab.com:ercoupeflyer/gambas
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/6189fba3d018b0e13dcc9f1defeac431a4fadcd0">6189fba3</a></strong>
<div>
<span>by Brian G</span>
<i>at 2020-07-30T13:00:24-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;"># Add  Updated TextHighlight to include ToConsole, for console color support
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/61c8cab80abd31dec21b503abb94e68db4b264d0">61c8cab8</a></strong>
<div>
<span>by Brian G</span>
<i>at 2020-07-30T13:26:18-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">[SCRIPTER]
* NEW:  Added Support to correctly place Public Structures Outside of the MAIN function
* NEW:  Added Support to correctly place Public Variables outside the MAIN function
* NEW:  Added Test Suite to verify very basic functionality of the Scripter
* NEW:  Updated usage for gbs and gbw with more details
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/145d47e451b481a95ff55e09d806d58ce88a3e0c">145d47e4</a></strong>
<div>
<span>by Brian G</span>
<i>at 2020-07-30T14:11:30-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">[gb.texthighlight
* Add:    Updated TextHighlight to include ToConsole, for console print highlighting support
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/2fa64e343b93c03dc43f98f288b94991f6092331">2fa64e34</a></strong>
<div>
<span>by Brian G</span>
<i>at 2020-07-30T15:16:57-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">[SCRIPTER]
* FIX:  Was Not Detecting main or MAIN only Main when sub main was entered in script
* NEW:  Added Support to correctly place Public Structures Outside of the MAIN function
* NEW:  Added Support to correctly place Public Variables outside the MAIN function
* NEW:  Added Test Suite to verify very basic functionality of the Scripter
* NEW:  Updated usage for gbs and gbw with more details
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/7761b1fa3d1bcb6268438c712e4726dd5c1921c0">7761b1fa</a></strong>
<div>
<span>by Brian G</span>
<i>at 2020-08-09T12:55:04-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">[SCRIPTER]
* Fix:  Testing function to compare content not accross direct compare
* FIX:  Was Not Detecting main or MAIN only Main when sub main was entered in script
* NEW:  Added Support to correctly place Public Structures Outside of the MAIN function
* NEW:  Added Support to correctly place Public Variables outside the MAIN function
* NEW:  Added Test Suite to verify very basic functionality of the Scripter
* NEW:  Updated usage for gbs and gbw with more details
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/ad9fb280526e4056969dde8a8aec7db2f89d3f3d">ad9fb280</a></strong>
<div>
<span>by Brian G</span>
<i>at 2020-08-10T10:40:39-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">[SCRIPTER]
* NEW:  Branch created GBS3
* Fix:  Testing function to compare content not accross direct compare
* FIX:  Was Not Detecting main or MAIN only Main when sub main was entered in script
* NEW:  Added Support to correctly place Public Structures Outside of the MAIN function
* NEW:  Added Support to correctly place Public Variables outside the MAIN function
* NEW:  Added Test Suite to verify very basic functionality of the Scripter
* NEW:  Updated usage for gbs and gbw with more details
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/14c708cff738dd024945ae9e5c1de881e1f5d6e2">14c708cf</a></strong>
<div>
<span>by Brian G</span>
<i>at 2020-08-10T11:41:01-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">[SCRIPTER]
* FIX:  Updated Compile Error to contain command line programs in Quote() as it used the full line as the program name for project creation.
* NEW:  Branch created GBS3
* Fix:  Testing function to compare content not accross direct compare
* FIX:  Was Not Detecting main or MAIN only Main when sub main was entered in script
* NEW:  Added Support to correctly place Public Structures Outside of the MAIN function
* NEW:  Added Support to correctly place Public Variables outside the MAIN function
* NEW:  Added Test Suite to verify very basic functionality of the Scripter
* NEW:  Updated usage for gbs and gbw with more details
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/aa600b53f1bf5f37f4b5a7c8a45ece2be3c4badf">aa600b53</a></strong>
<div>
<span>by Brian G</span>
<i>at 2020-08-14T17:31:44-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">[SCRIPTER]
* FIX:  Updated directories to be searched for libraries
* FIX:  Updated Compile Error to contain command line programs in Quote() as it used the full line as the program name for project creation.
* NEW:  Branch created GBS3
* Fix:  Testing function to compare content not accross direct compare
* FIX:  Was Not Detecting main or MAIN only Main when sub main was entered in script
* NEW:  Added Support to correctly place Public Structures Outside of the MAIN function
* NEW:  Added Support to correctly place Public Variables outside the MAIN function
* NEW:  Added Test Suite to verify very basic functionality of the Scripter
* NEW:  Updated usage for gbs and gbw with more details
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/8c81a07a656ef6964e3d5ba8f4ddb08734a7f3d0">8c81a07a</a></strong>
<div>
<span>by Brian G</span>
<i>at 2020-08-18T12:11:54-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">[SCRIPTER]
* NEW:  Updates translations for some missing elements
* FIX:  Updated directories to be searched for libraries
* FIX:  Updated Compile Error to contain command line programs in Quote() as it used the full line as the program name for project creation.
* NEW:  Branch created GBS3
* Fix:  Testing function to compare content not accross direct compare
* FIX:  Was Not Detecting main or MAIN only Main when sub main was entered in script
* NEW:  Added Support to correctly place Public Structures Outside of the MAIN function
* NEW:  Added Support to correctly place Public Variables outside the MAIN function
* NEW:  Added Test Suite to verify very basic functionality of the Scripter
* NEW:  Updated usage for gbs and gbw with more details
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/ca34256ccfaa00288500d76053a637e1dfe77d62">ca34256c</a></strong>
<div>
<span>by Brian G</span>
<i>at 2020-08-19T06:33:17-07:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">[gb.texthighlight]
* FIX:  Removed ToConsole
* NEW:  Created new branch for console highlight
* NEW:  Updated TextHighlight to include ToConsole, for console print highlighting support
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/-/commit/e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937">e193d7ec</a></strong>
<div>
<span>by Benoît Minisini</span>
<i>at 2020-08-21T09:20:19+00:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'gbs3' into 'master'

Gbs3

See merge request gambas/gambas!152</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#6a87f6698f0f4d24742c313345061e2e1e6f627d">
<span class="new-file">
+
app/src/gbs3/.hidden/CHANGELOG
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#b84f1a893642505a1a326e4ef5a6748b19c28fd7">
<span class="new-file">
+
app/src/gbs3/.lang/OldTranslation/en_US.po
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#d85cebd03f47748678afee7cfd2b9c074fac7991">
<span class="new-file">
+
app/src/gbs3/.lang/OldTranslation/fr.po
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#6e88b442acdd69963c1858f53cec86467850e624">
<span class="new-file">
+
app/src/gbs3/.lang/de.po
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#ed336a519b7e38a688f4c95e19d65e062724256a">
<span class="new-file">
+
app/src/gbs3/.lang/en_US.po
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#866359b8f8fb095a89af868a575099407c3d271b">
<span class="new-file">
+
app/src/gbs3/.lang/fr.po
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#36a222afa2f093a7992b0a3746acc940a62e109d">
<span class="new-file">
+
app/src/gbs3/.lang/it.po
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#fcf14ff0bd745cec24e14cd60037919a98bf2ad8">
app/src/gbs3/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#45111e012acfeebcdc51be7c3314277eb42e551e">
app/src/gbs3/.src/CComponent.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#ec9c3041e7b6129a60a6b24acd6f278839d4feef">
app/src/gbs3/.src/MMain.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#11a91bcd0ad63a9ff3318e907dc746c166ed7656">
app/src/gbs3/.src/MServerPage.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#8321d0b98b53186d3831604855324a8505f0cd3c">
<span class="new-file">
+
app/src/gbs3/.src/TestSuite/TSR.module
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#e5efd55aca461b29c393fdea14cde0157bb5019c">
<span class="new-file">
+
app/src/gbs3/.src/TestSuite/TbCommandLinePrograms.test
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#8b11a853f312b09c386f191c9d4762b73ff04557">
<span class="new-file">
+
app/src/gbs3/.src/TestSuite/TcMMainFunctions.test
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#2b24a677cc1fcc495c742f488aeeca6b637bde38">
<span class="new-file">
+
app/src/gbs3/.src/TestSuite/TdMServerPages.test
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#617a6fe1a2bca026d15dd1d198fd2f2142f51551">
<span class="new-file">
+
app/src/gbs3/.test
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#36a68fc4657750ec3b8aa13be403f548efeb7d82">
<span class="new-file">
+
app/src/gbs3/TestApp
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#6f1b60f78c33d0af0091b6c10ccb4f13a7ea737e">
<span class="new-file">
+
app/src/gbs3/TestAppCompiled
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#ce513b423f348cc6ad8785cf06892a0c9446be1e">
<span class="new-file">
+
app/src/gbs3/TestAppInclude
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#390abcb84d2dd2f54bf48d752761dcf4e86b6a59">
<span class="new-file">
+
app/src/gbs3/TestAppInclude2
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#3f25762fa924672b7ef828290310544ea559a002">
<span class="new-file">
+
app/src/gbs3/TestAppWithMain
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#da225b3c6d3025a742b95afde6c64308879fc1b8">
<span class="new-file">
+
app/src/gbs3/TestAppWithMainCompiled
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#bb767550cb2b613e04514f1be65a34d0bdcaec6e">
<span class="new-file">
+
app/src/gbs3/TestFile.info
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#9192ad5fe872f76e8d191aa6bb4cbc01086b52a4">
<span class="new-file">
+
app/src/gbs3/TestFileFail.info
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#2f3ffc6a2fb88506fccc8467506c559d4bfc43f7">
<span class="new-file">
+
app/src/gbs3/WebPageCompiled
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#c047840b59ac32981882f0c41bfcf07b1f84a0d6">
<span class="new-file">
+
app/src/gbs3/WebPageExpected
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#edf59b661729047d2559ecf57bdde0992f2822e8">
<span class="new-file">
+
app/src/gbs3/WebPageTest
</span>
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#26d72c5df509815e00703315e66b3a252877eb48">
app/src/gbs3/usage-gbs
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#b0a7bf170fbfbfc7f112d23e92881f858eda9c22">
app/src/gbs3/usage-gbw
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937#317782cf08de6e4823eb937f5edbae778ac8488e">
comp/src/gb.eval.highlight/.component
</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/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937">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>