Feb. 12, 2009
1:49 p.m.
#isActive would probably better be called #isVisible.
yeah, that's true. So #isActive in the context of a command tells you whether this command is present for the given entity and #isEnabled whether it's also selectable. For an example see 'redo' of OB-Refactory. If there is no redo-action available, the command is still visible in the menu but not selectable. David