[squeak-dev] The Trunk: ST80-dtl.102.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Feb 10 21:21:07 UTC 2010


David T. Lewis uploaded a new version of ST80 to project The Trunk:
http://source.squeak.org/trunk/ST80-dtl.102.mcz

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

Name: ST80-dtl.102
Author: dtl
Time: 10 February 2010, 4:20:20.849 pm
UUID: af67447e-509e-4589-a937-ab86408cbf08
Ancestors: ST80-dtl.101

Remove VMC/Morphic dependencies from Form, FileList2, and Imports
Add MVCProject>>formViewClass
Add MVCProject>>openImage:name:saveResource:

=============== Diff against ST80-dtl.101 ===============

Item was added:
+ ----- Method: MVCProject>>formViewClass (in category 'editors') -----
+ formViewClass
+ 	"Answer a class suitable for a view on a form or collection of forms"
+ 
+ 	^ FormInspectView!

Item was added:
+ ----- Method: MVCProject>>openImage:name:saveResource: (in category 'editors') -----
+ openImage: aForm name: fullName saveResource: aBoolean
+ 	"Open a view on an image. Do not save project resource in an MVC project."
+ 
+ 	FormView open: aForm named: fullName!




More information about the Squeak-dev mailing list