Support for Roassal2 in GTInspector

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Support for Roassal2 in GTInspector

abergel
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"

dependencyFromAllClassesMatching: [ :cls | ('RT*' match: cls name) ] 
toAllClassesMatching: [ :cls | ('TR*' match: cls name) ].
b open

Here a screenshot:


Blue lines are dependencies between Roassal classes to Trachel classes.
Purple = trachel 
Red = Roassal

If 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
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Support for Roassal2 in GTInspector

Tudor Girba-2
Indeed. It's on my to do list. In the meantime, could you please add an issue for this?

Doru


On Tue, Jan 14, 2014 at 3:03 PM, Alexandre Bergel <[hidden email]> 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"

dependencyFromAllClassesMatching: [ :cls | ('RT*' match: cls name) ] 
toAllClassesMatching: [ :cls | ('TR*' match: cls name) ].
b open

Here a screenshot:


Blue lines are dependencies between Roassal classes to Trachel classes.
Purple = trachel 
Red = Roassal

If 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
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev




--

"Every thing has its own flow"

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Support for Roassal2 in GTInspector

Tudor Girba-2
And could you change the background to white, please? :)

Doru


On Tue, Jan 14, 2014 at 3:35 PM, Tudor Girba <[hidden email]> wrote:
Indeed. It's on my to do list. In the meantime, could you please add an issue for this?

Doru


On Tue, Jan 14, 2014 at 3:03 PM, Alexandre Bergel <[hidden email]> 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"

dependencyFromAllClassesMatching: [ :cls | ('RT*' match: cls name) ] 
toAllClassesMatching: [ :cls | ('TR*' match: cls name) ].
b open

Here a screenshot:


Blue lines are dependencies between Roassal classes to Trachel classes.
Purple = trachel 
Red = Roassal

If 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
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev




--

"Every thing has its own flow"



--

"Every thing has its own flow"

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev