Squeak 4.5: Tools-topa.517.mcz

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

Squeak 4.5: Tools-topa.517.mcz

commits-2
Chris Muller uploaded a new version of Tools to project Squeak 4.5:
http://source.squeak.org/squeak45/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: []!