[Pkg] Monticello Public: Monticello.impl-kph.599.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Sun Dec 7 06:55:56 UTC 2008


A new version of Monticello.impl was added to project Monticello Public:
http://www.squeaksource.com/mc/Monticello.impl-kph.599.mcz

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

Name: Monticello.impl-kph.599
Author: kph
Time: 7 December 2008, 6:55:45 am
UUID: 8402ddf0-945c-4f67-a736-435d8175a2b4
Ancestors: Monticello.impl-kph.598

small fix to browsing

=============== Diff against Monticello.impl-kph.598 ===============

Item was changed:
  ----- Method: MCSnapshotBrowser>>classDefinitionString (in category 'text') -----
  classDefinitionString
+ 	| def |
+ 	def := self packageClasses 
- 	| defs |
- 	defs := self packageClasses 
  			detect: [ : ea | ea className = classSelection] ifNone: [ ^ 'This class is defined elsewhere.' ].
  
  	^ String streamContents: [:stream | 
+ 		def printDefinitionAndCommentOn: stream
- 		defs asArray sort 
- 			do: [:ea | ea printDefinitionAndCommentOn: stream]
- 			separatedBy: [stream nextPut: $.; cr]
  	].!



More information about the Packages mailing list