<div dir="auto">I even read Java and C with proportional fonts these days. And hope that people don't format their comments or declarations in tables too often...<div dir="auto"><br></div><div dir="auto">So I would not be a fan of monospacing code in the help topics either.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Thiede, Christoph <<a href="mailto:Christoph.Thiede@student.hpi.uni-potsdam.de">Christoph.Thiede@student.hpi.uni-potsdam.de</a>> schrieb am Mo., 11. Nov. 2019, 12:20:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div>

<div id="m_-6930365551103354148divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif" dir="ltr">
<p>Hi Marcel,</p>
<p><br>
</p>
<p>Thanks for the overview.</p>
<p>However, I'd be curious why and when we should ever want font to be monospaced or text wrapping to be disabled for text or Smalltalk code? From my point of view, monospacing is a relic of programming languages that provide bad readability due to a complicated or counter-intuitive
 syntax, and horizontal scroll bars are inconvenient at all, as exceedingly few mouses support 2D scrolling (I don't even know whether Squeak supports them :D) and you cannot read the whole line at once. Just my two cents :-)</p>
<p><br>
</p>
<p>Styling, on the other hand, should be dynamic if we simply always use a PluggableCodePaneSpec?</p>
<p><br>
</p>
<p>Best,</p>
<p>Christoph</p>
<div id="m_-6930365551103354148Signature">
<div name="divtagdefaultwrapper">
<div><font size="2" color="#808080"></font></div>
</div>
</div>
</div>
<hr style="display:inline-block;width:98%">
<div id="m_-6930365551103354148divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>Von:</b> Squeak-dev <<a href="mailto:squeak-dev-bounces@lists.squeakfoundation.org" target="_blank" rel="noreferrer">squeak-dev-bounces@lists.squeakfoundation.org</a>> im Auftrag von Taeumel, Marcel<br>
<b>Gesendet:</b> Montag, 11. November 2019 11:07:00<br>
<b>An:</b> John Pfersich via Squeak-dev<br>
<b>Betreff:</b> Re: [squeak-dev] Changeset: ShoutAttribute & semi-styling</font>
<div> </div>
</div>
<div>
<div id="m_-6930365551103354148__MailbirdStyleContent" style="font-size:10pt;font-family:Arial;color:#000000">
Hi, there.
<div><br>
</div>
<div>Styling in HelpTopic is "under construction" because of how tool builder works. There is usually a lot of "initialization code" which is challenging to toggle at a tool's run-time:</div>
<div><br>
</div>
<div>- styling on/off</div>
<div>- fixed (monospaced) font?</div>
<div>- horizontal scrolling on/off (or text wrapping on/off)</div>
<div><br>
</div>
<div>Consequently, things that seem to be "under construction" in Squeak's Help Browser might actually be "under construction" in the tool builder (and all it's specs and relationships to pluggable morphs [Morphic] or pluggable views [ST80/MVC]):</div>
<div><br>
</div>
<div>- A new event for changed/update would make sense?</div>
<div>- What are the default values of properties if no further values are specified?</div>
<div>- Is a default value coded in a widgets #initialize or in a tool's (or model's) #buildWith: or in the spec's #ifNil: or in the (tool) builder's #buildPluggable*:? Or at all places together? What are the override priorities then?</div>
<div><br>
</div>
<div>Further code readings:</div>
<div><br>
</div>
<div>HelpBrowser >> #buildWith:</div>
<div>
<div style="font-size:13.3333px">HelpBrowser >> #buildCodeContentsWith:</div>
</div>
<div>HelpBrowser >> #aboutToStyle:</div>
<div>(senders of) #usesCodeStyling</div>
<div>(implementors of) #usesCodeStyling</div>
<div><br>
</div>
<div>Best,</div>
<div>Marcel</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:#aaaaaa;margin-top:10px">Am 10.11.2019 20:50:13 schrieb Thiede, Christoph <<a href="mailto:christoph.thiede@student.hpi.uni-potsdam.de" target="_blank" rel="noreferrer">christoph.thiede@student.hpi.uni-potsdam.de</a>>:</p>
<div style="font-family:Arial,Helvetica,sans-serif">
<div style="color:rgb(33,33,33);background-color:rgb(255,255,255);text-align:left" dir="auto">
Yeah, I already saw styling in the help topics is a bit under construction, I will be happy to work at this after this change set will have been approved :-)</div>
<div id="m_-6930365551103354148ms-outlook-mobile-signature" dir="auto" style="text-align:left">
<div><br>
</div>
Best,</div>
<div id="m_-6930365551103354148ms-outlook-mobile-signature" dir="auto" style="text-align:left">Christoph</div>
<br>
<br>
<br>
<div class="gmail_quote">On Sun, Nov 10, 2019 at 8:27 PM +0100, "tim Rowledge" <span dir="ltr">
<<a href="mailto:tim@rowledge.org" target="_blank" rel="noreferrer">tim@rowledge.org</a>></span> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;min-width:500px">
<div dir="3D"ltr"">
<pre>
> On 2019-11-10, at 10:28 AM, Christoph Thiede <u></u> wrote:

> ShoutAttribute.cs

That looks pretty damn good. This could help a great deal in making Help stuff clearer, so thank you!

tim
--
tim Rowledge; <a href="mailto:tim@rowledge.org" target="_blank" rel="noreferrer">tim@rowledge.org</a>; <a href="http://www.rowledge.org/tim" target="_blank" rel="noreferrer">http://www.rowledge.org/tim</a>
Useful random insult:- Thinks everyone else is entitled to his opinion, like it or not.



<u></u></pre>
</div>
</blockquote>
</div>
</div>
</blockquote>
</div>
</div>
</div>

<br>
</blockquote></div>