[Pkg] The Trunk: Tools-ul.385.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Nov 7 13:19:13 UTC 2011


Levente Uzonyi uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-ul.385.mcz

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

Name: Tools-ul.385
Author: ul
Time: 2 November 2011, 2:50:23.039 am
UUID: eeefc6ae-1848-774d-a96d-0fe6634c94b9
Ancestors: Tools-eem.384

Implemented TimeProfileBrowser >> #isModeStyleable which disallows styling when the selected line is not a method. This is a fix for http://bugs.squeak.org/view.php?id=7675 .

=============== Diff against Tools-eem.384 ===============

Item was added:
+ ----- Method: TimeProfileBrowser>>isModeStyleable (in category 'contents') -----
+ isModeStyleable
+ 	"Ensure that only methods are styled."
+ 
+ 	^self selectedMessageName notNil and: [ super isModeStyleable ]!



More information about the Packages mailing list