Updates:
        Status: Fixed

Comment #53 on issue 3583 by stephane...@gmail.com: Shout should only be active in code panes
http://code.google.com/p/pharo/issues/detail?id=3583

Apparently in 1.3 there are places where texMorph is nil and it DNU when sent beStyled.... Fix attached now we shoudl defined two method in the Browser class instead of having this
self textMorph ifNotNilDo: [:it | it beStyled]

Attachments:
        beStyled.2.cs  7.8 KB


Reply via email to