Click on the class, "Extend in Package ...", select your package as
the target.
On 20/03/2009, at 10:34 AM, David Finlayson wrote:
> I am trying to get my head around packages and namespaces (Squeak is
> my only Smalltalk).
>
> What is the proper way to add a method to classes outside of my
> personal packages? For example, I want to add the message:
>
> Double >> arcTan: denominator (like C's atan2 function)
>
> from Squeak to VW. How do I add that and make sure it is properly
> managed with my own package? In Squeak, I could make a protocol with
> the same name as my package and this new method would be managed in
> Monticello along with the package classes itself. It wasn't clear to
> me in the Managing Smalltalk Source Code Chapter of the Application
> Manual how to do this without making a mess of the image.
>
> Thanks,
>
> David
> _______________________________________________
> vwnc mailing list
>
[hidden email]
>
http://lists.cs.uiuc.edu/mailman/listinfo/vwncAntony Blakey
--------------------------
CTO, Linkuistics Pty Ltd
Ph: 0438 840 787
The greatest challenge to any thinker is stating the problem in a way
that will allow a solution
-- Bertrand Russell
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc