<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">This is why I would prefer not to see this change - <div class=""><img apple-inline="yes" id="ABF36EEB-FDAD-4C9F-AF9F-E854E8A2A800" src="cid:A01A8BFB-F2D7-4577-BAEE-B5F9DBCAC0D4@(null)" class=""><br 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></body></html>