Re: [Pharo-users] Visualizing a repository tree

2015-06-04 Thread Alexandre Bergel
> Objects are magical :) Yes, and this is absolutely mind blowing. Understanding that a mouse click is most of the time an action to inspect is absolutely a step forward. I feel we are still at the very beginning. It would be nice to see how this will evolve over the time... Alexandre > >

Re: [Pharo-users] Visualizing a repository tree

2015-06-04 Thread Tudor Girba
You mean that when you click on a node while you inspecting the view you get a new pane to the right with that object? Doru On Thu, Jun 4, 2015 at 7:16 PM, Peter Uhnák wrote: > Omg I just found out that if I click on the node representing an > McVersionInfo it actually opens it in the inspector

Re: [Pharo-users] Visualizing a repository tree

2015-06-04 Thread Peter Uhnák
Omg I just found out that if I click on the node representing an McVersionInfo it actually opens it in the inspector and I didn't even needed to implement anything special. That's really cool! Peter On Tue, Jun 2, 2015 at 6:59 PM, Alexandre Bergel wrote: > Interesting visualization! Keep going!

Re: [Pharo-users] Visualizing a repository tree

2015-06-02 Thread Alexandre Bergel
Interesting visualization! Keep going! Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > On Jun 2, 2015, at 10:57 AM, Peter Uhnák wrote: > > On Tue, Jun 2, 2015 at 3:07 PM, Tudor Girba

Re: [Pharo-users] Visualizing a repository tree

2015-06-02 Thread Peter Uhnák
HI Offray, I gave it a quick bash and come up with the following code. It's just a prototype and could be greatly simplified. - MCVersionInfo ancestors for whatever reason returned empty array down the line (so its cut off at the end), but I didn't investigate the problem - edge building and poss

Re: [Pharo-users] Visualizing a repository tree

2015-06-01 Thread Offray Vladimir Luna Cárdenas
Hi, On a closer detail, seems that [1] contains the starting point I'm looking for. I'll keep you posted and of course any other approach will be listened. [1] https://dl.dropboxusercontent.com/u/31543901/AgileVisualization/Roassal/0104-Roassal.html Cheers, Offray On 01/06/15 22:04, Offr