<div dir="auto">That’s a bug introduced a few days ago and already fixed, but you have to install updates by going to the world menu > changes > install new updates</div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 26 May 2022 at 10:34 PM tuxic 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;padding-left:1ex;border-left-color:rgb(204,204,204)">Hi,<br>
<br>
following the instruction from here: <a href="https://cuis-smalltalk.github.io/TheCuisBook/The-Change-Log.html" rel="noreferrer" target="_blank">https://cuis-smalltalk.github.io/TheCuisBook/The-Change-Log.html</a><br>
which say:<br>
<br>
  Select this new class category and create the class TheBook as a kind<br>
  of Object: select the TheCuisBook category then in the source code<br>
  below edit the class template to replace #NameOfClass with #TheBook<br>
  then save the class definition with Ctrl-s.<br>
<br>
I edit the source of the new class like this:<br>
#Object subclass: #TheBook<br>
        instanceVariableNames: ''<br>
        classVariableNames: ''<br>
        poolDictionaries: ''<br>
        category: 'The-Cuis-Book'<br>
<br>
when pressing Ctrl-s I get an error in a big,fat,red dialog, saying in<br>
its title:<br>
<br>
MessageNotUnderstood:Symbol>>subclass:instanceVariableNames:classVariableNames:poolDictionaries:<br>
<br>
The dialog is filled with stuff, I currently still don't understand.<br>
<br>
What did I wrong here?<br>
<br>
Cheers!<br>
Tuxic<br>
<br>
<br>
-- <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></div>