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 | 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] |
︙ |