<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Hi Tim --<div><br></div><div>Hopefully fixed in Tools-mt.1099 (Trunk).</div><div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div><blockquote class='history_container' type='cite' style='border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;'>
                        <p style='color: #AAAAAA; margin-top: 10px;'>Am 30.12.2021 21:50:01 schrieb tim Rowledge <tim@rowledge.org>:</p><div style='font-family:Arial,Helvetica,sans-serif'>
<div class="BodyFragment"><span style="font-size: 10pt"><span style="font-size: 10pt">
<div class="PlainText"><br>
<br>
> On 2021-12-30, at 1:05 AM, Marcel Taeumel <marcel.taeumel@hpi.de> wrote:<br>
> <br>
> Hi Tim --<br>
> <br>
> > Marcel, what was your intent for that change?<br>
> <br>
> It was gone by accident. I wanted to minimize the interaction/clicks when working/managing change sets.<br>
<br>
Ah, right. I can see why you might want that.<br>
<br>
> <br>
> Could we spawn an extra window just like with "postscripts"? (Yellow-click on change set, edit/add potsscript, new window appears)<br>
<br>
Well oddly enough, the (unused) ChangeSorter>>#editPreamble method purports to do just that. In ChangeSorter>>#unshiftedChangeSetMenu: it looks as if at one point the expectation was to send it but #addPreamble got used instead. No idea why.<br>
<br>
However, it looks like it it really easy to solve this. The problem is that ChangeSorter>>#addPreamble has been using the massive hammer of `self showChangeSet: myChangeSet` since 1999 when al that is required is<br>
`               self changed: #messageList.<br>
                self setContents.<br>
                self contentsChanged`<br>
<br>
Try this - <br>
</div>
</span></span></div>
<div class="BodyFragment"><span style="font-size: 10pt"><span style="font-size: 10pt">
<div class="PlainText"><br>
<br>
<br>
tim<br>
--<br>
tim Rowledge; tim@rowledge.org; <a href="http://www.rowledge.org/tim">http://www.rowledge.org/tim</a><br>
Strange OpCodes: STOP: No Op<br>
<br>
<br>
</div>
</span></span></div>
<div class="BodyFragment"><span style="font-size: 10pt"><span style="font-size: 10pt">
<div class="PlainText"><br>
</div>
</span></span></div>
</div></blockquote>
                                        </div></body>