docs(c++): CommandOrigin commands (Commit/Pull/Push/Info/BOM) #134
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?
Document the five origin commands: how each checks origin capabilities before activation (supportsRevisions for Commit/Pull/Push, supportsPartNumbers for Info, supportsBOM for BOM), dispatch to the owning origin via OriginManager::findOwningOrigin(), and registration in CreateOriginCommands(). Files: src/Gui/CommandOrigin.cpp