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