19/02/2014 23:02, Scott Kostyshak:
I'm planning to commit these after 2.1 is released. If anyone has
comments or would like to see them in 2.1 let me know.
Concerning menus, the Apple HIG says:
Ensure that a submenu’s title is undimmed even when all its commands are
unavailable. As with menu titles, it’s important for users to be able to
view a submenu’s contents, even if none of them are available in the
current context.
https://developer.apple.com/library/mac/documentation/UserExperience/Conceptual/AppleHIGuidelines/Menus/Menus.html#//apple_ref/doc/uid/TP30000356-TP6
I did not look at what other HIGs might say, but in this case it is
clear. And if one wants to disable submenus which contains only disabled
entries, it can be done automatically in the Menus.cpp machinery.
JMarc