someone using Magritte-Morph?

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

someone using Magritte-Morph?

EstebanLM
Hi,

It looks to me that this:

MAListMorph>>#strings
        ^ self options collect: [ :each | self magritteDescription reference toString: each ]

should instead be:

MAListMorph>>#strings
        ^ self options collect: [ :each | self magritteDescription displayStringFor: each ]

what do you think?

Esteban
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-dev] someone using Magritte-Morph?

Tudor Girba-2
Glamour is embedding Magritte-Morph. But, we do not typically use a list description, though.

Doru


On Thu, Mar 27, 2014 at 1:02 PM, Esteban Lorenzano <[hidden email]> wrote:
Hi,

It looks to me that this:

MAListMorph>>#strings
        ^ self options collect: [ :each | self magritteDescription reference toString: each ]

should instead be:

MAListMorph>>#strings
        ^ self options collect: [ :each | self magritteDescription displayStringFor: each ]

what do you think?

Esteban



--

"Every thing has its own flow"

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki