[squeak-dev] The Trunk: Tools-eem.384.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Oct 20 17:43:12 UTC 2011


Eliot Miranda uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-eem.384.mcz

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

Name: Tools-eem.384
Author: eem
Time: 20 October 2011, 10:42:43.621 am
UUID: 54e08e8e-4591-4281-acc5-5caf02a78f25
Ancestors: Tools-bf.383

Move explore/inspectMetod up to CodeHolder so they
work in method lists.

=============== Diff against Tools-bf.383 ===============

Item was removed:
- ----- Method: Browser>>exploreMethod (in category 'message functions') -----
- exploreMethod
- 	currentCompiledMethod notNil ifTrue:
- 		[currentCompiledMethod explore]!

Item was removed:
- ----- Method: Browser>>inspectMethod (in category 'message functions') -----
- inspectMethod
- 	currentCompiledMethod notNil ifTrue:
- 		[currentCompiledMethod inspect]!

Item was added:
+ ----- Method: CodeHolder>>exploreMethod (in category 'message functions') -----
+ exploreMethod
+ 	currentCompiledMethod notNil ifTrue:
+ 		[currentCompiledMethod explore]!

Item was added:
+ ----- Method: CodeHolder>>inspectMethod (in category 'message functions') -----
+ inspectMethod
+ 	currentCompiledMethod notNil ifTrue:
+ 		[currentCompiledMethod inspect]!




More information about the Squeak-dev mailing list