<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jul 14, 2022 at 12:20 AM Marcel Taeumel <<a href="mailto:marcel.taeumel@hpi.de">marcel.taeumel@hpi.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div id="gmail-m_-6625085055745374645__MailbirdStyleContent" style="font-size:10pt;font-family:Arial;color:rgb(0,0,0);text-align:left" dir="ltr">
                                        Hi Eliot --<div><br></div><div>> <span style="font-family:Arial,Helvetica,sans-serif;font-size:13px"> </span><span style="font-family:Arial,Helvetica,sans-serif;font-size:13px">to make balloon help easier to format/read.</span></div><div><span style="font-family:Arial,Helvetica,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:Arial,Helvetica,sans-serif;font-size:13px">Note that help text should use only semantic line breaks, e.g., for bullet points or paragraph separation. Other breaks will happen automatically. Same for dialog texts. Then, rendering will look nice for all those different fonts or scale factors. :-)</span></div></div></blockquote><div><br></div><div class="gmail_default" style="font-size:small">Agreed.  In my use case I want to put something on a second line to make it stand out.</div><div class="gmail_default" style="font-size:small"></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div id="gmail-m_-6625085055745374645__MailbirdStyleContent" style="font-size:10pt;font-family:Arial;color:rgb(0,0,0);text-align:left" dir="ltr"><div><span style="font-family:Arial,Helvetica,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:Arial,Helvetica,sans-serif;font-size:13px">Best,</span></div><div><span style="font-family:Arial,Helvetica,sans-serif;font-size:13px">Marcel</span></div><div></div>
                                        <blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-top:20px;margin-left:0px;padding-left:10px;min-width:500px">
                        <p style="color:rgb(170,170,170);margin-top:10px">Am 14.07.2022 01:29:03 schrieb <a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a> <<a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a>>:</p><div style="font-family:Arial,Helvetica,sans-serif">Eliot Miranda uploaded a new version of ToolBuilder-Kernel to project The Trunk:<br><a href="http://source.squeak.org/trunk/ToolBuilder-Kernel-eem.161.mcz" target="_blank">http://source.squeak.org/trunk/ToolBuilder-Kernel-eem.161.mcz</a><br><br>==================== Summary ====================<br><br>Name: ToolBuilder-Kernel-eem.161<br>Author: eem<br>Time: 13 July 2022, 4:28:54.356068 pm<br>UUID: 7f9d44e6-c980-4c58-8bfe-57108fb8f8e0<br>Ancestors: ToolBuilder-Kernel-tpr.160<br><br>Allow the help in a menu tuple contain \'s for carriage returns, to make balloon help easier to format/read.<br><br>=============== Diff against ToolBuilder-Kernel-tpr.160 ===============<br><br>Item was changed:<br>  ----- Method: PluggableMenuSpec>>addList: (in category 'construction') -----<br>  addList: aList<br>      "Add the given items to this menu, where each item is a pair (<u></u> <u></u>)..  If an element of the list is simply the symobl $-, add a line to the receiver.  The optional third element of each entry, if present, provides balloon help."<br>  <br>         aList do: [:tuple |<br>+          tuple == #-<br>-          (tuple == #-)<br>                         ifTrue: [self addSeparator]<br>                   ifFalse:[ | item |<br>                            item := self add: tuple first target: model selector: tuple second argumentList: #().<br>+                                tuple size > 2 ifTrue:[item help: tuple third withCRs]]]!<br>-                                 tuple size > 2 ifTrue:[item help: tuple third]]]!<br><br><br><u></u><u></u></div></blockquote></div><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><span style="font-size:small;border-collapse:separate"><div>_,,,^..^,,,_<br></div><div>best, Eliot</div></span></div></div></div></div>