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

commits at source.squeak.org commits at source.squeak.org
Thu May 5 17:18:08 UTC 2022


Christoph Thiede uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-ct.779.mcz

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

Name: Monticello-ct.779
Author: ct
Time: 5 May 2022, 7:18:04.402244 pm
UUID: 4b534615-312c-aa47-b7b7-3e217c708bbe
Ancestors: Monticello-ct.778

Complements Tools-ct.1151 (clean up change set menu of change sorter).

=============== Diff against Monticello-ct.778 ===============

Item was changed:
  ----- Method: ChangeSorter>>monticelloChangeSetMenu: (in category '*Monticello-changeSet menu') -----
  monticelloChangeSetMenu: aMenu
  	<changeSetMenuShifted: false>
  	<menuPriority: 600>
+ 	aMenu add: 'delete Monticello load change sets' translated action: #deleteMonticelloChangeSets.
- 	"Sigh, when implementing menu pragmas this is not what I had in mind..."
- 	aMenu add: 'delete Monticello load change sets' action: #deleteMonticelloChangeSets.
- 	(aMenu submorphs
- 						detect: [:m| m isMenuItemMorph and: [m contents beginsWith: 'destroy change set']]
- 						ifNone: []) ifNotNil:
- 		[:destroyItem| | item |
- 		aMenu removeMorph: (item := aMenu submorphs last).
- 		aMenu addMorph: item after: destroyItem].
  	^aMenu!



More information about the Squeak-dev mailing list