[squeak-dev] The Trunk: Tools-fbs.480.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Jul 5 21:12:03 UTC 2013


Frank Shearar uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-fbs.480.mcz

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

Name: Tools-fbs.480
Author: fbs
Time: 5 July 2013, 10:11:14.576 pm
UUID: 6279c564-4704-0242-82aa-f681355df841
Ancestors: Tools-fbs.479

Silly me, I forgot these guys.

=============== Diff against Tools-fbs.479 ===============

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

Item was added:
+ ----- Method: FutureMaker>>inspectorClass (in category '*Tools-inspecting') -----
+ 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