Oct. 18, 2017
9:40 a.m.
Hi, I am not sure if this is a bug or a feature, but converting Text to StringMorph clears some of the formating. Compare: |text| text := 'hello' asText makeAllColor: Color red. text asStringMorph openInWindow. "no color" (StringMorph contents: text) openInWindow. "with color" Bug? Feature? Thanks, Peter