The Trunk: Morphic-ct.1537.mcz

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

The Trunk: Morphic-ct.1537.mcz

commits-2
Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-ct.1537.mcz

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

Name: Morphic-ct.1537
Author: ct
Time: 21 September 2019, 8:33:43.718935 pm
UUID: d13309f1-8b1d-5742-8d85-81ed5a803904
Ancestors: Morphic-mt.1526

Add support for closing the current project. In this case, we do not want to suppress the user confirmation.

=============== Diff against Morphic-mt.1526 ===============

Item was removed:
- ----- Method: MorphicProject>>okToChange (in category 'release') -----
- okToChange
- "If the view is from somewhere else than the current project, just delete it."
-
- ^ self parent ~~ Project current
- or: [super okToChange]!