[Pkg] The Treated Inbox: Monticello-ct.754.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jan 19 08:48:32 UTC 2022


Marcel Taeumel uploaded a new version of Monticello to project The Treated Inbox:
http://source.squeak.org/treated/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 Packages mailing list