[squeak-dev] The Trunk: Tools-fbs.475.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Jun 28 19:48:02 UTC 2013


Frank Shearar uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-fbs.475.mcz

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

Name: Tools-fbs.475
Author: fbs
Time: 28 June 2013, 8:47:32.376 pm
UUID: 1e99ed63-15f5-1a4f-8414-8a7bc33ca4ab
Ancestors: Tools-fbs.474

Push service-y stuff out of low level code into packages closer to the UI.

=============== Diff against Tools-fbs.474 ===============

Item was changed:
  ----- Method: ArchiveViewer>>extractAll (in category 'archive operations') -----
  extractAll
  	| directory |
  
  	self canExtractAll ifFalse: [^ self].
  	directory := FileList2 modalFolderSelector ifNil: [^ self].
+ 	UIManager default informUserDuring: [:bar| archive extractAllTo: directory informing: bar].!
- 	archive extractAllTo: directory.!



More information about the Squeak-dev mailing list