[squeak-dev] The Trunk: Monticello-rkrk.319.mcz

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

[squeak-dev] The Trunk: Monticello-rkrk.319.mcz

commits-2
Andreas Raab uploaded a new version of Monticello to project The Trunk:
http://source.squeak.org/trunk/Monticello-rkrk.319.mcz

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

Name: Monticello-rkrk.319
Author: rkrk
Time: 23 August 2009, 6:19:17 am
UUID: b8bbec69-4236-43f7-a7c0-2b312120655a
Ancestors: Monticello-bf.318

Making shortcuts work in the MCPatchBrowser

=============== Diff against Monticello-bf.318 ===============

Item was changed:
  ----- Method: MCPatchBrowser>>widgetSpecs (in category 'morphic ui') -----
  widgetSpecs
  Preferences annotationPanes ifFalse: [ ^#(
  ((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)).
- #((listMorph:selection:menu: list selection methodListMenu: ) (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. } }.
  }!