bug(gui): WorkbenchManipulator timing — ztools commands may not appear in PartDesign #52
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
_ZToolsPartDesignManipulatorappends commands by name. IfZToolsWorkbenchhasn't been activated when the user switches to PartDesign, the commands may not be registered yet. The manipulator API tolerates missing commands silently, but buttons won't appear in the PartDesign toolbar/menu.Expected: ztools commands (DatumCreator, DatumManager, EnhancedPocket, RotatedLinearPattern) always appear in PartDesign toolbars regardless of activation order.
Priority: Critical
Source: KNOWN_ISSUES.md #2