Hello everyone ^^

After a week in ESUG and thanks to Alain and Tobias, I've improved the Finder tool :)

To test it, you have to download :

Gofer new
squeaksource: 'PharoTaskForces';
package: 'NullTextStyler';
load

Gofer new
squeaksource: 'PharoTaskForces';
package: 'DialogItemsChooser';
load

and the last but not the least :
Gofer new
squeaksource: 'PharoTaskForces';
package: 'Finder';
load

It works only on Pharo 1.2 and you will probably have an error due to an issue about PluggableTextMorph : http://code.google.com/p/pharo/issues/detail?id=2973

To open it, just click World >> Tools >> Finder


Ben