You can pin the method in the text morph, and then browse to the other one. But you do not have the diff, only both methods displayed at the same time Ben On Dec 21, 2012, at 2:21 AM, Mariano Martinez Peck wrote:
On Tue, Dec 18, 2012 at 12:16 PM, Benjamin <Benjamin.VanRyseghem.Pharo@gmail.com> wrote: I guess you can do something like
(DiffMorph from: (MyClass>>#myFirstMethod) sourceCode to: (MyClass>>#mySecondMethod) sourceCode) openInWindow
(I tried it in 2.0).
Otherwise, I do no think that such a tool exists in 1.4 (in 2.0, you can do it with Nautilus).
How can I do that with nautilus?
Ben
On Dec 18, 2012, at 4:11 PM, Dario Trussardi wrote:
Hi, i work with Pharo 1.4.
I have a class with some methods.
Now i'm interested to open a view to compare and see the difference relative two methods of a class.
I see into method version the Compare to current buttons.
It display the change.
I can create this view relative to two methods of one class ?
Thanks,
Dario
-- Mariano http://marianopeck.wordpress.com