I think there are two pop ups that should stay because they help TDD:1) When
the variable is not defined and you want to define it as instance variable
(it is very common to do that)
2) When the class does not exists and you want to create it from there.

The other (message not exist, etc) should not be there.
BTW, I did that on the TDDFacilities package. It is on SqueakSource:

MCHttpRepository
    location: 'http://www.squeaksource.com/TDDFacilities'
    user: ''
    password: ''


Bye,

Hernan.


On Sun, Sep 13, 2009 at 12:41 PM, Stéphane Ducasse <
stephane.duca...@inria.fr> wrote:

> Guys
>
> you may not have noticed it but I would love to get the code to remove
> these boring popups :)
>
> Stef
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project@lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to