[squeak-dev] [BUG][FIX] In SqueakCore Workspace when you try to do some which sends toggleStyling raises DNU

Edgar J. De Cleene edgardec2005 at gmail.com
Thu Dec 8 09:46:25 UTC 2011


And the cause is 

toggleStyling

    shouldStyle := self shouldStyle not.
    " Ugly hack, to restyle our contents. "
    self codeTextMorph in: [ :codeTextMorph |
        codeTextMorph setText:
            codeTextMorph textMorph text asString asText ]

StringHolder>#codeTextMorph   was removed as part of services.
So my idea is move to user edits category and put new versions of touched
packages, what you think ?

Edgar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20111208/722291b8/attachment.htm


More information about the Squeak-dev mailing list