<div dir="ltr">I need to learn how to create a change set for Cuis Smalltalk. Are the steps documented somewhere?<div>In the meantime, here's a fileOut for a new class that is a subclass of <font face="monospace">TextEntryMorph</font> and adds what I think is needed.</div><div>I think we just need to do three things to <font face="monospace">TextEntryMorph</font>.</div><div><br></div><div>1)  Add the instance variable <font face="monospace">keystrokeAction</font>.</div><div><br></div><div>2) Add this instance method:</div><div><br></div><div><font face="monospace">keystrokeAction: aBlock<br>    keystrokeAction := aBlock</font><br></div><div><br></div><div>3) Add this line as the first line in the existing <font face="monospace">keyStroke:</font> instance method.</div><div><br></div><div><font face="monospace"> keystrokeAction ifNotNil: [ keystrokeAction value: aKeyboardEvent ].</font></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Aug 25, 2024 at 9:48 AM Hilaire Fernandes via Cuis-dev <<a href="mailto:cuis-dev@lists.cuis.st">cuis-dev@lists.cuis.st</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><u></u>

  
    
  
  <div bgcolor="#FFFFFF">
    <p><font size="4">Indeed, I asked Mark if he can work on a change
        set to implement it identically in TextEntryMoprh.</font><br>
    </p>
    <div>Le 25/08/2024 à 15:25, Juan Vuletich
      via Cuis-dev a écrit :<br>
    </div>
    <blockquote type="cite">Hilaire's
      code should also work on TextEntryMorph. I'd stick to
      TextEntryMorph if you want a single line.<br>
      <br>
      HTH,</blockquote>
    <pre cols="72">-- 
GNU Dr. Geo
<a href="http://gnu.org/s/dr-geo/" target="_blank">http://gnu.org/s/dr-geo/</a>
<a href="http://gnu-drgeo.blogspot.com/" target="_blank">http://gnu-drgeo.blogspot.com/</a></pre>
  </div>

-- <br>
Cuis-dev mailing list<br>
<a href="mailto:Cuis-dev@lists.cuis.st" target="_blank">Cuis-dev@lists.cuis.st</a><br>
<a href="https://lists.cuis.st/mailman/listinfo/cuis-dev" rel="noreferrer" target="_blank">https://lists.cuis.st/mailman/listinfo/cuis-dev</a><br>
</blockquote></div><br clear="all"><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div><font face="arial, helvetica, sans-serif">R. Mark Volkmann</font></div><div><span style="font-size:12.8px"><font face="arial, helvetica, sans-serif">Object Computing, Inc.</font></span></div></div></div></div></div></div></div></div>