<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        Got it! :-o) I added tests for it (CollectionsTests-mt.328).<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 02.12.2019 09:31:32 schrieb Marcel Taeumel <marcel.taeumel@hpi.de>:</p><div style="font-family:Arial,Helvetica,sans-serif"><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        Hi Eliot,<div><br></div><div>can you give an example string that would match #selectedLiteral but not #selectedSelector? Once I can understand this change, I can write some tests for it. :-)</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 01.12.2019 04:05:43 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">Eliot Miranda uploaded a new version of Morphic to project The Trunk:<br>http://source.squeak.org/trunk/Morphic-eem.1597.mcz<br><br>==================== Summary ====================<br><br>Name: Morphic-eem.1597<br>Author: eem<br>Time: 30 November 2019, 7:05:24.872005 pm<br>UUID: 068e0786-10ca-433e-9ec1-7c5cc2a15942<br>Ancestors: Morphic-eem.1596<br><br>Fix regression from hurried programming. Apologies!<br><br>=============== Diff against Morphic-eem.1596 ===============<br><br>Item was added:<br>+ ----- Method: TextEditor>>selectedLiteral (in category 'menu messages') -----<br>+ selectedLiteral<br>+        "Try to make a literal out of the current text selection"<br>+  | tokens |<br>+   tokens := Scanner new typedScanTokens: self selection string.<br>+        ^tokens isEmpty ifFalse: [tokens first]!<br><br>Item was changed:<br>  ----- Method: TextEditor>>selectedSelector (in category 'menu messages') -----<br>  selectedSelector<br>     "Try to make a selector out of the current text selection"<br>+         ^self selection string findSelector!<br>-         | tokens |<br>-   tokens := Scanner new typedScanTokens: self selection string.<br>-        ^tokens isEmpty ifFalse: [tokens first]!<br><br><br></div></blockquote>
                                        </div></div></blockquote>
                                        </div></body>