[squeak-dev] The Trunk: Kernel-fbs.782.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Jul 5 21:11:18 UTC 2013


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!



More information about the Squeak-dev mailing list