The Trunk: System-kfr.1026.mcz

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

The Trunk: System-kfr.1026.mcz

commits-2
Karl Ramberg uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-kfr.1026.mcz

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

Name: System-kfr.1026
Author: kfr
Time: 17 May 2018, 10:55:54.266357 am
UUID: ba06ecc5-87d4-3640-ae2b-e621230bfc82
Ancestors: System-mt.1025

Convert to EventSensor for older projects

=============== Diff against System-mt.1025 ===============

Item was changed:
  ----- Method: SmartRefStream>>initKnownRenames (in category 'read write') -----
  initKnownRenames
  renamed
  at: #FlasherMorph put: #Flasher;
  at: #AlansTextPlusMorph put: #TextPlusMorph;
  at: #Project put: #MorphicProject;
  at: #Presenter put: #EtoysPresenter;
+ at: #InputSensor put: #EventSensor;
  yourself!

Item was added:
+ ----- Method: SmartRefStream>>inputSensorx0 (in category 'conversion') -----
+ inputSensorx0
+
+ ^ EventSensor!