<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <br>
    On 8/25/2024 8:30 PM, Mark Volkmann via Cuis-dev wrote:
    <blockquote
cite="mid:CAFfRWnWNZPzmdvYX7kusk=npfrJuPBNsUd+Yvr7jE-R-G3NJtg@mail.gmail.com"
      type="cite">
      <div dir="ltr">I need to learn how to create a change set for Cuis
        Smalltalk. Are the steps documented somewhere?</div>
    </blockquote>
    <br>
    Haven't you read all of
    <a class="moz-txt-link-freetext" href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/blob/master/Documentation/">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/blob/master/Documentation/</a>
    ?????<br>
    <br>
    Start with
<a class="moz-txt-link-freetext" href="https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/blob/master/Documentation/CodeManagementInCuis.md">https://github.com/Cuis-Smalltalk/Cuis-Smalltalk-Dev/blob/master/Documentation/CodeManagementInCuis.md</a><br>
    <br>
    <blockquote
cite="mid:CAFfRWnWNZPzmdvYX7kusk=npfrJuPBNsUd+Yvr7jE-R-G3NJtg@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <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
            moz-do-not-send="true" 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: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          <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 moz-do-not-send="true" href="http://gnu.org/s/dr-geo/" target="_blank">http://gnu.org/s/dr-geo/</a>
<a moz-do-not-send="true" href="http://gnu-drgeo.blogspot.com/" target="_blank">http://gnu-drgeo.blogspot.com/</a></pre>
          </div>
          -- <br>
          Cuis-dev mailing list<br>
          <a moz-do-not-send="true" href="mailto:Cuis-dev@lists.cuis.st"
            target="_blank">Cuis-dev@lists.cuis.st</a><br>
          <a moz-do-not-send="true"
            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>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Juan Vuletich
cuis.st
github.com/jvuletich
researchgate.net/profile/Juan-Vuletich
independent.academia.edu/JuanVuletich
patents.justia.com/inventor/juan-manuel-vuletich
linkedin.com/in/juan-vuletich-75611b3
twitter.com/JuanVuletich</pre>
  </body>
</html>