Comment #2 on issue 126 by
[hidden email]: Morphic-based browser needs
t ouse OB-style isActive
http://code.google.com/p/metacello/issues/detail?id=126In OB the #isActive method is used to control whether or not buttons are
activated or whether or not a menu item shows up for the selected
target ... for example, the 'compare to stable' command is useless if there
is no #stable version defined, so the isActive logic for that command
answers false if there is no #stable version defined and the menu item only
shows up in projects that have a #stable version defined ... there are
several other examples ...
The Morphic menus do not use this logic when constructing the menu and they
probably should ...