Updated Plugin cmdutils Version 01.49.10 category Developers’ Tools
o Added a new View category for commands
o Added these new commands for use in Execute Commands
o RunPluginShowDialog_cu (strPluginMenuName)
Runs the named plugin, and requests it to show or not show its dialog
o HideAllInvisibles_Toggle_cu()
Toggles the state of the Hide All Invisibles button by running the command View ► Invisibles ►Hide All.
o HideAllInvisibles_Hide_cu()
Sets the state of the Hide All Invisibles button to “hide”
o HideAllInvisibles_Show_cu()
Sets the state of the Hide All Invisibles button to “show”
o HideAllInvisibles_Store_Current_Setting_cu()
o HideAllInvisibles_Restore_Setting_cu()
These store the current setting of Hide All Invisibles (for the current Sibelius session only), or restore any store setting. These are comparable to Store Current Selection and Restore Selection, and allow you to change the setting as needed and then restore the original setting.
o HideAllInvisibles_Current_cu()
Returns the current state of the Invisibles Hide All Invisibles setting (“show” or “hide”) after the operation is done. This value is only accessible when invoked in a ManuScript plugin, so it is not included in the commands available to Execute Commands.
o HideAllInvisibles_Full(score, selection, valAction, fTrace)
Called by the HideAllInvisibles… methods above. The return value is “show” or “hide”, reflecting the state of the Invisibles Hide All Invisibles setting after the operation is done.
o PanoramaOff_cu()
Sets View Panorama off. Provides non-toggling setting.
o PanoramaOn_cu()
Sets View Panorama on. Provides non-toggling setting.
https://bobzawalich.com/wp-content/uploads/2021/06/The-cmdutils-library-in-Execute-Commands.pdf