[plt-scheme] DrScheme, how to refresh changes to file when focus restored to the app?

From: Robby Findler (robby at cs.uchicago.edu)
Date: Thu May 10 08:59:34 EDT 2007

At the moment, DrScheme's doesn't have support for doing that
automatically. You can choose the "File|Revert" menu item to do it
manually.

If you wanted to build such an addition to DrScheme, you might want to
check out the tools manual. It is possible to build it as a tool
(read: "plugin").

Robby

On 5/9/07, Grant Rettke <grettke at acm.org> wrote:
> Hi,
>
> While working in DrScheme, I got between the app and a terminal in
> which I run the Subversion client. There are keywords that get updated
> in the source code after commits. After I restore focus to DrScheme, I
> would like for it to notice that the file has changed, and reload
> those changes.
>
> How do I go about doing so?
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.