<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        That's a nice use case for OrderedDictionary. :-D<div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div><blockquote class="history_container" type="cite" style="border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 07.10.2019 08:21:12 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">Marcel Taeumel uploaded a new version of ToolBuilder-Kernel to project The Trunk:<br>http://source.squeak.org/trunk/ToolBuilder-Kernel-ct.133.mcz<br><br>==================== Summary ====================<br><br>Name: ToolBuilder-Kernel-ct.133<br>Author: ct<br>Time: 3 October 2019, 3:17:02.612083 am<br>UUID: b78b93ff-594c-b943-869f-f1af5a1180d3<br>Ancestors: ToolBuilder-Kernel-mt.132<br><br>Adds convenience method for choosing from a dictionary<br><br>UIManager default chooseFromLabeledValues: ((1 to: 10) collect: [:i | i asWords -> i] as: Dictionary)<br><br>=============== Diff against ToolBuilder-Kernel-mt.132 ===============<br><br>Item was added:<br>+ ----- Method: UIManager>>chooseFromLabeledValues: (in category 'ui requests') -----<br>+ chooseFromLabeledValues: aDictionary<br>+         "Choose a key from the given dictionary. Answer the corresponding value."<br>+  ^self chooseFromLabeledValues: aDictionary title: ''!<br><br>Item was added:<br>+ ----- Method: UIManager>>chooseFromLabeledValues:title: (in category 'ui requests') -----<br>+ chooseFromLabeledValues: aDictionary title: aString<br>+   "Choose a key from the given dictionary. Answer the corresponding value."<br>+  ^self chooseFrom: aDictionary keys values: aDictionary values title: aString!<br><br><br></div></blockquote>
                                        </div></body>