<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>> <span style="font-size: 12pt;">Thanks also for providing the graphic as a link, it's much easier </span><span style="font-size: 12pt;">for me to see this way.</span></p>
<div><br>
</div>
<div>I'm happy about any picture Marcel is sending to us, but actually I find inlined picture much easier to view than those that require me to open an extra link ...</div>
<div><br>
</div>
<div>Best,</div>
<div>Christoph</div>
<p></p>
<div id="Signature">
<div id="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="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div><font size="2" color="#808080"></font></div>
</div>
</div>
</div>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von Taeumel, Marcel<br>
<b>Gesendet:</b> Donnerstag, 13. Februar 2020 15:03:51<br>
<b>An:</b> JOHN SARKELA via Squeak-dev<br>
<b>Betreff:</b> Re: [squeak-dev] The Trunk: HelpSystem-Core-mt.119.mcz</font>
<div> </div>
</div>
<div>
<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
> <span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">Thanks also for providing the graphic as a link, it's much easier</span><br style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">
<span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">for me to see this way.</span>
<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">I think that happened because I posted through nabble. </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">> </span><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">p.s. Welcome back :-)</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">Thanks :-)</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">Best,</span></div>
<div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">Marcel</span></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 13.02.2020 14:38:42 schrieb David T. Lewis <lewis@mail.msen.com>:</p>
<div style="font-family:Arial,Helvetica,sans-serif">Thanks, it looks good.<br>
<br>
Thanks also for providing the graphic as a link, it's much easier<br>
for me to see this way.<br>
<br>
Dave<br>
<br>
p.s. Welcome back :-)<br>
<br>
On Thu, Feb 13, 2020 at 07:29:36AM -0600, marcel.taeumel wrote:<br>
> <http: forum.world.stfilet370078help-browser-window-title.png=""><br>
> <br>
> <br>
> commits-2 wrote<br>
> > Marcel Taeumel uploaded a new version of HelpSystem-Core to project The<br>
> > Trunk:<br>
> > http://source.squeak.org/trunk/HelpSystem-Core-mt.119.mcz<br>
> > <br>
> > ==================== Summary ====================<br>
> > <br>
> > Name: HelpSystem-Core-mt.119<br>
> > Author: mt<br>
> > Time: 13 February 2020, 2:25:35.668714 pm<br>
> > UUID: df92a1e9-bfbe-584c-83b8-afb5bec801a7<br>
> > Ancestors: HelpSystem-Core-mt.118<br>
> > <br>
> > Fixes window title for help browsers to behave like other browsers, i.e.,<br>
> > the system (code) browser. Makes window listing more useful. See<br>
> > screenshot.<br>
> > <br>
> > =============== Diff against HelpSystem-Core-mt.118 ===============<br>
> > <br>
> > Item was changed:<br>
> > ----- Method: HelpBrowser>>buildTreeWith: (in category 'toolbuilder')<br>
> > -----<br>
> > buildTreeWith: builder<br>
> > <br>
> > ^ builder pluggableTreeSpec new<br>
> > model: self;<br>
> > nodeClass: HelpTopicListItemWrapper;<br>
> > roots: #toplevelTopics;<br>
> > getSelected: #currentTopic;<br>
> > setSelected: #currentTopic:;<br>
> > getSelectedPath: #currentTopicPath;<br>
> > + setSelectedPath: #noteTopicPath:;<br>
> > setSelectedParent: #currentParentTopic:;<br>
> > autoDeselect: false;<br>
> > frame: (LayoutFrame<br>
> > fractions: (0@0 corner: 0.3@1)<br>
> > offsets: (0@ (Preferences standardDefaultTextFont height * 2) corner:<br>
> > 0@0));<br>
> > yourself!<br>
> > <br>
> > Item was changed:<br>
> > ----- Method: HelpBrowser>>currentTopicPath (in category 'accessing')<br>
> > -----<br>
> > currentTopicPath<br>
> > - "Only used for dynamic dispatch. Should be nil or empty on manual<br>
> > evaluation. See #topic:."<br>
> > <br>
> > ^ topicPath ifNil: [#()]!<br>
> > <br>
> > Item was added:<br>
> > + ----- Method: HelpBrowser>>noteTopicPath: (in category 'accessing')<br>
> > -----<br>
> > + noteTopicPath: someTopics<br>
> > + "Keep track of the current topic path as reported by the view through<br>
> > manual selection."<br>
> > + <br>
> > + topicPath := someTopics.<br>
> > + self changed: #windowTitle.<br>
> > + !<br>
> > <br>
> > Item was changed:<br>
> > ----- Method: HelpBrowser>>windowTitle (in category 'accessing - ui')<br>
> > -----<br>
> > windowTitle<br>
> > <br>
> > + ^ '{1}: {2}' format: {<br>
> > + self rootTopic<br>
> > + ifNil: ['Help Browser' translated]<br>
> > + ifNotNil: [:topic | topic title].<br>
> > + (self currentTopicPath collect: [:topic | topic title])<br>
> > + reversed joinSeparatedBy: ' > '}!<br>
> > - ^ self rootTopic<br>
> > - ifNil: ['Help Browser']<br>
> > - ifNotNil: [:topic | topic title]!<br>
> <br>
> <br>
> <br>
> <br>
> <br>
> --<br>
> Sent from: http://forum.world.st/Squeak-Dev-f45488.html<br>
> <br>
<br>
</http:></div>
</blockquote>
</div>
</div>
</body>
</html>