[Pkg] The Trunk: Tools-fbs.488.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jul 24 10:32:09 UTC 2013


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

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

Name: Tools-fbs.488
Author: fbs
Time: 24 July 2013, 11:31:11.748 am
UUID: 1961eaa2-9b11-be47-a97d-643ac2c30df1
Ancestors: Tools-fbs.487

Let alt-N bring up the "class references to" list, like in a Browser.

=============== Diff against Tools-fbs.487 ===============

Item was added:
+ ----- Method: DependencyBrowser>>classDepsKey:from: (in category 'class deps') -----
+ classDepsKey: aCharacter from: aPluggableListMorphPlus 
+ 	aCharacter = $N ifTrue: [^ self referencesToIt: (self classDeps at: self classDepsIndex)].!

Item was added:
+ ----- Method: DependencyBrowser>>referencesToIt: (in category 'accessing') -----
+ referencesToIt: aClassName 
+ 	| binding environment |
+ 	environment := self selectedEnvironment.
+ 	binding := (environment bindingOf: aClassName) ifNil: [ ^ self ].
+ 	self systemNavigation browseAllCallsOn: binding!



More information about the Packages mailing list