The Trunk: Kernel-dtl.392.mcz

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

The Trunk: Kernel-dtl.392.mcz

commits-2
David T. Lewis uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-dtl.392.mcz

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

Name: Kernel-dtl.392
Author: dtl
Time: 10 February 2010, 5:57:55.219 pm
UUID: d8fdf4b9-e3c1-437f-bb89-36e44e0766d3
Ancestors: Kernel-cmm.391

Add Object>>isTextView to support TranscriptStream>>countOpenTranscripts without #isKindOf: tests on MVC and Morphic views.

=============== Diff against Kernel-cmm.391 ===============

Item was added:
+ ----- Method: Object>>isTextView (in category 'testing') -----
+ isTextView
+ "True if the reciever is a view on a text model, such as a view on a TranscriptStream"
+ ^false!