Nicolas Cellier uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-nice.360.mcz==================== Summary ====================
Name: Monticello-nice.360
Author: nice
Time: 20 January 2010, 9:03:17.224 am
UUID: 9685d27b-63f1-fc47-8a0b-611c48711df8
Ancestors: Monticello-ul.359
Let menu shortcut work in patch browser when annotation preferences are disabled
=============== Diff against Monticello-ul.359 ===============
Item was changed:
----- Method: MCPatchBrowser>>widgetSpecs (in category 'morphic ui') -----
widgetSpecs
Preferences annotationPanes ifFalse: [ ^#(
+ ((listMorph:selection:menu:keystroke: list selection methodListMenu: methodListKey:from:) (0 0 1 0.4) (0 0 0 0))
- ((listMorph:selection:menu: list selection methodListMenu:) (0 0 1 0.4) (0 0 0 0))
((textMorph: text) (0 0.4 1 1))
) ].
^ {
#((listMorph:selection:menu:keystroke: list selection methodListMenu: methodListKey:from:) (0 0 1 0.4) (0 0 0 0)).
{ #(textMorph: annotations). #(0 0.4 1 0.4). { 0. 0. 0. self defaultAnnotationPaneHeight. } }.
{ #(textMorph: text). #(0 0.4 1 1). { 0. self defaultAnnotationPaneHeight. 0. 0. } }.
}!