[Help] How do I split an MC Package into two packages in 5 minutes or less?

Philippe Marschall philippe.marschall at gmail.com
Sun Jul 9 08:19:26 UTC 2006


Make a new package. Drag and drop the the the classes you want there.
This takes so long because we don't need no stinking multiselection
support.

If there's any easily way programmatically to find your classes (4:30
Minutes) you can do it programmatically

classesToChange do: [ :each |
    each cagetory: 'My-Newcagetory'

Philippe


2006/7/9, Peace Jerome <peace_the_dreamer at yahoo.com>:
> How do I split an MC Package into two packages in 5
> minutes or less?
>
> Ok. Its actually a challenge question. Still how would
> you do it?
>
> Yours in curiosity, -- Jerome Peace
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
>



More information about the Squeak-dev mailing list