The Trunk: Tools-fbs.475.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Tools-fbs.475.mcz

commits-2
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.!