The Trunk: Kernel-fbs.782.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-fbs.782.mcz

commits-2
Frank Shearar uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-fbs.782.mcz

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

Name: Kernel-fbs.782
Author: fbs
Time: 5 July 2013, 10:10:27.614 pm
UUID: f5d9104d-dda9-e549-ae3a-98c2260f1e87
Ancestors: Kernel-fbs.781

Silly me, I forgot these guys.

=============== Diff against Kernel-fbs.781 ===============

Item was removed:
- ----- Method: FutureMaker>>defaultLabelForInspector (in category 'debug') -----
- defaultLabelForInspector
- "Answer the default label to be used for an Inspector window on the receiver."
- ^self class name!

Item was removed:
- ----- Method: FutureMaker>>inspectorClass (in category 'debug') -----
- inspectorClass
- "Answer the class of the inspector to be used on the receiver.  Called by inspect;
- use basicInspect to get a normal (less useful) type of inspector."
-
- ^ Inspector!