<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Hi Eliot --<div><br></div><div>Done via</div><div>Collections-mt.1031</div><div><span style="font-size: 10pt">CollectionsTest-mt.386</span><br></div><div>(System-mt.1404)</div><div>(Morphic-mt.2100)</div><div><br></div><div>Best,</div><div>Marcel<br><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 28.03.2023 16:13:26 schrieb Eliot Miranda <eliot.miranda@gmail.com>:</p><div style="font-family:Arial,Helvetica,sans-serif"><div dir="ltr">Hi Marcel,</div><div dir="ltr"><br><blockquote type="cite">On Mar 28, 2023, at 12:46 AM, Marcel Taeumel via Squeak-dev <squeak-dev@lists.squeakfoundation.org> wrote:<br><br></blockquote></div><blockquote type="cite"><div dir="ltr"><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Hmm... hmm... well, it is a more usable test than Text >> #unembellished ... hmm...<div><a href="https://en.wikipedia.org/wiki/Plain_text"><span style="font-size: 10pt">https://en.wikipedia.org/wiki/Plain_text</span></a><br></div><div><br></div><div>"<span style="font-size: 10pt">In principle, plain text can be in any </span>encoding<span style="font-size: 10pt">, [...]" ... this also feeds into the "Why are ByteStrings not yet decoded? There are ByteArrays for encoded stuff." discussion.</span></div><div><span style="font-size: 10pt"><br></span></div><div><span style="font-size: 10pt">Well, begin "plain text" surely is *some* domain or interpretation... not sure how it relates to Smalltalk and how textual content is represented in the image... hmm...</span></div></div></div></blockquote><div><br></div>It is an interpretation within the domain of the Smalltalk Text class itself, which is a string with per character attributes. My method answers if there are in fact no attributes on a Text.  It therefore clearly applies to the Text class itself and not to some specific domain outside it.  Can we please put it back in the testing protocol of Text?<div><br></div><div>BTW, if I were going to put it in System-Support I would categorize it as *System-Support-testing, not just *System-Support.<br><div> <br><blockquote type="cite"><div dir="ltr"><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr"><div><span style="font-size: 10pt"><br></span></div><div><span style="font-size: 10pt">Ha! "Our" current (practical) interpretation of instances of Text being "plain" is "no attributes but text alignment":</span></div><div><span style="font-size: 10pt"><br></span></div><div><span style="font-size: 10pt">TextMorph >> newContents:</span></div><div><span style="font-size: 10pt">[...]</span></div><div><span style="font-size: 13.3333px">self plainTextOnly ifTrue: [ newText removeAttributesThat: [:att | att isTextAlignment not] ].</span><br></div><div><span style="font-size: 13.3333px">[...]</span></div><div><span style="font-size: 10pt"><br></span></div><div><span style="font-size: 10pt">Any more thoughts? I would at least keep it consistent... throughout the image...</span></div><div><span style="font-size: 10pt"><br></span></div><div><span style="font-size: 10pt">Best,</span></div><div><span style="font-size: 10pt">Marcel</span></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 28.03.2023 08:42:01 schrieb Eliot Miranda <eliot.miranda@gmail.com>:</p><div style="font-family:Arial,Helvetica,sans-serif">Doesn’t seem domain specific to me.  Instead it answers whether a text has any emphasis or not.  By definition strings don’t.<br><br>_,,,^..^,,,_ (phone)<br><br>> On Mar 27, 2023, at 1:01 AM, commits@source.squeak.org wrote:<br>> <br>> Marcel Taeumel uploaded a new version of System to project The Trunk:<br>> http://source.squeak.org/trunk/System-mt.1403.mcz<br>> <br>> ==================== Summary ====================<br>> <br>> Name: System-mt.1403<br>> Author: mt<br>> Time: 27 March 2023, 10:00:56.498651 am<br>> UUID: 106cd43c-6be0-314c-ac46-e16bf55f8a89<br>> Ancestors: System-eem.1402<br>> <br>> As usual, move domain-specific string/text messages into extension protocol. Use *System-Support for now but it could be *Network as well or something that relates to the underlying MIME classification (here: text/plain).<br>> <br>> =============== Diff against System-eem.1402 ===============<br>> <br>> Item was added:<br>> + ----- Method: String>>isPlainText (in category '*System-Support') -----<br>> + isPlainText<br>> +    "For compatibility with Text"<br>> +    ^true!<br>> <br>> Item was added:<br>> + ----- Method: Text>>isPlainText (in category '*System-Support') -----<br>> + isPlainText<br>> +    "A Text with no emphasis has empty values."<br>> +    ^runs values = #(#())!<br>> <br>> <br><br></div></blockquote>
                                        </div><span></span><br></div></blockquote></div></div></div></blockquote>
                                        </div></div>