Re: [Pharo-users] MethodName
From: Mariano Martinez Peck <marianopeck@gmail.com>
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
Thank you, just a little mistake, it tested the current radio buttons selection instead of the selection used for the search :) I hope there is no other bugs ... I will post a mail in the project mailling list with all details :) Thank you Ben
Thanks a lot benjamin. You do not imagine how we like seeing the old tools rejuvenated :) Thanks again. Stef On Aug 30, 2010, at 2:08 AM, Benjamin Van Ryseghem wrote:
From: Mariano Martinez Peck <marianopeck@gmail.com> 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
Thank you, just a little mistake, it tested the current radio buttons selection instead of the selection used for the search :) I hope there is no other bugs ...
I will post a mail in the project mailling list with all details :)
Thank you
Ben _______________________________________________ Pharo-users mailing list Pharo-users@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
participants (2)
-
Benjamin Van Ryseghem -
Stéphane Ducasse