The Trunk: ST80Tools-mt.5.mcz

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

The Trunk: ST80Tools-mt.5.mcz

commits-2
Marcel Taeumel uploaded a new version of ST80Tools to project The Trunk:
http://source.squeak.org/trunk/ST80Tools-mt.5.mcz

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

Name: ST80Tools-mt.5
Author: mt
Time: 12 April 2015, 7:15:18.831 pm
UUID: 87d40711-287a-2a4d-8752-26c8e9881221
Ancestors: ST80Tools-bf.4

Use explicit MVC hook to open a file list. We have to do this, because we have to fall-back for pluggable trees yet and thus cannot use the normal way to build a tool for the FileList model.

=============== Diff against ST80Tools-bf.4 ===============

Item was changed:
  ----- Method: ScreenController>>openFileList (in category '*ST80Tools') -----
  openFileList
  "Create and schedule a FileList view for specifying files to access."
 
+ FileList openInMVC!
- FileList open!