Re: [Pharo-users] Whole class hierarchy in System Browser

2013-08-27 Thread Damien Cassou
On Wed, Aug 28, 2013 at 12:29 AM, Esteban A. Maringolo wrote: > > Is there a way I can browse the whole class hierarchy in the SystemBrowser? > I mean, a big tree with Object (or ProtoObject as its root) without having > to filter branches it by categories. > why are you using the SystemBrowser?

[Pharo-users] Whole class hierarchy in System Browser

2013-08-27 Thread Esteban A. Maringolo
Hi, Is there a way I can browse the whole class hierarchy in the SystemBrowser? I mean, a big tree with Object (or ProtoObject as its root) without having to filter branches it by categories. I have two groups of categories (one starting with T and the other one with G) and the names are too sepa

Re: [Pharo-users] Rearranging tests between categories

2013-08-27 Thread Mohammad Al Houssami (Alumni)
I am going to file out my test classes fix them in the old version and then file it in back the new one :) I think this should work faster. I will get the names of the tests from test history just like you told me earlier. Thank you so much :) -Original Message- From: Pharo-users [mailto

Re: [Pharo-users] Rearranging tests between categories

2013-08-27 Thread Stephan Eggermont
You are remembering 'reorganize categories' (that only works for packages and their classes). I'm not sure where that has gone in Nautilus (the new browser). You may want to take a look at SystemNavigation and friends. Then you can make these changes programmatically. You probably want to experi

[Pharo-users] New Consortium Member: COETIC

2013-08-27 Thread Marcus Denker
The Pharo Consortium welcomes a new member company: COETIC COETIC is joining as a Bronze Member. More about... - COETIC: http://www.coetic.com - Pharo: http://pharo.org - Pharo Consortium: http://consortium.pharo.org

[Pharo-users] Rearranging tests between categories

2013-08-27 Thread Mohammad Al Houssami (Alumni)
Hello All I have done this before but I cant remember how I did it. I did "something" that gave me a window that has something similar to this TestCatA(#test1 #test2...) TestCatB(#test3 #test4) and just by doing cut and paste from one set to another and saving would move the methods... I am no

Re: [Pharo-users] MSI packaging for Pharo

2013-08-27 Thread p...@highoctane.be
You can also use Inno Setup which is nice, easy, and free. http://www.jrsoftware.org/isinfo.php#features But ok, it doesn't do MSI. http://stackoverflow.com/questions/6245260/installers-wix-or-inno-setup But you can get around that with http://www.exemsi.com/inno-setup-and-msi Good luck. Phil