The Trunk: ST80-dtl.88.mcz

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

The Trunk: ST80-dtl.88.mcz

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

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

Name: ST80-dtl.88
Author: dtl
Time: 24 January 2010, 9:50:04.91 pm
UUID: 8249f3f2-064f-496c-9f93-22725161b9e6
Ancestors: ST80-dtl.87

Remove remaining dependencies on ST80-Editors from non-MVC packages.

Remove explicit references to ST80 classes from ModalSystemWindow and various utility methods.


=============== Diff against ST80-dtl.87 ===============

Item was added:
+ ----- Method: MVCProject>>formEdit: (in category 'editors') -----
+ formEdit: aForm
+ "Start up an instance of the FormEditor on a form. Typically the form
+ is not visible on the screen. The editor menu is located at the bottom of
+ the form editing frame. The form is displayed centered in the frame.
+ YellowButtonMenu accept is used to modify the form to reflect the
+ changes made on the screen version; cancel restores the original form to
+ the screen. Note that the changes are clipped to the original size of the
+ form."
+  
+ FormEditor openOnForm: aForm!