[Pkg] The Trunk: Collections-fbs.521.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jun 5 09:24:46 UTC 2013


Frank Shearar uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-fbs.521.mcz

==================== Summary ====================

Name: Collections-fbs.521
Author: fbs
Time: 5 June 2013, 8:55:57.568 am
UUID: 6a352bb2-6be0-4eea-ac54-abc654e2a8d7
Ancestors: Collections-nice.520

Avoid using Utilities; UIManager default provides a better hook.

=============== Diff against Collections-nice.520 ===============

Item was changed:
  ----- Method: LookupKey>>recompileBindingsAnnouncing: (in category 'bindings') -----
  recompileBindingsAnnouncing: aBool 
  	"Make the receiver (a global read-write binding) be a read-only binding"
  
  	aBool 
  		ifTrue: 
+ 			[UIManager default informUserDuring: 
- 			[Utilities informUserDuring: 
  					[:bar | 
  					(self systemNavigation allCallsOn: self) do: 
  							[:mref | 
  							bar value: 'Recompiling ' , mref asStringOrText.
  							mref actualClass recompile: mref methodSymbol]]]
  		ifFalse: 
  			[(self systemNavigation allCallsOn: self) 
  				do: [:mref | mref actualClass recompile: mref methodSymbol]]!



More information about the Packages mailing list