The Trunk: Protocols-topa.48.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Protocols-topa.48.mcz

commits-2
Tobias Pape uploaded a new version of Protocols to project The Trunk:
http://source.squeak.org/trunk/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!