The Trunk: EToys-cmm.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: EToys-cmm.88.mcz

commits-2
Chris Muller uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-cmm.88.mcz

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

Name: EToys-cmm.88
Author: cmm
Time: 23 May 2012, 6:40:31.544 pm
UUID: dfeec093-000c-4e1e-99b4-fa6e65b6fb28
Ancestors: EToys-dtl.87

- Move three Etoys-only methods from Morphic.

=============== Diff against EToys-dtl.87 ===============

Item was added:
+ ----- Method: Morph>>isCandidateForAutomaticViewing (in category '*Etoys-support') -----
+ isCandidateForAutomaticViewing
+ ^ true!

Item was added:
+ ----- Method: PasteUpMorph>>isCandidateForAutomaticViewing (in category '*Etoys-support') -----
+ isCandidateForAutomaticViewing
+ "A viewer on a world is a dangerous thing to get casually!!"
+
+ ^ self isWorldMorph not!

Item was added:
+ ----- Method: SystemWindow>>isCandidateForAutomaticViewing (in category '*Etoys-support') -----
+ isCandidateForAutomaticViewing
+ ^ false!