The Trunk: Monticello-cmm.601.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Monticello-cmm.601.mcz

commits-2
Nicolas Cellier uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/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!