Hi,
I add a new vizualisation to the project.
To test it, reload the configuration of the project and this message :
TLTelescope class>>#onElement:withEdgesProperty:
Here an example :
| telescope |
telescope := TLTelescope onElement: Collection withEdgesProperty: #subclasses.
telescope open
This vizualisation is really dynamic and I like it, but as it's dynamic there are some bugs. The layout on right click on an element dont' work yet. I will try to fix them first. I like the idea of getting something really dynamic with Roassal2. Once you write your code to generate the graph you do not have to write lines again.
If you have ideas to improve this vizualisation, let me know them ;-)