David T. Lewis uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/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.! |
Allow me to repeat my question: Shouldn't this be rather in a *Tools package extension method? :)
Best, Christoph Von: Squeak-dev <[hidden email]> im Auftrag von [hidden email] <[hidden email]>
Gesendet: Sonntag, 29. März 2020 01:47:10 An: [hidden email]; [hidden email] Betreff: [squeak-dev] The Trunk: Collections-kfr.878.mcz David T. Lewis uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/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!
|
Hi Christoph,
That sounds right. I think the same applies to Object's implementation of the same method. Levente On Sun, 29 Mar 2020, Thiede, Christoph wrote: > > Allow me to repeat my question: Shouldn't this be rather in a *Tools package extension method? :) > > > Best, > > Christoph > > __________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________ > Von: Squeak-dev <[hidden email]> im Auftrag von [hidden email] <[hidden email]> > Gesendet: Sonntag, 29. März 2020 01:47:10 > An: [hidden email]; [hidden email] > Betreff: [squeak-dev] The Trunk: Collections-kfr.878.mcz > David T. Lewis uploaded a new version of Collections to project The Trunk: > http://source.squeak.org/trunk/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.! > > > > |
Free forum by Nabble | Edit this page |