[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][master] 4 commits: Start working of templating 'gambas3.spec' in 'gambas-package-config' tool.



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


Commits:
ee9f296a by Benoît Minisini at 2024-11-27T22:48:05+01:00
Start working of templating 'gambas3.spec' in 'gambas-package-config' tool.

[GAMBAS-PACKAGE-CONFIG]
* NEW: Start working of templating 'gambas3.spec'.

- - - - -
d366ad92 by Benoît Minisini at 2024-11-27T23:40:30+01:00
TextHighlighter: Fix the 'Keyword' property so that 'css' completion works (for example).

[GB.HIGHLIGHT]
* NEW: TextHighlighter: Add the '@keyword' keyword to declare keywords returned by the 'Keyword' property.
* NEW: TextHighlighter: Correctly implement 'Keyword' property of css highlighter.

- - - - -
48de7fb1 by Benoît Minisini at 2024-11-27T23:40:52+01:00
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
baab6e81 by Benoît Minisini at 2024-11-28T00:43:43+01:00
OpenSUSE 'gambas3.spec' templating should be finished.

[GAMBAS-PACKAGE-CONFIG]
* NEW: Replace the '@{...}' keyword syntax by '@{...}@' to avoid ambiguity.
* NEW: OpenSUSE 'gambas3.spec' templating should be finished.

- - - - -


24 changed files:

- app/src/gambas-package-config/.src/Main.module
- app/src/gambas-package-config/conf/gambas3-gb-db
- app/src/gambas-package-config/conf/gambas3-gb-db-form
- app/src/gambas-package-config/conf/gambas3-gb-db-mysql
- app/src/gambas-package-config/conf/gambas3-gb-db-odbc
- app/src/gambas-package-config/conf/gambas3-gb-db-postgresql
- + app/src/gambas-package-config/conf/gambas3-gb-db-sqlite2
- app/src/gambas-package-config/conf/gambas3-gb-db-sqlite3
- + app/src/gambas-package-config/conf/gambas3-gb-db2
- + app/src/gambas-package-config/conf/gambas3-gb-db2-form
- + app/src/gambas-package-config/conf/gambas3-gb-db2-mysql
- + app/src/gambas-package-config/conf/gambas3-gb-db2-odbc
- + app/src/gambas-package-config/conf/gambas3-gb-db2-postgresql
- + app/src/gambas-package-config/conf/gambas3-gb-db2-sqlite3
- app/src/gambas-package-config/template/PKGBUILD
- app/src/gambas-package-config/template/gambas3.spec
- comp/src/gb.highlight/.src/CCommandWord.class
- comp/src/gb.highlight/.src/CState.class
- comp/src/gb.highlight/.src/Main.module
- comp/src/gb.highlight/.src/TextHighlighter.class
- comp/src/gb.highlight/highlight/css.highlight
- + comp/src/gb.highlight/highlight/css.property
- + comp/src/gb.highlight/highlight/css.value
- comp/src/gb.highlight/highlight/highlight.highlight


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/03242b0c0262053a5363fc3e9ad8e8aa41d7de88...baab6e81c45c8bc4e23443edeb6bd5c702ba8736

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