[Pkg] The Trunk: Tools-topa.517.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Jan 25 23:37:41 UTC 2014


Tobias Pape uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-topa.517.mcz

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

Name: Tools-topa.517
Author: topa
Time: 26 January 2014, 12:36:41.637 am
UUID: fd6f720d-f035-48c1-b660-aedf749aefef
Ancestors: Tools-fbs.516

Move from Services-Base so it is unloadable without breaking browsing

=============== Diff against Tools-fbs.516 ===============

Item was added:
+ ----- Method: StringHolder>>codeTextMorph (in category '*Tools') -----
+ codeTextMorph
+ 	^ self dependents
+ 		detect: [:dep | (dep isKindOf: PluggableTextMorph)
+ 				and: [dep getTextSelector == #contents]]
+ 		ifNone: []!



More information about the Packages mailing list