Re: [Pharo-dev] RubAbstractTextArea copying

2015-09-18 Thread Henrik Nergaard
an Eggermont Sent: Friday, September 18, 2015 6:19 PM To: pharo-dev@lists.pharo.org Subject: Re: [Pharo-dev] RubAbstractTextArea copying On 18-09-15 16:50, Henrik Nergaard wrote: > I looked into the bug a bit and found something strange > > | m m2 | > > m := ColorPanel open.

Re: [Pharo-dev] RubAbstractTextArea copying

2015-09-18 Thread Stephan Eggermont
On 18-09-15 22:52, Henrik Nergaard wrote: It does not seem that RubScrolledTextMorph supports duplication/copy (tried to duplicate one from nautilus code area and the same clear all code happened. Trying to duplicate a Playground just freezes the image (might be some circular references that

Re: [Pharo-dev] RubAbstractTextArea copying

2015-09-18 Thread Henrik Nergaard
" is nil' from "a GLMMorphicPharoPlaygroundRenderer actOnHighlightAndEvaluate: ann" Hope this helps Best regards, Henrik -Original Message- From: Pharo-dev [mailto:pharo-dev-boun...@lists.pharo.org] On Behalf Of Stephan Eggermont Sent: Friday, September 18, 2015 4:09 PM To: pharo-dev@lists

[Pharo-dev] RubAbstractTextArea copying

2015-09-18 Thread Stephan Eggermont
I'm trying to understand how to copy a rubric text morph. I don't have a 2nd implementor of #text:textStyle:textColor so how does this work? RubAbstractTextArea>>text: t textStyle: s color: c textColor: tc "Private -- for use only in morphic duplication" self

Re: [Pharo-dev] RubAbstractTextArea copying

2015-09-18 Thread Stephan Eggermont
On 18-09-15 16:50, Henrik Nergaard wrote: I looked into the bug a bit and found something strange | m m2 | m := ColorPanel open. m2 := m submorphs third copy. m = m2 panel. "prints false; the panel is duplicated " Yes, that is a bug, that should stay the same. add this method to