[Gambas-Notification] [Git][gambas/gambas][master] 13 commits: # Add Updated TextHighlight to include ToConsole, for console color support

Benoît Minisini gitlab at mg.gitlab.com
Fri Aug 21 11:20:21 CEST 2020



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
26e98d11 by Brian G at 2020-07-30T12:52:45-07:00
# Add  Updated TextHighlight to include ToConsole, for console color support

- - - - -
06d6dffc by Brian G at 2020-07-30T12:56:49-07:00
Merge branch 'master' of gitlab.com:ercoupeflyer/gambas

- - - - -
6189fba3 by Brian G at 2020-07-30T13:00:24-07:00
# Add  Updated TextHighlight to include ToConsole, for console color support

- - - - -
61c8cab8 by Brian G at 2020-07-30T13:26:18-07:00
[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

- - - - -
145d47e4 by Brian G at 2020-07-30T14:11:30-07:00
[gb.texthighlight
* Add:    Updated TextHighlight to include ToConsole, for console print highlighting support

- - - - -
2fa64e34 by Brian G at 2020-07-30T15:16:57-07:00
[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

- - - - -
7761b1fa by Brian G at 2020-08-09T12:55:04-07:00
[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

- - - - -
ad9fb280 by Brian G at 2020-08-10T10:40:39-07:00
[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

- - - - -
14c708cf by Brian G at 2020-08-10T11:41:01-07:00
[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

- - - - -
aa600b53 by Brian G at 2020-08-14T17:31:44-07:00
[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

- - - - -
8c81a07a by Brian G at 2020-08-18T12:11:54-07:00
[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

- - - - -
ca34256c by Brian G at 2020-08-19T06:33:17-07:00
[gb.texthighlight]
* FIX:  Removed ToConsole
* NEW:  Created new branch for console highlight
* NEW:  Updated TextHighlight to include ToConsole, for console print highlighting support

- - - - -
e193d7ec by Benoît Minisini at 2020-08-21T09:20:19+00:00
Merge branch 'gbs3' into 'master'

Gbs3

See merge request gambas/gambas!152
- - - - -


30 changed files:

- + app/src/gbs3/.hidden/CHANGELOG
- + app/src/gbs3/.lang/OldTranslation/en_US.po
- + app/src/gbs3/.lang/OldTranslation/fr.po
- + app/src/gbs3/.lang/de.po
- + app/src/gbs3/.lang/en_US.po
- + app/src/gbs3/.lang/fr.po
- + app/src/gbs3/.lang/it.po
- app/src/gbs3/.project
- app/src/gbs3/.src/CComponent.class
- app/src/gbs3/.src/MMain.module
- app/src/gbs3/.src/MServerPage.module
- + app/src/gbs3/.src/TestSuite/TSR.module
- + app/src/gbs3/.src/TestSuite/TbCommandLinePrograms.test
- + app/src/gbs3/.src/TestSuite/TcMMainFunctions.test
- + app/src/gbs3/.src/TestSuite/TdMServerPages.test
- + app/src/gbs3/.test
- + app/src/gbs3/TestApp
- + app/src/gbs3/TestAppCompiled
- + app/src/gbs3/TestAppInclude
- + app/src/gbs3/TestAppInclude2
- + app/src/gbs3/TestAppWithMain
- + app/src/gbs3/TestAppWithMainCompiled
- + app/src/gbs3/TestFile.info
- + app/src/gbs3/TestFileFail.info
- + app/src/gbs3/WebPageCompiled
- + app/src/gbs3/WebPageExpected
- + app/src/gbs3/WebPageTest
- app/src/gbs3/usage-gbs
- app/src/gbs3/usage-gbw
- comp/src/gb.eval.highlight/.component


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/e2eabcdb29138aea84828fd99b3e8911edbcadcb...e193d7ec8ce66a85ba25c6f62cd8adc0c6d7b937
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/notification/attachments/20200821/e87876b7/attachment-0001.html>


More information about the Notification mailing list