<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">[?!$#%& third attempt to insert the graphic; sorry!]<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Aug 28, 2018, at 10:09 AM, tim Rowledge <<a href="mailto:tim@rowledge.org" class="">tim@rowledge.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">This is why I would prefer not to see this change - <div class=""><span id="cid:A01A8BFB-F2D7-4577-BAEE-B5F9DBCAC0D4@(null)"><Screen Shot 2018-08-28 at 10.08.14 AM.png></span><br class=""></div></div></div></blockquote><div><br class=""></div>In Pharo's Playground errors in syntax highlighting are reset after a new line (see below).  So one only sees one line of red before syntax highlighting works as desired again.  This makes it bearable.  So if we are to enable syntax highlighting by default can we first create a subclass or mode of the Shout styler that resets its parse after a new line where preceding characters have been marked as in error?  Note also that the results of doit are inserted into the text as comments.</div><div><br class=""></div><div><br class=""></div><div><img apple-inline="yes" id="5282DFB6-7F8D-4BD6-B8B7-0C847BB1130A" height="303" width="482" apple-width="yes" apple-height="yes" src="cid:43FAAB6E-E8FD-41A2-85A1-6F2A9C0CD159@attlocal.net" class=""></div><div><br class=""></div><div><br class=""><blockquote type="cite" class=""><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class=""><br class=""><blockquote type="cite" class="">On 2018-08-28, at 9:33 AM, <a href="mailto:commits@source.squeak.org" class="">commits@source.squeak.org</a> wrote:<br class=""><br class="">A new version of Tools was added to project The Inbox:<br class=""><a href="http://source.squeak.org/inbox/Tools-LM.827.mcz" class="">http://source.squeak.org/inbox/Tools-LM.827.mcz</a><br class=""><br class="">==================== Summary ====================<br class=""><br class="">Name: Tools-LM.827<br class="">Author: LM<br class="">Time: 28 August 2018, 6:33:04.08317 pm<br class="">UUID: 07abf38e-4d17-8744-bd3d-e65285f5fb8f<br class="">Ancestors: Tools-cmm.826<br class=""><br class="">I would like to propose a change to the Workspace that simply enables syntax highlighting by default.<br class=""><br class="">Maybe there are reasons why syntax highlighting should be disabled, but in my year of Squeak experience I didn't once write anything other than code into the Workspace and it was very annoying to have to enable syntax highlighting manually all the time.<br class=""><br class="">=============== Diff against Tools-cmm.826 ===============<br class=""><br class="">Item was changed:<br class=""> ----- Method: Workspace>>initialize (in category 'initialize-release') -----<br class=""> initialize<br class=""> <span class="Apple-tab-span" style="white-space:pre">    </span><br class=""> <span class="Apple-tab-span" style="white-space:pre"> </span>super initialize.<br class=""> <span class="Apple-tab-span" style="white-space:pre">        </span>self initializeBindings.<br class=""> <span class="Apple-tab-span" style="white-space:pre"> </span>acceptDroppedMorphs := false.<br class=""> <span class="Apple-tab-span" style="white-space:pre">    </span>mustDeclareVariables := false.<br class="">+ <span class="Apple-tab-span" style="white-space:pre">  </span>environment := Environment current.<br class="">+ <span class="Apple-tab-span" style="white-space:pre">     </span>self shouldStyle: true!<br class="">- <span class="Apple-tab-span" style="white-space:pre"> </span>environment := Environment current.!<br class=""><br class=""><br class=""><br class=""></blockquote><br class=""><div class=""><br class="">tim<br class="">--<br class="">tim Rowledge; <a href="mailto:tim@rowledge.org" class="">tim@rowledge.org</a>; <a href="http://www.rowledge.org/tim" class="">http://www.rowledge.org/tim</a><br class="">Strange OpCodes: RIW: Re-Invent Wheel<br class=""><br class=""></div><br class=""></div></div><br class=""></div></blockquote></div><br class=""></div></body></html>