The Inbox: Tools-ct.887.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: Tools-ct.887.mcz

commits-2
A new version of Tools was added to project The Inbox:
http://source.squeak.org/inbox/Tools-ct.887.mcz

==================== Summary ====================

Name: Tools-ct.887
Author: ct
Time: 6 September 2019, 5:14:55.984698 pm
UUID: 3f24f39e-68d7-0b45-bbb6-81299d9e9268
Ancestors: Tools-mt.886

Workspace: After expression evaluation, update style.

If you "doit-ed" an assignment, Shout colors were not updated automatically ('x := 6*7').

=============== Diff against Tools-mt.886 ===============

Item was added:
+ ----- Method: Workspace>>expressionEvaluated:result: (in category 'menu commands') -----
+ expressionEvaluated: anExpression result: anObject
+
+ self changed: #style!


Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: Tools-ct.887.mcz

Levente Uzonyi
+1, but it needs to be in a different category.

Levente

On Fri, 6 Sep 2019, [hidden email] wrote:

> A new version of Tools was added to project The Inbox:
> http://source.squeak.org/inbox/Tools-ct.887.mcz
>
> ==================== Summary ====================
>
> Name: Tools-ct.887
> Author: ct
> Time: 6 September 2019, 5:14:55.984698 pm
> UUID: 3f24f39e-68d7-0b45-bbb6-81299d9e9268
> Ancestors: Tools-mt.886
>
> Workspace: After expression evaluation, update style.
>
> If you "doit-ed" an assignment, Shout colors were not updated automatically ('x := 6*7').
>
> =============== Diff against Tools-mt.886 ===============
>
> Item was added:
> + ----- Method: Workspace>>expressionEvaluated:result: (in category 'menu commands') -----
> + expressionEvaluated: anExpression result: anObject
> +
> + self changed: #style!

Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: Tools-ct.887.mcz

Christoph Thiede

Thanks for the hint. Would you agree with #'updating'?


Von: Squeak-dev <[hidden email]> im Auftrag von Levente Uzonyi <[hidden email]>
Gesendet: Samstag, 7. September 2019 15:00:42
An: [hidden email]
Betreff: Re: [squeak-dev] The Inbox: Tools-ct.887.mcz
 
+1, but it needs to be in a different category.

Levente

On Fri, 6 Sep 2019, [hidden email] wrote:

> A new version of Tools was added to project The Inbox:
> http://source.squeak.org/inbox/Tools-ct.887.mcz
>
> ==================== Summary ====================
>
> Name: Tools-ct.887
> Author: ct
> Time: 6 September 2019, 5:14:55.984698 pm
> UUID: 3f24f39e-68d7-0b45-bbb6-81299d9e9268
> Ancestors: Tools-mt.886
>
> Workspace: After expression evaluation, update style.
>
> If you "doit-ed" an assignment, Shout colors were not updated automatically ('x := 6*7').
>
> =============== Diff against Tools-mt.886 ===============
>
> Item was added:
> + ----- Method: Workspace>>expressionEvaluated:result: (in category 'menu commands') -----
> + expressionEvaluated: anExpression result: anObject
> +
> +      self changed: #style!



Carpe Squeak!