[Pkg] The Trunk: Protocols-topa.48.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Mar 25 12:25:27 UTC 2015


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!



More information about the Packages mailing list