List of changes:
- Empty commands now define grouping sections.
- Empty commands with a
*at the start of them define group commands. Commands defined after will show up in a dropdown menu. - To end the identification of a group command, a group section must be defined.
- New command
set-footer. - Various bug fixes.
Basic example:
[Section 1]
[*Test]
;mode=option
list_source '(test1, test2, test3)'
set-footer {list_source(*)}
[*Timings]
;mode=option
list_source '(1, 2, 3, 4, 5, 6)'
set-footer {list_source(*)}
[*Commands Group]
[*Test2]
json_source '[{"key_1":"entry 1", "key_2":"entry 2", "key_3":"entry 3"}, {"key_1":"entry a", "key_2":"entry b", "key_3":"entry c"}]' key_1
[Section 1]
[*Test3]
;mode=option
list_source '(test4, test5, test6)'
set-footer {list_source(*)}update:
Bug fix for selected footer after entering command groups. - 10/3/2023 4:48 PM