Hi frederic Here is some feedback - Continue!!! 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. - Instead of fields can you use InstVar Fields is not smalltalkish - 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 - Why when I browse a symbol I do not get #in front? - In some case we have contents what is it? - 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 Stef On Jun 9, 2009, at 7:31 PM, Frederic Pluquet wrote:
Hello Alex,
On Tue, Jun 9, 2009 at 4:26 PM, Alexandre Bergel <alexandre@bergel.eu> wrote: Hi Frederic,
It looks really good. I tried to used it instead of the Explorer. Few comments: - Unfolding a branch that contains an element with a very very long printOn: seems to freeze the system.
Ok, I should limit the size of the generated string (with ... at the end).
I got an error niDescription not found.
Do you have an example I can reproduce ?
- I spend a lot of time in unfolding branches to see field content. Maybe field values could be displayed without having to unfold ?
Good idea. I'll see what I can do.
Cheers,
Fréd
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project