[squeak-dev] The Inbox: Services-Base-jr.73.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Aug 21 19:21:42 UTC 2022


A new version of Services-Base was added to project The Inbox:
http://source.squeak.org/inbox/Services-Base-jr.73.mcz

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

Name: Services-Base-jr.73
Author: jr
Time: 21 August 2022, 9:08:23.934081 pm
UUID: f06e67f5-5bb3-f842-a80a-9e0911a2c238
Ancestors: Services-Base-ct.72

Use new message #selectMethodReferenced: from the Tools base package.

Actually, that new method used this one as a template, but since this method is in the Services-Base package, I did not reuse it directly.

=============== Diff against Services-Base-ct.72 ===============

Item was changed:
  ----- Method: Browser>>browseReference: (in category '*services-base') -----
  browseReference: ref
  	
+ 	self okToChange ifTrue: [self selectMethodReferenced: ref]!
- 	self okToChange ifTrue: [
- 	self selectCategoryForClass: ref actualClass theNonMetaClass.
- 	self selectClass: ref actualClass theNonMetaClass .
- 	ref actualClass isMeta ifTrue: [self indicateClassMessages] ifFalse: [self indicateInstanceMessages].
- 	self changed: #classSelectionChanged.
- 	self selectMessageCategoryNamed: ref category.
- 	self selectedMessageName: ref methodSymbol.
- 	]!



More information about the Squeak-dev mailing list