[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] 6 commits: Add 'GB.Collection.Browse()' API.
[Thread Prev] | [Thread Next]
[Date Prev] | [Date Next]
- Subject: [Git][gambas/gambas][master] 6 commits: Add 'GB.Collection.Browse()' API.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Tue, 02 Jul 2024 11:38:43 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: a88379c5 by Benoît Minisini at 2024-07-01T22:15:25+02:00 Add 'GB.Collection.Browse()' API. [INTERPRETER] * NEW: Add 'GB.Collection.Browse()' API. - - - - - 3f1130b4 by Benoît Minisini at 2024-07-02T11:03:09+02:00 TerminalView: Do not adapt colors to dark theme automatically. Set '$TERM' environmental variable to 'xterm-256color'. [GB.FORM.TERMINAL] * NEW: TerminalView: Support for some zsh private unicode characters. * BUG: TerminalView: Do not adapt colors to dark theme automatically. * BUG: TerminalView: Set '$TERM' environmental variable to 'xterm-256color'. - - - - - fc81c309 by Benoît Minisini at 2024-07-02T12:22:07+02:00 TextEditor: 'CurrentWord' is a new property that returns the current word under the cursor. [GB.FORM.EDITOR] * NEW: TextEditor: 'CurrentWord' is a new property that returns the current word under the cursor. - - - - - da3ce324 by Benoît Minisini at 2024-07-02T12:22:56+02:00 Code editor: Display the color value under the cursor in the status bar. [DEVELOPMENT ENVIRONMENT] * NEW: Code editor: Display the color value under the cursor in the status bar. - - - - - 0c8205a1 by Benoît Minisini at 2024-07-02T13:32:42+02:00 TerminalView: Terminal 16 first colors now follow the xterm colors exactly, except the blue which is made more readable. [GB.FORM.TERMINAL] * NEW: TerminalView: Terminal 16 first colors now follow the xterm colors exactly, except the blue which is made more readable. - - - - - 3118d6fe by Benoît Minisini at 2024-07-02T13:36:09+02:00 New Postgresql database driver. Rework the database driver interface. [CONFIGURATION] * NEW: New Postgresql database driver. [GB.DB2] * NEW: Rework the database driver interface. [GB.DB2.POSTGRESQL] * NEW: New Postgresql database driver. [GB.DB2.SQLITE3] * NEW: Update to the reworked database driver interface. - - - - - 30 changed files: - Makefile.am - app/src/gambas3/.src/CStatus.class - app/src/gambas3/.src/Editor/Code/FEditor.class - app/src/gambas3/.src/Editor/Image/FImageEditor.class - app/src/gambas3/.src/Exported/TextEditor.class - app/src/gambas3/.src/Util.module - comp/src/gb.form.editor/.src/TextEditor.class - comp/src/gb.form.terminal/.project - comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class - comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class - comp/src/gb.form.terminal/.src/TerminalView/test/FTestTerminalView.class - comp/src/gb.form.terminal/.src/TerminalView/test/FTestTerminalView.form - configure.ac - + gb.db2.postgresql/AUTHORS - + gb.db2.postgresql/COPYING - + gb.db2.postgresql/ChangeLog - + gb.db2.postgresql/INSTALL - + gb.db2.postgresql/Makefile.am - + gb.db2.postgresql/NEWS - + gb.db2.postgresql/README - + gb.db2.postgresql/acinclude.m4 - + gb.db2.postgresql/component.am - + gb.db2.postgresql/configure.ac - + gb.db2.postgresql/gambas.h - + gb.db2.postgresql/gb.db.h - + gb.db2.postgresql/gb_common.h - + gb.db2.postgresql/m4 - + gb.db2.postgresql/reconf - + gb.db2.postgresql/src/Makefile.am - + gb.db2.postgresql/src/gb.db2.postgresql.component View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f2b618dcf4d1648412127d8a1902c734ba8d4814...3118d6fea3f7e27f4464f8d59a2a3ffa23581a6a -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/f2b618dcf4d1648412127d8a1902c734ba8d4814...3118d6fea3f7e27f4464f8d59a2a3ffa23581a6a You're receiving this email because of your account on gitlab.com.