[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] 5 commits: Text editor: Support for 'json' highlighting.
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] 5 commits: Text editor: Support for 'json' highlighting.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Tue, 28 Jan 2025 10:18:28 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: 8031b056 by Benoît Minisini at 2025-01-28T09:49:27+01:00 Text editor: Support for 'json' highlighting. [DEVELOPMENT ENVIRONMENT] * NEW: Form editor: Redraw arrangement icons. * NEW: Text editor: Support for 'json' highlighting. - - - - - 6c3caffa by Benoît Minisini at 2025-01-28T10:22:48+01:00 Debugger: Fix background color of error label on dark theme. [DEVELOPMENT ENVIRONMENT] * BUG: Debugger: Fix background color of error label on dark theme. - - - - - 185dcefe by Benoît Minisini at 2025-01-28T10:42:26+01:00 TextEditor: Add 'json' mode. Highlight matching characters less. [GB.FORM.EDITOR] * NEW: TextEditor: Add 'json' mode. * NEW: TextEditor: Highlight matching characters less. - - - - - aa8cab46 by Benoît Minisini at 2025-01-28T11:04:17+01:00 Add 'json' highlighter, and fix regexp highlighting in 'javascript' highlighter. [GB.HIGHLIGHT] * NEW: 'symbol' command can have children state. * BUG: Javascript highlighter: Fix regexp highlighting. * NEW: Add 'json' highlighter. - - - - - bb6a1c1f by Benoît Minisini at 2025-01-28T11:17:52+01:00 TextEditor: Fix highlighting of wrapped lines. [GB.FORM.EDITOR] * BUG: TextEditor: Fix highlighting of wrapped lines. - - - - - 29 changed files: - app/src/gambas3/.src/Debug/FDebugger.class - app/src/gambas3/.src/Debug/FDebugger.form - app/src/gambas3/.src/Exported/TextEditor.class - app/src/gambas3/.src/Family/CFamily.class - app/src/gambas3/.src/Search/FSearch.class - app/src/gambas3/img/family/column-i.png - app/src/gambas3/img/family/column.png - app/src/gambas3/img/family/fill-c.png - app/src/gambas3/img/family/fill.png - app/src/gambas3/img/family/horizontal-c.png - app/src/gambas3/img/family/horizontal-i-c.png - app/src/gambas3/img/family/horizontal-i.png - app/src/gambas3/img/family/horizontal.png - app/src/gambas3/img/family/hsplit.png - app/src/gambas3/img/family/row-i.png - app/src/gambas3/img/family/row.png - app/src/gambas3/img/family/vertical-c.png - app/src/gambas3/img/family/vertical-i-c.png - app/src/gambas3/img/family/vertical-i.png - app/src/gambas3/img/family/vertical.png - app/src/gambas3/img/family/vsplit.png - − app/src/gambas3/img/waiting.gif - comp/src/gb.form.editor/.src/TextEditor.class - + comp/src/gb.form.editor/.src/TextEditorMode_Json.class - comp/src/gb.highlight/.src/CCommandSymbol.class - comp/src/gb.highlight/.src/Main.module - comp/src/gb.highlight/.src/TextHighlighter.class - comp/src/gb.highlight/highlight/javascript.highlight - + comp/src/gb.highlight/highlight/json.highlight View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/4afd8e346079b65b7a1c4df74d12460e526bb23c...bb6a1c1fe7ee7ded9bb0b41ad009e3d57b1f3615 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/4afd8e346079b65b7a1c4df74d12460e526bb23c...bb6a1c1fe7ee7ded9bb0b41ad009e3d57b1f3615 You're receiving this email because of your account on gitlab.com.