<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Apr 23, 2014 at 12:50 AM, Helmut Rohregger <span dir="ltr">&lt;<a href="mailto:helmut.rohregger@gmail.com" target="_blank">helmut.rohregger@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Thanks.<br>
<br>
The methods now have been moved to the method dictionary of the<br>
specified class, but don&#39;t show up in the method browser. How do I clone<br>
the categories?<br></blockquote><div><br></div><div>hmmm, that&#39;ll teach me to write code off the top of my head.  Instead use </div><div> </div><div><span style="color:rgb(80,0,80)">class selectors do: [:s| class class copy: s from: class. class removeSelector: s]</span><br>
</div><div><span style="color:rgb(80,0,80)"><br></span></div><div><span style="color:rgb(80,0,80)">See also copyAll:from: in ClassDescription</span></div><div><span style="color:rgb(80,0,80)"><br></span></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<br>
- Helmut<br>
<br>
Am 23.04.2014 08:22, schrieb Eliot Miranda:<br>
<div class=""><div class="h5">&gt; class selectors do: [:s| class class recompile: s from: class. class removeSelector: s]<br>
&gt;<br>
&gt; Eliot (phone)<br>
&gt;<br>
&gt; On Apr 22, 2014, at 11:18 PM, Helmut Rohregger &lt;<a href="mailto:helmut.rohregger@gmail.com">helmut.rohregger@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Hi,<br>
&gt;&gt;<br>
&gt;&gt; because I didn&#39;t get response to my question in the beginners list, I<br>
&gt;&gt; post it here.<br>
&gt;&gt;<br>
&gt;&gt; Is there an easy way to change instance methods to class methods?<br>
&gt;&gt; I know it is possible to drag and drop single methods. But I am looking<br>
&gt;&gt; for the possibility to move 100+ methods at once.<br>
&gt;&gt;<br>
&gt;&gt; - Helmut<br>
&gt;&gt;<br>
&gt;<br>
<br>
<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>best,<div>Eliot</div>
</div></div>