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 |
Isn't drag & drop working ? On Thu, Jun 13, 2013 at 12:46 PM, Mohammad Al Houssami (Alumni) <[hidden email]> wrote:
|
It is but cant I drag several tests at the same time?
From: Pharo-users [mailto:[hidden email]]
On Behalf Of [hidden email] Isn't drag & drop working ? On Thu, Jun 13, 2013 at 12:46 PM, Mohammad Al Houssami (Alumni) <[hidden email]> 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 |
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)" <[hidden email]> 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:[hidden email]] On Behalf Of [hidden email] > 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) <[hidden email]<mailto:[hidden email]>> 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 > |
Okay im using 1.4.
Ill download 2.0. Thanks a lot :) -----Original Message----- From: Pharo-users [mailto:[hidden email]] 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)" <[hidden email]> 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:[hidden email]] On Behalf Of [hidden email] > 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) <[hidden email]<mailto:[hidden email]>> 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 > |
In reply to this post by Camillo Bruni-3
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:[hidden email]] 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)" <[hidden email]> 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:[hidden email]] On Behalf Of [hidden email] > 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) <[hidden email]<mailto:[hidden email]>> 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 > |
Make your life easy if your methods are in categories, drag&drop the category instead of the individual methods. Phil On Thu, Jun 13, 2013 at 2:30 PM, Mohammad Al Houssami (Alumni) <[hidden email]> wrote: 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 ? |
Free forum by Nabble | Edit this page |