[squeak-dev] The Trunk: Tools-mt.977.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Jun 12 11:52:04 UTC 2020


Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-mt.977.mcz

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

Name: Tools-mt.977
Author: mt
Time: 12 June 2020, 1:52:00.818744 pm
UUID: b2d453ea-2f37-0942-8e9b-13b80b6fc093
Ancestors: Tools-mt.976

Update annotation pane when browsing code in the dependency browser.

=============== Diff against Tools-mt.976 ===============

Item was changed:
  ----- Method: DependencyBrowser>>messageListIndex: (in category 'message list') -----
  messageListIndex: idx
  	"Message list selection"
  	messageListIndex := idx.
  	self changed: #messageListIndex.
+ 	self changed: #contents.
+ 	self changed: #annotation.!
- 	self changed: #contents.!



More information about the Squeak-dev mailing list