The Trunk: 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
|

The Trunk: Tools-topa.517.mcz

commits-2
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: []!