[squeak-dev] The Trunk: Morphic-tpr.1473.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jan 9 00:24:49 UTC 2019


tim Rowledge uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-tpr.1473.mcz

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

Name: Morphic-tpr.1473
Author: tpr
Time: 8 January 2019, 4:24:35.430039 pm
UUID: 73139450-4f2f-4203-8a9b-cc2ba687326c
Ancestors: Morphic-eem.1472

Use FileServices as the registry instead of FileList

=============== Diff against Morphic-eem.1472 ===============

Item was changed:
  ----- Method: Morph class>>initialize (in category 'class initialization') -----
  initialize
  	"Morph initialize"
+ 	FileServices registerFileReader: self!
- 	FileList registerFileReader: self!

Item was changed:
  ----- Method: Morph class>>unload (in category 'initialize-release') -----
  unload
  
+ 	FileServices unregisterFileReader: self !
- 	FileList unregisterFileReader: self !

Item was changed:
  ----- Method: ProjectViewMorph class>>initialize (in category 'class initialization') -----
  initialize
  
+ 	FileServices registerFileReader: self!
- 	FileList registerFileReader: self!

Item was changed:
  ----- Method: ProjectViewMorph class>>unload (in category 'initialize-release') -----
  unload
  
+ 	FileServices unregisterFileReader: self !
- 	FileList unregisterFileReader: self !



More information about the Squeak-dev mailing list