April 1, 2010
8:01 a.m.
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 ?
No this is overkill. Texteditor should be really integrated into pharo so we should not lose our time on having them manage as totally separate package. Even if the styler method should be package with Shout. Stef