Is there any way to display the Class Hierarchy as a Diagram or a indented list. Even for all the classes in a package will do. ----- cheers, Sanjay -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
I believe the browser can do that out of the box. Look below the four panes, above the code, and there is a hierarchical view option.
Den 31. maj 2020 kl. 16.30 skrev Sanjay Minni <sm@planage.com>:
Is there any way to display the Class Hierarchy as a Diagram or a indented list. Even for all the classes in a package will do.
----- cheers, Sanjay -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
The view in the pane is limited only the current selected class. A diagram of the overall structure is very useful to understand the system or weed out stray issues. Dolphin smalltalk has a Class hierarchy view. I am looking for something similar. <http://forum.world.st/file/t368721/Dolphin.jpg> Kasper Osterbye wrote
I believe the browser can do that out of the box. Look below the four panes, above the code, and there is a hierarchical view option.
Den 31. maj 2020 kl. 16.30 skrev Sanjay Minni <
sm@
>:
Is there any way to display the Class Hierarchy as a Diagram or a indented list. Even for all the classes in a package will do.
----- cheers, Sanjay -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
----- cheers, Sanjay -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
Hi Sanjay вÑ, 31 Ð¼Ð°Ñ 2020 г. в 16:35, Sanjay Minni <sm@planage.com>:
The view in the pane is limited only the current selected class.
You can select multiple classes and switch to hierarchy (Hier. radio). It will show the "composite hierarchy" of selected classes.
A diagram of the overall structure is very useful to understand the system or weed out stray issues.
We will have a real diagram with Roassal mini integrated. But I don't know what is the the current status. Now you need to load it manually. I think it includes the browser integration. But I do not have any instructions for you.
Dolphin smalltalk has a Class hierarchy view. I am looking for something similar.
<http://forum.world.st/file/t368721/Dolphin.jpg>
Kasper Osterbye wrote
I believe the browser can do that out of the box. Look below the four panes, above the code, and there is a hierarchical view option.
Den 31. maj 2020 kl. 16.30 skrev Sanjay Minni <
sm@
>:
Is there any way to display the Class Hierarchy as a Diagram or a indented list. Even for all the classes in a package will do.
----- cheers, Sanjay -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
----- cheers, Sanjay -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
With Roassal3 you get a diagram in the browser like this, on the tab "UML-Class" and "UML-Package". Best wishes, Tomaz
Thanks Tomaz seems good stuff, functionally more expansive. Let me take a look eftomi wrote
With Roassal3 you get a diagram in the browser like this, on the tab "UML-Class" and "UML-Package".
Best wishes, Tomaz
c1buzqwa.png (121K) <http://forum.world.st/attachment/5117496/0/c1buzqwa.png>
----- cheers, Sanjay -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
I the Pharo9 Image dated 1-May-21 (Win 10 64 bit ) the UML view is not appearing the the class browser bottom panel. I loaded Roassal3 separately also. Is it coming for others ? ----- cheers, Sanjay -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
Good question. No idea what happened⦠We will check. Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
On 5 May 2021, at 09:52, Sanjay Minni <sm@planage.com> wrote:
I the Pharo9 Image dated 1-May-21 (Win 10 64 bit ) the UML view is not appearing the the class browser bottom panel. I loaded Roassal3 separately also.
Is it coming for others ?
----- cheers, Sanjay -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
I really find this (Roassal3) very useful, I have a few queries / requests In the UML-Package view: - Why is it that some of the classes in the "UML-Package" view appear as [<MyClassName> class] and their class side methods are shown and not instance side - can we always show class side methods followed by a separator and then instance side methods. This may not be a standard but it would be useful - When I hover over a top level class in the view can the popup show also the superClass name as [Superclass>>ThisClass] eftomi wrote
With Roassal3 you get a diagram in the browser like this, on the tab "UML-Class" and "UML-Package".
Best wishes, Tomaz
c1buzqwa.png (121K) <http://forum.world.st/attachment/5117496/0/c1buzqwa.png>
----- cheers, Sanjay -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
participants (5)
-
Alexandre Bergel -
Denis Kudriashov -
Kasper Ãsterbye -
Sanjay Minni -
Tomaž Turk