This enhancement primarily consits of a new method to class String that parses a string for HTML-like markup tags and returns an apropriate instance of class Text. The text in between the following tags is formatted in the quoted style: ... bold ... italic ... small ... large ... underline ... strikeout ... color In case of the color tag () one of the pre-defined color constants as defined by class ColorValue has to be chosen for 'xxx'. Have a look at method category 'constants' in ColorValue class for the the pre-defined color names. An example: Dialog warn: 'Try this: This is bold This is italic This is small This is large This is underlined This is stroked-out This is in red This is in green This is in blue This is in cyan' asRichText