On Tue, Jun 9, 2009 at 7:57 PM, St�phane Ducasse
<stephane.ducasse@inria.fr> wrote:
Hi frederic
Here is some feedback
� � � �- Continue!!!
Thanks :)
�
Now could you:
� � � �- add a class comment to classes. I have to browse the class
� � � �- categorise the methods.
� � � �- avoid using category in your package.
� � � �I do not want to have undocumented new code in pharo.
Ok done.�
� � � �- Instead of fields can you use
� � � � � � � �InstVar
� � � � � � � �Fields is not smalltalkish
Done.�
� � � �- when we use an inspector/explorer we can see really fast the value
of iv without
� � � �having to click on something.
� � � �may be you should propose something
� � � � � � � �classListIndex : 1
Difficult to do without speak to morphic directly. I must found another way.�
� � � �- Why when I browse a symbol I do not get #in front?
Fixed.�
� � � �- In some case we have contents what is it?
Accessible elements of the collection. Changed to "Elements". For dictionaries, you have "Elements" (key => value, inspecting the value) and "Keys" (inspecting the keys objects, having a child "Value" to retrieve the associated value in the dictionary :)).
�
� � � �- why when I browse an array I do not get #
?�
� � � �- roots are not obviously displayed�
It seems that you lost your symbol
openOn: t1
� � � �| t2 t3 t4 |
� � � �t3 := MorphicToolBuilder new.
� � � �(t4 := (t2 := self new on: t1;
� � � � � � � � � � � � � � � � � � � � � � � � yourself) buildWith: t3) openInWorld.
� � � �^ t2
Yes, I have some problem with my image... I'll verify all my methods...