The Inbox: Tools-fbs.413.mcz

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

The Inbox: Tools-fbs.413.mcz

commits-2
A new version of Tools was added to project The Inbox:
http://source.squeak.org/inbox/Tools-fbs.413.mcz

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

Name: Tools-fbs.413
Author: fbs
Time: 11 June 2012, 4:49:37.202 pm
UUID: 3f940fdb-a670-407a-bb26-a345f62c6c74
Ancestors: Tools-eem.412

Browser >> #codeTextMorph is identical to StringHolder >> #codeTextMorph. It probably belongs on CodeHolder, except that Workspace (a StringHolder) also uses it.

=============== Diff against Tools-eem.412 ===============

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