Re: [Pharo-project] List of Downloadable Tools

2010-08-08 Thread laurent laffont
2010/8/8 Guillermo Polito guillermopol...@gmail.com Hi! I was looking for a Pharo Dev 1.2 image and I didn't find it... I guess it doesn't exists, so I want to make my own downloading a few tools like OB, eCompletion in a 1.2 Core image. So I began looking for gofer or metacello scripts to

Re: [Pharo-project] Instance variable pull up broken

2010-08-08 Thread Stéphane Ducasse
if you can reproduce it or understand what was your problem we are interested because we want to make sure that the next classbuilder should be really robust. Stef On Aug 8, 2010, at 1:24 AM, Niko Schwarz wrote: Hmm, I can't reproduce it in a fresh image, either. Sorry for the noise. Niko

Re: [Pharo-project] Instance variable pull up broken

2010-08-08 Thread Tim Mackinnon
I've been trying out the refactoring tools with a specific 2 subclasses of a common class example - and I didn't get this problem either - I could push up methods and pull up instance variables of my two common subclasses. The only point I would note - it seems inconsistent that you pull

Re: [Pharo-project] Instance variable pull up broken

2010-08-08 Thread Lukas Renggli
The only point I would note - it seems inconsistent that you pull up instance variables but push up methods (I recall it was a naming act of history, but it would be nice to call it push up everywhere.) That was unified a few months ago. Lukas -- Lukas Renggli www.lukas-renggli.ch

[Pharo-project] SocketStream enh

2010-08-08 Thread Stéphane Ducasse
Hi lukas and others I will integrate the following SocketStream tests and before I would love to see if this does not impact seaside http://code.google.com/p/pharo/issues/detail?id=2767 Stef ___ Pharo-project mailing list

[Pharo-project] [update 1.2] #12084

2010-08-08 Thread stephane ducasse
12084 - - Issue 2760: More robust handling of HTTP upload responses. Thanks Andreas Raab. - Issue 2753: introduce Smalltalk platform to forward to OSPlatform. - Issue 2761: Some Cog-specific VM attribute accessors - Issue 2763: SocketStream destroy. Thanks

[Pharo-project] Pharocasts: Web application testing through Selenium-RC

2010-08-08 Thread laurent laffont
http://pharocasts.blogspot.com/2010/08/web-application-testing-through.html WebTester is a framework to test web applications. Designed to support several testing systems, it actually provides an implementation which uses Selenium RC. You can test a any web application with it; but if you are

[Pharo-project] Early days of an MVP framework

2010-08-08 Thread Schwab,Wilhelm K
Gary, I was on an unstoppable roll (salvaged early on by Andreas' bitblt coaching), until I needed to repeat a complex GUI component and wanted/insisted on doing so with some reuse. Seaside gives us components on web pages; we need them for GUI code too. I tried turning my presenter-like

[Pharo-project] Keyboard Shortcuts: Keymapping now loads in Pharo core 1.2

2010-08-08 Thread Sean P. DeNigris
To get the ball moving, I ported one of the keyboard shortcut packages, Keymapping, to Pharo. Maybe if we start playing with it, we'll see what works and what doesn't, and use it to create something great. The Metacello configuration is at http://www.squeaksource.com/Keymapping Sean -- View

Re: [Pharo-project] List of Downloadable Tools

2010-08-08 Thread Guillermo Polito
And the other questions? anybody? :( I can do some little work on the Collaboractive book (Mariano, I can't edit and I know you do it usually :P. Can I ask you for a user?), but I would like to have not just the list of the tools, but also a little explaing of each one... Here is the

Re: [Pharo-project] List of Downloadable Tools

2010-08-08 Thread Miguel Enrique Cobá Martínez
El sáb, 07-08-2010 a las 22:07 -0300, Guillermo Polito escribió: Hi! I was looking for a Pharo Dev 1.2 image and I didn't find it... I guess it doesn't exists, so I want to make my own downloading a few tools like OB, eCompletion in a 1.2 Core image. So I began looking for gofer or metacello