Re: Refactoring classes to be included in the Value Edition?
Posted by TimM-3 on Oct 22, 2005; 8:19am
URL: https://forum.world.st/Refactoring-classes-to-be-included-in-the-Value-Edition-tp3375916p3375979.html
> Ah, but there is (at least in b2). Try right dragging a class and dropping
> it under the place where you want to copy it.
>
> It's implemented as a composite refactoring, and is relatively
> sophisticated. Nevertheless your feedback is welcome.
Hey, thanks for following up, unfortunately the first thing I tried to do
didnt' work... ;-)
I guess I had a different scenario in mind than you... In my package I have
a visitor object and I just wanted to copy it and make a few modifications -
e.g. collect slightly different results. When I try and drag it back into my
own package (e.g. copy here) it does nothing - presumably becuase you
weren't expecting it to already be there? I was expecting it to ask me for a
new name (or do the windows - Copy Of Name hack).
Still it seems like a fairly easy case to handle.
If not - I've got my bit of painstakingly crafted code ;-) (sigh... should
have known you had thought of everything...)