Re: Rewrite Editor for Dolphin
Posted by
Blair McGlashan on
Oct 16, 2003; 10:34pm
URL: https://forum.world.st/Rewrite-Editor-for-Dolphin-tp3368881p3368893.html
"peterg" <
[hidden email]> wrote in message
news:3f8e7e8c$0$28123$
[hidden email]...
>
> Is there any news on availability of the Rewrite Editor being available in
> Dolphin Smalltalk. '
> Twould be very useful
>
We have a Rewrite Editor browser plugin for D6, and indeed it is terribly
useful :-), but equally it isn't be a terribly difficult thing to reproduce
the standard Rewrite Editor UI for D5. The refactoring engine shipping in D5
PRO (or downloadable from
http://www.object-arts.com/Lib/Downloads/5.0/Refactory.zip for other
versions that do not ship with it installed) has all the necessary
mechanics. The remaining piece you'll need is a differences presenter to
display the proposed changes, and Ian Bartholomew has the basic building
blocks for that available as the Diff Browser in his goodies (see
http://www.idb.me.uk/goodies5/goodies5.html).
Regards
Blair