Updates:
        Status: Accepted

Comment #5 on issue 3715 by [email protected]: 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]







Reply via email to