The Trunk: Morphic-mt.1110.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-mt.1110.mcz

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

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

Name: Morphic-mt.1110
Author: mt
Time: 12 April 2016, 7:52:49.946943 pm
UUID: 875b0cff-8d16-4840-a401-bc9395d9457a
Ancestors: Morphic-mt.1109

Code clean-up.

=============== Diff against Morphic-mt.1109 ===============

Item was changed:
  ----- Method: MorphicProject>>finalExitActions (in category 'enter') -----
  finalExitActions
 
  (world findA: ProjectNavigationMorph)
  ifNotNil: [:navigator | navigator retractIfAppropriate].
 
  World := nil.
 
  ActiveWorld := ActiveHand := ActiveEvent := nil.
+ Sensor flushAllButDandDEvents. "Will be reinstalled by World>>install"
+
+ world sleep.!
- Sensor flushAllButDandDEvents. "Will be reinstalled by World>>install"!

Item was removed:
- ----- Method: MorphicProject>>saveState (in category 'enter') -----
- saveState
- "Save the current state in me prior to leaving this project"
-
- changeSet := ChangeSet current.
- thumbnail ifNotNil: [thumbnail hibernate].
- world sleep.
- transcript := Transcript.
- !