Feb. 12, 2010
2:59 p.m.
Comment #2 on issue 1945 by aplantec: registration mechanism for the menu http://code.google.com/p/pharo/issues/detail?id=1945
yep!! I've retrieved it (I thought I had lost it and I was sad) it is the MenuRegistration package in PharoTaskForces. Try it with: -------------- PragmaMenuBuilder popUpKeyword: 'worldMenuExample' title: 'World menu'. --------------
This example popups a world menu fully declared with pragma methods. It also shows how an external package can register a new entry in it (see WorldMenuSkeletonExample class>> myOwnCoolToolRegistrationOn: and WorldMenuSkeletonExample class>> myOwnCoolMenuRegistrationOn: ) The principle is exactly the same as for the settings.
Sounds like quite cool to me.