Skip to content

Commit 7f4f12d

Browse files
committed
feat(menu): make Configure and Build reachable from the default menu
The config wizard (ccfe config) and object builder (ccfe builder) were only reachable as top-level shortcuts -- nothing in the browsable menu tree linked to them, so a user opening 'ccfe' could not discover them. The default ccfe.menu now lists Demo, Configure CCFE (menu:config), Build menus and forms (menu:builder) and the install test, so configuration is reachable by navigation. Targets parse; t/03/t/07 green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 5f97433 commit 7f4f12d

1 file changed

Lines changed: 19 additions & 6 deletions

File tree

src/ccfe.menu

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
11
title {
2-
CCFE Installation Test
2+
CCFE
33
}
4-
item {
5-
id = TEST
6-
descr = SELECT ME!!!
7-
action = run:cat it_works.txt
4+
top {
5+
Move the cursor to an item and press Enter.
86
}
97
item {
108
id = DEMO
11-
descr = CCFE demo menu
9+
descr = Demo menu (sample menus and forms)
1210
action = menu:demo
1311
}
12+
item {
13+
id = CONFIG
14+
descr = Configure CCFE (settings, variables)
15+
action = menu:config
16+
}
17+
item {
18+
id = BUILD
19+
descr = Build menus and forms
20+
action = menu:builder
21+
}
22+
item {
23+
id = TEST
24+
descr = Installation test (it works!)
25+
action = run:cat it_works.txt
26+
}

0 commit comments

Comments
 (0)