March 25, 2011
1:18 p.m.
Updates: Status: Accepted Comment #5 on issue 3715 by stephane...@gmail.com: Workspace shouting after switching between shout/unshout http://code.google.com/p/pharo/issues/detail?id=3715 in the shout initialize or load method we should have something like PluggableTextMorph shoutStylerClass: SHTextStylerST80 PluggableTextMorph>>shoutedStyler shoutStylerClass ifNil: [ ^ self nullStyler] ifNotNil: [^ self shoutStylerClass new view: self]