Example code:
Code: Select all
popupnested("Copy Commands| #101;;:copypath| #102|#201;;:copy|Dual Pane Commands| #800;;:dp| #801| #802"); // mixed commands nested with toolbar iconsCode: Select all
popupnested("Copy Commands| #101;;:copypath| #102|#201;;:copy|Dual Pane Commands| #800;;:dp| #801| #802"); // mixed commands nested with toolbar iconsCode: Select all
$s = <selitem> ? 0:4; popupnested("Copy Commands| #101;;:copypath| #102|#201;;:copy;$s|Dual Pane Commands| #800;;:dp| #801| #802"); // mixed commands nested with toolbar iconsSurely it isn't, it just caught me "surprised" that commands added to my scripted menu via IDs look totally like native ones = showing keyboard shortcut and the IDs too. So it's a little frustrating that visually such ID-added items in scripted menu look totally like native ones, but they actually don't work like native ones.