David T. Lewis uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-dtl.313.mcz==================== Summary ====================
Name: Morphic-dtl.313
Author: dtl
Time: 24 January 2010, 9:48:14.476 pm
UUID: a27ec9b7-3fc0-448d-957f-12b5fa9ea109
Ancestors: Morphic-dtl.312
Remove remaining dependencies on ST80-Editors from non-MVC packages.
Remove explicit references to ST80 classes from ModalSystemWindow and various utility methods.
=============== Diff against Morphic-dtl.312 ===============
Item was added:
+ ----- Method: MorphicProject>>formEdit: (in category 'editors') -----
+ formEdit: aForm
+ "Start up an instance of the form editor on a form."
+
+ self inform: 'A Morphic editor has not been implemented. Enter an MVC project to edit this form.'!
Item was changed:
----- Method: ModalSystemWindowView>>defaultControllerClass (in category 'controller access') -----
defaultControllerClass
+ ^Smalltalk at: #ModalController!
- ^ModalController!
Item was changed:
----- Method: MorphicProject>>bitEdit:at:scale: (in category 'editors') -----
bitEdit: aForm at: magnifiedFormLocation scale: scaleFactor
"Create and schedule a view whose top left corner is magnifiedLocation
and that contains a view of aForm magnified by scaleFactor that can be
modified using the Bit Editor. It also contains a view of the original form."
+ self inform: 'A Morphic editor has not been implemented. Enter an MVC project to edit this form.'!
- self notYetImplemented!