Squeak 4.5: Services-Base-topa.51.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: Services-Base-topa.51.mcz

commits-2
Chris Muller uploaded a new version of Services-Base to project Squeak 4.5:
http://source.squeak.org/squeak45/Services-Base-topa.51.mcz

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

Name: Services-Base-topa.51
Author: topa
Time: 26 January 2014, 12:38:49.078 am
UUID: 94328e86-1643-4090-8f18-bc4467119161
Ancestors: Services-Base-nice.50

Move to Tools so we are unloadable without breaking browsing

=============== Diff against Services-Base-nice.50 ===============

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