[plt-scheme] DrScheme internals question: how to query details about files opened?

From: Robby Findler (robby at cs.uchicago.edu)
Date: Tue May 15 13:05:11 EDT 2007

Do you have the editor already? If not, you probably need to go via
the group (search "group:"), iterate over the frames, get the tabs,
iterate over them.

If however, you got the editor some other way (perhaps because it has
the focus when some menu item is selected?) then just use the
is-modified method.

Robby

On 5/15/07, Grant Rettke <grettke at acm.org> wrote:
> DrScheme internals question: how to query details about files opened?
>
> For example, I want to find out if a file opened up in a tab for
> example, is dirty.
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.