A new version of Protocols was added to project The Inbox:
http://source.squeak.org/inbox/Protocols-topa.48.mcz==================== Summary ====================
Name: Protocols-topa.48
Author: topa
Time: 18 March 2015, 4:11:03.322 pm
UUID: ea03703f-6b96-4212-bb99-bc4c3089ba9d
Ancestors: Protocols-bf.47
Adapt to Pluggable menus (Tools-topa.556)
=============== Diff against Protocols-bf.47 ===============
Item was changed:
----- Method: Lexicon>>categoryListMenu:shifted: (in category 'category list') -----
categoryListMenu: aMenu shifted: aBoolean
"Answer the menu for the category list"
+ ^ self menu: aMenu for: #(categoryListMenu categoryListMenuShifted:) shifted: aBoolean
+ !
-
- ^ aMenu labels: 'find...(f)' lines: #() selections: #(obtainNewSearchString)!
Item was added:
+ ----- Method: Lexicon>>mainCategoryListMenu: (in category 'category list') -----
+ mainCategoryListMenu: aMenu
+ "Answer the menu for the category list"
+ <categoryListMenu>
+ ^ aMenu addList: #('find...(f)' obtainNewSearchString); yourself!