<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        
                                        
                                            
                                        
                                        
                                        Hi Christoph.<div><br></div><div>Not sure to what you are referring to. A "move method" between packages requires two commits. The one in the package "Help-Squeak-Project", which was the target, did already happen. The one in "Tools", which was the source, was forgotten.</div><div><br></div><div>> <span style="font-family: Calibri, Arial, Helvetica, sans-serif;font-size: 16px">What's the best way to refer to the help package? Do we want a dangling menu reference if help isn't installed?</span></div><div><span style="font-family: Calibri, Arial, Helvetica, sans-serif;font-size: 16px"><br></span></div><div><span style="font-family: Calibri, Arial, Helvetica, sans-serif;font-size: 16px">I suppose this would require a better extension mechanism for menus. For now it is okay because Help is always loaded. ;-)</span></div><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;min-width: 500px">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 15.02.2020 15:09:58 schrieb Thiede, Christoph <christoph.thiede@student.hpi.uni-potsdam.de>:</p><div style="font-family:Arial,Helvetica,sans-serif">


<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size: 12pt;color: #000000;font-family: Calibri,Helvetica,sans-serif">
<p><span style="font-family: Calibri,Arial,Helvetica,sans-serif;font-size: 12pt">Hi Marcel,</span></p>
<p><span style="font-family: Calibri,Arial,Helvetica,sans-serif;font-size: 12pt"><br>
</span></p>
<p><span style="font-family: Calibri,Arial,Helvetica,sans-serif;font-size: 12pt">> </span><span style="font-family: Calibri,Arial,Helvetica,sans-serif;font-size: 12pt">(Also completes a move-method from that merge in Help-Squeak-Project-mt.74)</span></p>
<div id="x_Signature">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size: 12pt;color: rgb(0,0,0);font-family: Calibri,Helvetica,sans-serif,EmojiFont,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
<div name="x_divtagdefaultwrapper" style="font-family: Calibri,Arial,Helvetica,sans-serif;font-size: ;margin: 0">
<div>
<div class="x__rp_T4" id="x_Item.MessagePartBody">
<div><br>
</div>
<div>I already addressed this issue here: <a href="http://forum.world.st/The-Inbox-Help-Squeak-Project-ct-72-mcz-td5106990.html#a5109121" class="x_OWAAutoLink" id="LPlnk578874">http://forum.world.st/The-Inbox-Help-Squeak-Project-ct-72-mcz-td5106990.html#a5109121</a></div>
<div>What's the best way to refer to the help package? Do we want a dangling menu reference if help isn't installed?</div>
<div><br>
</div>
<div>Best,</div>
<div>Christoph</div>
<div class="x__rp_U4 x_ms-font-weight-regular x_ms-font-color-neutralDark x_rpHighlightAllClass x_rpHighlightBodyClass" id="x_Item.MessageUniqueBody" style="font-family:wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif,serif,EmojiFont">
<div dir="ltr">
<div id="x_divtagdefaultwrapper"><span style="font-family: Calibri,Helvetica,sans-serif,EmojiFont,Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols">
<div id="x_Signature">
<div style="margin:0px"><font style="font-family:Calibri,Arial,Helvetica,sans-serif,serif,EmojiFont"></font></div>
</div>
</span></div>
</div>
</div>
</div>
</div>
<div><span style="font-size: 10pt;color: #808080"></span></div>
</div>
</div>
</div>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><span style="font-family: Calibri, sans-serif;color: #000000"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von commits@source.squeak.org <commits@source.squeak.org><br>
<b>Gesendet:</b> Donnerstag, 13. Februar 2020 13:37:03<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org; packages@lists.squeakfoundation.org<br>
<b>Betreff:</b> [squeak-dev] The Trunk: Tools-mt.939.mcz</span>
<div> </div>
</div>
</div>
<span style="font-size: 10pt"><span style="font-size: 10pt">
<div class="PlainText">Marcel Taeumel uploaded a new version of Tools to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/Tools-mt.939.mcz">http://source.squeak.org/trunk/Tools-mt.939.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Tools-mt.939<br>
Author: mt<br>
Time: 13 February 2020, 1:37:00.539714 pm<br>
UUID: 21f18a61-361d-5348-9980-f95b1aa13203<br>
Ancestors: Tools-ct.938<br>
<br>
In debuggers, fixes the bug that occurred when fullStackSize is smaller than notifierStackSize.<br>
<br>
Such a configuration is not useful but can happen when those preferences are changed independently for different reasons.<br>
<br>
(Also completes a move-method from that merge in Help-Squeak-Project-mt.74)<br>
<br>
=============== Diff against Tools-ct.938 ===============<br>
<br>
Item was changed:<br>
  ----- Method: Debugger>>expandStack (in category 'context stack - message list') -----<br>
  expandStack<br>
         "Show a substantial amount of stack in the context pane."<br>
  <br>
         self okToChange ifFalse: [^ self].<br>
+        self newStack: (self contextStackTop stackOfSize: (self class fullStackSize max: self class notifierStackSize)).<br>
-        self newStack: (self contextStackTop stackOfSize: self class fullStackSize).<br>
         self changed: #contextStackList.<br>
  !<br>
<br>
Item was removed:<br>
- ----- Method: VersionsBrowser>>offerVersionsHelp (in category 'menu') -----<br>
- offerVersionsHelp<br>
-        (StringHolder new contents: self versionsHelpString)<br>
-                openLabel: 'Versions Browsers'!<br>
<br>
<br>
</div>
</span></span>
</div></blockquote></div>