[squeak-dev] The Trunk: Multilingual-ul.154.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Jul 18 18:25:49 UTC 2011


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

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

Name: Multilingual-ul.154
Author: ul
Time: 18 July 2011, 2:01:58.376 am
UUID: fb785182-e083-924c-b3cf-39e47859cede
Ancestors: Multilingual-ul.153

SystemNavigation >> #allSelect: was moved to the System package.

=============== Diff against Multilingual-ul.153 ===============

Item was removed:
- ----- Method: SystemNavigation>>allSelect: (in category '*Multilingual-Editor') -----
- allSelect: aBlock 
- 	"Answer a SortedCollection of each method that, when used as 
- 	the block  
- 	argument to aBlock, gives a true result."
- 	| aCollection |
- 	aCollection := SortedCollection new.
- 	Cursor execute
- 		showWhile: [self
- 				allBehaviorsDo: [:class | class
- 						selectorsAndMethodsDo: [:sel :m | (aBlock value: m)
- 								ifTrue: [aCollection add: class name , ' ' , sel]]]].
- 	^ aCollection!




More information about the Squeak-dev mailing list