<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Hi Christoph --<div class="mb_sig"></div>
                                        <div><br></div><div>There are no subclasses of Workspace. I am not sure whether we even want to encourage to have some. At least not in this way. Hmm... #allInstancesDo: should be sufficient for this purpose.</div><div><br></div><div>Anyway: +1 :)</div><div><br></div><div>Best,</div><div>Marcel</div><div><br></div><div><br></div><blockquote class="history_container" type="cite" style="border-left-style: solid;border-width: 1px;margin-top: 20px;margin-left: 0px;padding-left: 10px;min-width: 500px">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 26.04.2022 12:12:48 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">A new version of Tools was added to project The Inbox:<br>http://source.squeak.org/inbox/Tools-ct.1147.mcz<br><br>==================== Summary ====================<br><br>Name: Tools-ct.1147<br>Author: ct<br>Time: 26 April 2022, 12:12:36.942702 pm<br>UUID: 11944f29-f575-7b41-824d-71e945afa0d2<br>Ancestors: Tools-tpr.1146<br><br>Updates workspace styles after toggling #shouldStyle preference. This also improves the liveness in the preference wizard.<br><br>=============== Diff against Tools-tpr.1146 ===============<br><br>Item was changed:<br>  ----- Method: Workspace class>>shouldStyle: (in category 'preferences') -----<br>  shouldStyle: aBoolean<br>  <br>+         ShouldStyle := aBoolean.<br>+     <br>+     self allSubInstancesDo: [:workspace | workspace changed: #style].!<br>-   ShouldStyle := aBoolean!<br><br><br></div></blockquote></div>