[squeak-dev] The Trunk: Monticello-ct.754.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Nov 30 16:18:35 UTC 2021


Marcel Taeumel uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-ct.754.mcz

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

Name: Monticello-ct.754
Author: ct
Time: 27 October 2021, 7:32:31.272494 pm
UUID: 03f106f8-ef67-b642-906f-200a39a7ea96
Ancestors: Monticello-ul.753

Fixes a debugger when pressing <cmd>v in a save version dialog while no method is selected. All other hotkeys there are okay, I have checked this.

=============== Diff against Monticello-ul.753 ===============

Item was changed:
  ----- Method: MCCodeTool>>browseVersions (in category 'menus') -----
  browseVersions
  	"Create and schedule a message set browser on all versions of the currently selected message selector."
  	(ToolSet
  		browseVersionsOf: self selectedClassOrMetaClass
+ 		selector: (self selectedMessageName ifNil: [^ self])) ifNil: [self changed: #flash]!
- 		selector: self selectedMessageName) ifNil: [self changed: #flash]!



More information about the Squeak-dev mailing list