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).
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