Hi Ben. This is muuuch cooler :)
There are 2 things I suggest you:
1) Whenever you send something in order to let people to test is, send in which Pharo version should we load it. It is not enough saying Pharo 1.2 for example. Maybe you need to say 12XXX because in THAT version NullStyler was integrated.
2) You should send this kind of mails to
pharo-project@lists.gforge.inria.fr� instead of
pharo-users@lists.gforge.inria.fr
Bugs I found:
- Search a "class name" and put "ImageSeg*". You will see a list of results. Selet ImageSegment for example. Then, select again "selector" instead of "Class names"
If you then click again in of the resulted classes, there is a DNU UndefinedObject doesNotUnderstand: #methodClass.
In MethodNameUI >> sourceCode where it does:
self selectedClass value methodClass
�I attach PharoDebug.log
�