[squeak-dev] The Trunk: Tools-nice.508.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Dec 6 23:14:36 UTC 2013


Nicolas Cellier uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-nice.508.mcz

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

Name: Tools-nice.508
Author: nice
Time: 7 December 2013, 12:13:33.913 am
UUID: ac2116d8-39a8-4359-b9d3-fbbebd2b10c4
Ancestors: Tools-cmm.507

Move updateStream stuff to UpdateStream package

=============== Diff against Tools-cmm.507 ===============

Item was removed:
- ----- Method: FileList>>putUpdate: (in category 'server list') -----
- putUpdate: fullFileName
- 	"Put this file out as an Update on the servers."
- 
- 	| names choice |
- 	self canDiscardEdits ifFalse: [^ self changed: #flash].
- 	names := ServerDirectory groupNames asSortedArray.
- 	choice := UIManager default chooseFrom: names values: names.
- 	choice == nil ifTrue: [^ self].
- 	(ServerDirectory serverInGroupNamed: choice) putUpdate: 
- 				(directory oldFileNamed: fullFileName).
- 	self volumeListIndex: volListIndex.
- !

Item was removed:
- ----- Method: FileList>>serviceBroadcastUpdate (in category 'own services') -----
- serviceBroadcastUpdate
- 	"Answer a service for broadcasting a file as an update"
- 
- 	^ SimpleServiceEntry
- 		provider: self 
- 		label: 'broadcast as update'
- 		selector: #putUpdate:
- 		description: 'broadcast file as update'
- 		buttonLabel: 'broadcast'!



More information about the Squeak-dev mailing list