[squeak-dev] The Trunk: Morphic-ct.1537.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Sep 23 10:00:50 UTC 2019


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]!



More information about the Squeak-dev mailing list