[Pkg] SystemEditor: SystemEditor-Squeak-mtf.168.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Tue Jul 28 10:41:10 UTC 2009


A new version of SystemEditor-Squeak was added to project SystemEditor:
http://www.squeaksource.com/SystemEditor/SystemEditor-Squeak-mtf.168.mcz

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

Name: SystemEditor-Squeak-mtf.168
Author: mtf
Time: 28 July 2009, 6:40:44 am
UUID: 92b70e37-bcb3-47b6-afbf-a37c5b58f4e9
Ancestors: SystemEditor-Squeak-kph.167

Fixed an assignment to a block argument, which doesn't work in Pharo

=============== Diff against SystemEditor-Squeak-kph.167 ===============

Item was changed:
  ----- Method: CategorizerEditor>>refreshCategories (in category 'accessing changed elements') -----
  refreshCategories
  	
  	| categorySet |
  	categorySet := categories asSet.
+ 	self changedElementsAndCategoriesDo: [:elem :c |
+ 		cat := c ifNil: [Categorizer default].
- 	self changedElementsAndCategoriesDo: [:elem :cat |
- 		cat ifNil: [cat := Categorizer default].
  		(categorySet includes: cat) ifFalse: [
  			categories add: cat.
  			categorySet add: cat]].
  	^ categories!



More information about the Packages mailing list