Indeed. It's on my to do list. In the meantime, could you please add an issue for this?DoruOn Tue, Jan 14, 2014 at 3:03 PM, Alexandre Bergel <alexandre.bergel@me.com> wrote:
_______________________________________________It would be great to have this :-)For example, we have just produced a dependency analyzer and I would like to use it in an inspector. Here an example:| b |
b := RTDependencyAnalyzerBuilder new.
b shape circle
size: 10;
fillColor: (Color red alpha: 0.3);
if: [ :cls | ('TR*' match: cls name) ] fillColor: (Color purple alpha: 0.3).
b addClasses: RTObject withAllSubclasses. “Roassal2 classes"
b addClasses: TRObject withAllSubclasses. “Trachel classes"
b
dependencyFromAllClassesMatching: [ :cls | ('RT*' match: cls name) ]
toAllClassesMatching: [ :cls | ('TR*' match: cls name) ].
b openHere a screenshot:Blue lines are dependencies between Roassal classes to Trachel classes.Purple = trachelRed = RoassalIf some want to try this, I will be more than happy to share (actually it is available on Roassal2 @ Smalltalkhub).Alexandre--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list
Moose-dev@iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
--"Every thing has its own flow"