[squeak-dev] The Inbox: Monticello-cmm.601.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Oct 2 21:34:12 UTC 2014


A new version of Monticello was added to project The Inbox:
http://source.squeak.org/inbox/Monticello-cmm.601.mcz

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

Name: Monticello-cmm.601
Author: cmm
Time: 2 October 2014, 4:34:01.44 pm
UUID: 9031e0e5-b991-46fd-a8f0-20ead172757b
Ancestors: Monticello-topa.600

Recover quick keyboard access to the classic "install" and "revert" functions on the changed definitions list.  Otherwise the new "Ignore (I)" function is selected whether "r" or "i" was pressed on the keyboard.
	That function has a hot-key anyway, so move it below the the standard Monticello functions.

=============== Diff against Monticello-topa.600 ===============

Item was changed:
  ----- Method: MCSaveVersionDialog>>methodListMenu: (in category 'as yet unclassified') -----
  methodListMenu: aMenu
- 	aMenu addList:#(
- 		('ignore (I)'	ignoreSelection 'Do not include this change when saving')
- 		-).
  	super methodListMenu: aMenu.
+ 	aMenu addList:#(-
+ 		('ignore (I)'	ignoreSelection 'Toggle inclusion of this change when saving')).
  	^aMenu!



More information about the Squeak-dev mailing list