17 May 08:57
Re: Easy way to override a method?
From: Herbert König <herbertkoenig <at> gmx.net>
Subject: Re: Easy way to override a method?
Newsgroups: gmane.comp.lang.smalltalk.squeak.beginners
Date: 2008-05-17 06:57:03 GMT
Subject: Re: Easy way to override a method?
Newsgroups: gmane.comp.lang.smalltalk.squeak.beginners
Date: 2008-05-17 06:57:03 GMT
Hello Tim, TM> Is there an easy way in Squeak to override a method? if I don't misunderstand you, you just redefine it in your subclass? TM> (it is in Dolphin). Failing this I tried drag and drop - but that seems to TM> just move the method (I held the Control key while dragging but I guess thats TM> a Dolphin and a windows thing). RB uses the shift key to copy a method into another class instead of moving it. Other refactorings are push up, push down moving the method down to every subclass. -- -- Cheers, Herbert
RSS Feed