The Inbox: Collections-kfr.878.mcz

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

The Inbox: Collections-kfr.878.mcz

commits-2
A new version of Collections was added to project The Inbox:
http://source.squeak.org/inbox/Collections-kfr.878.mcz

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

Name: Collections-kfr.878
Author: kfr
Time: 29 February 2020, 12:18:54.1853 pm
UUID: ce016281-22ee-4948-b534-944fb3913521
Ancestors: Collections-ul.877

Add 'clear' to Transcript window menu.

=============== Diff against Collections-ul.877 ===============

Item was added:
+ ----- Method: TranscriptStream>>addModelItemsToWindowMenu: (in category 'menu') -----
+ addModelItemsToWindowMenu: aMenu
+
+ aMenu addLine.
+ aMenu
+ add: 'clear'
+ target: self
+ action: #clear.!


Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: Collections-kfr.878.mcz

Christoph Thiede

Nice idea, but quite obviously a duplicate of Collections-ct.869 :-)


Furthermore, we both forgot to name it 'Clear' translated ...

Best,
Christoph

Von: Squeak-dev <[hidden email]> im Auftrag von [hidden email] <[hidden email]>
Gesendet: Samstag, 29. Februar 2020 12:19:07
An: [hidden email]
Betreff: [squeak-dev] The Inbox: Collections-kfr.878.mcz
 
A new version of Collections was added to project The Inbox:
http://source.squeak.org/inbox/Collections-kfr.878.mcz

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

Name: Collections-kfr.878
Author: kfr
Time: 29 February 2020, 12:18:54.1853 pm
UUID: ce016281-22ee-4948-b534-944fb3913521
Ancestors: Collections-ul.877

Add 'clear' to Transcript window menu.

=============== Diff against Collections-ul.877 ===============

Item was added:
+ ----- Method: TranscriptStream>>addModelItemsToWindowMenu: (in category 'menu') -----
+ addModelItemsToWindowMenu: aMenu
+       
+        aMenu addLine.
+        aMenu
+                add: 'clear'
+                target: self
+                action: #clear.!




Carpe Squeak!
Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: Collections-kfr.878.mcz

Karl Ramberg
Ah, yes.

Best,
Karl


On Sat, Feb 29, 2020 at 12:25 PM Thiede, Christoph <[hidden email]> wrote:

Nice idea, but quite obviously a duplicate of Collections-ct.869 :-)


Furthermore, we both forgot to name it 'Clear' translated ...

Best,
Christoph

Von: Squeak-dev <[hidden email]> im Auftrag von [hidden email] <[hidden email]>
Gesendet: Samstag, 29. Februar 2020 12:19:07
An: [hidden email]
Betreff: [squeak-dev] The Inbox: Collections-kfr.878.mcz
 
A new version of Collections was added to project The Inbox:
http://source.squeak.org/inbox/Collections-kfr.878.mcz

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

Name: Collections-kfr.878
Author: kfr
Time: 29 February 2020, 12:18:54.1853 pm
UUID: ce016281-22ee-4948-b534-944fb3913521
Ancestors: Collections-ul.877

Add 'clear' to Transcript window menu.

=============== Diff against Collections-ul.877 ===============

Item was added:
+ ----- Method: TranscriptStream>>addModelItemsToWindowMenu: (in category 'menu') -----
+ addModelItemsToWindowMenu: aMenu
+       
+        aMenu addLine.
+        aMenu
+                add: 'clear'
+                target: self
+                action: #clear.!