[squeak-dev] The Trunk: Services-Base-cmm.65.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Aug 21 00:50:59 UTC 2018


Chris Muller uploaded a new version of Services-Base to project The Trunk:
http://source.squeak.org/trunk/Services-Base-cmm.65.mcz

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

Name: Services-Base-cmm.65
Author: cmm
Time: 20 August 2018, 7:50:42.081643 pm
UUID: 6070147d-ed58-4d1b-b078-4aeda587a3f2
Ancestors: Services-Base-tpr.64

Fixes a minor bug with the use of up/down arrow keys in the message list of an "inheritance (i)" browser, when traceMessages and reuseWindows are both active, and the inheritance window was already open but with a different method selected than the one it was invoked from.

=============== Diff against Services-Base-tpr.64 ===============

Item was added:
+ ----- Method: MessageTrace>>selectReference: (in category '*services-base') -----
+ selectReference: aMethodReference
+ 	super selectReference: aMethodReference.
+ 	self okToChange ifTrue: [ anchorIndex := messageListIndex ]!



More information about the Squeak-dev mailing list