I downloaded it and I think I don't understand exactly how to do it. Its not like the usual click and then shift click and it will choose everything in between the two ?
-----Original Message-----
From: Pharo-users [mailto:pharo-users-bounces@lists.pharo.org] On Behalf Of Camillo Bruni
Sent: Thursday, June 13, 2013 1:00 PM
To: Any question about pharo is welcome
Subject: Re: [Pharo-users] Choosing multiple tests to move to new class
Drag n Drop on lists is a bit strange.
You have to start dragging with the last click.
SHIFT-CLICK
..
SHIFT-CLICK => continue dragging
BTW: this has only been added in Pharo 2.0...
On 2013-06-13, at 13:55, "Mohammad Al Houssami (Alumni)" <mha53@mail.aub.edu> wrote:
> It is but cant I drag several tests at the same time?
> I want to have every 200 tests in a class. Shall I do them one by one ?
>
> From: Pharo-users [mailto:pharo-users-bounces@lists.pharo.org] On Behalf Of phil@highoctane.be
> Sent: Thursday, June 13, 2013 11:54 AM
> To: Any question about pharo is welcome
> Subject: Re: [Pharo-users] Choosing multiple tests to move to new class
>
> Isn't drag & drop working ?
>
> On Thu, Jun 13, 2013 at 12:46 PM, Mohammad Al Houssami (Alumni) <mha53@mail.aub.edu<mailto:mha53@mail.aub.edu>> wrote:
> Hello,
>
> I have been trying to see if its possible to click and choose several methods to be able to move them at the same time into another class but It seems its not possible. I have a test class that has around 1700 tests and the vm cannot run them all as it runs out of memory so I want to split them to smaller test classes but it seems ill have to move them one by one. Any ideas if its possible to move a selection at once ?
>
> Thanks
> Mohammad
>