On Apr 1, 2010, at 8:33 AM, Fernando olivero wrote:

NewTextMorph class>>example1

(this one's i added as subclasses of NewTextMorph, for convenience)
MethodMorph class>>example1


styler
| styler |
styler := self stylerClass new.
styler classOrMetaClass: self codeClass .
^ styler



stylerClass is not know.





It's because Shout is not installed in the core .

Missing SHTextStylerST80 Class.

Maybe it means that we should have a ConfigurationOfCuisEditorPort ?