[squeak-dev] The Trunk: PackageInfo-Base-ul.56.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Jun 18 08:55:26 UTC 2011


Levente Uzonyi uploaded a new version of PackageInfo-Base to project The Trunk:
http://source.squeak.org/trunk/PackageInfo-Base-ul.56.mcz

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

Name: PackageInfo-Base-ul.56
Author: ul
Time: 17 June 2011, 4:41:09.08 pm
UUID: 3baff501-9a78-0549-b258-f7baff73f99a
Ancestors: PackageInfo-Base-cmm.55

- Use #displayProgressFrom:to:during: instead of #displayProgressAt:from:to:during:.

=============== Diff against PackageInfo-Base-cmm.55 ===============

Item was changed:
  ----- Method: PositionableStream>>untilEnd:displayingProgress: (in category '*packageinfo-base') -----
  untilEnd: aBlock displayingProgress: aString
  	aString
+ 		displayProgressFrom: 0 to: self size
- 		displayProgressAt: Sensor cursorPoint
- 		from: 0 to: self size
  		during:
  			[:bar |
  			[self atEnd] whileFalse:
  				[bar value: self position.
  				aBlock value]].!




More information about the Squeak-dev mailing list