<HTML>
<HEAD>
<TITLE>[BUG][FIX] In SqueakCore Workspace when you try to do some which sends toggleStyling raises DNU</TITLE>
</HEAD>
<BODY>
<FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>And the cause is <BR>
<BR>
toggleStyling<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;shouldStyle := self shouldStyle not.<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&quot; Ugly hack, to restyle our contents. &quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;self codeTextMorph in: [ :codeTextMorph |<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;codeTextMorph setText:<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;codeTextMorph textMorph text asString asText ]<BR>
<BR>
StringHolder&gt;#codeTextMorph &nbsp;&nbsp;was removed as part of services.<BR>
So my idea is move to user edits category and put new versions of touched packages, what you think ?<BR>
<BR>
Edgar</SPAN></FONT></FONT>
</BODY>
</HTML>