[squeak-dev] The Inbox: Tools-LM.827.mcz

tim Rowledge tim at rowledge.org
Tue Aug 28 17:09:27 UTC 2018


This is why I would prefer not to see this change - 


> On 2018-08-28, at 9:33 AM, commits at source.squeak.org wrote:
> 
> A new version of Tools was added to project The Inbox:
> http://source.squeak.org/inbox/Tools-LM.827.mcz
> 
> ==================== Summary ====================
> 
> Name: Tools-LM.827
> Author: LM
> Time: 28 August 2018, 6:33:04.08317 pm
> UUID: 07abf38e-4d17-8744-bd3d-e65285f5fb8f
> Ancestors: Tools-cmm.826
> 
> I would like to propose a change to the Workspace that simply enables syntax highlighting by default.
> 
> 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.
> 
> =============== Diff against Tools-cmm.826 ===============
> 
> Item was changed:
>  ----- Method: Workspace>>initialize (in category 'initialize-release') -----
>  initialize
>  	
>  	super initialize.
>  	self initializeBindings.
>  	acceptDroppedMorphs := false.
>  	mustDeclareVariables := false.
> + 	environment := Environment current.
> + 	self shouldStyle: true!
> - 	environment := Environment current.!
> 
> 
> 


tim
--
tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
Strange OpCodes: RIW: Re-Invent Wheel


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20180828/bbee96a8/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screen Shot 2018-08-28 at 10.08.14 AM.png
Type: image/png
Size: 61010 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20180828/bbee96a8/attachment.png>


More information about the Squeak-dev mailing list