Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
SmartRefStream initKnownRenames
Last updated at 9:34 pm UTC on 23 June 2018
SmartRefStream uses the following dictionary to find out about the new class name when the class name has changed between versions


(June 2018 version)
  initKnownRenames

        renamed  "(a dictionary)"
                at: #FlasherMorph put: #Flasher;
                at: #AlansTextPlusMorph put: #TextPlusMorph;
                at: #Project put: #MorphicProject;
                at: #Presenter put: #EtoysPresenter;
                at: #InputSensor put: #EventSensor;
                yourself!

(September 2002 version, Squeak 3.4)
 initKnownRenames
	renamed
		at: #FlasherMorph put: #Flasher;
		yourself