Overview
Comment: | tested basic functionality - custom context menu items now available |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65-custom-menu |
Files: | files | file ages | folders |
SHA1: |
ae42e0260e2f476bb6c0558e1604d9b8 |
User & Date: | bb on 2018-02-14 00:35:13 |
Other Links: | branch diff | manifest | tags |
Context
2018-02-14
| ||
10:33 | added custom menu feature check-in: 4979534384 user: bjbarcla tags: v1.65 | |
00:35 | tested basic functionality - custom context menu items now available Leaf check-in: ae42e0260e user: bb tags: v1.65-custom-menu | |
00:33 | tested basic functionality - custom context menu items now available check-in: ae21e2aec1 user: bb tags: v1.65-custom-menu | |
Changes
Modified dashboard-context-menu.scm from [15cb83ed76] to [51f5558f50].
︙ | ︙ | |||
222 223 224 225 226 227 228 | (dcommon:run-html-viewer fullfile) (message-window (conc "file " fullfile " not found")))))))) steps))))))) ;; example section for megatest.config: ;; ;; ;; [custom-context-menu-items] | | | 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 | (dcommon:run-html-viewer fullfile) (message-window (conc "file " fullfile " not found")))))))) steps))))))) ;; example section for megatest.config: ;; ;; ;; [custom-context-menu-items] ;; #<unique var> <menu item text, can have template variables> : <command line with template %variable%s> ;; item1 custom show run-id (%run-id%):echo "%run-id%" ;; item2 custom show test-id (%test-id%):echo "%test-id%" ;; item3 custom show target (%target%):echo "%target%" ;; item4 custom show test-name (%test-name%):echo "%test-name%" ;; item5 custom show test-patt (%test-patt%):echo "%test-patt%" ;; item6 custom show test-run-dir (%test-run-dir%):echo "%test-run-dir%" ;; item7 custom show run-area-home (%run-area-home%):echo "%run-area-home%" |
︙ | ︙ |