[plt-scheme] How to permanently enable some configuration options?

From: Robby Findler (robby at cs.uchicago.edu)
Date: Sat Jan 5 08:15:32 EST 2008

I suppose you could just save your preferences file to make sure they
are the same. Or do you really want to change the preferences dialog
so that these options aren't even clickable anymore?

Robby

On Jan 4, 2008 11:37 PM, Grant Rettke <grettke at acm.org> wrote:
> I would like to prepare a build where the configuration options:
>
> #               - Reuse existing frames when opening new files
> #                       -       Left unchecked, opening or creating a new file will
> #                               occur within a new IDE window
> #               - Open files in separate tabs (not separate windows)
> #                       -       Left unchecked, opening a file will occur in a new window,
> #                               and creating a new file will occur in the same editor
>
> are always checked (true), and can not be deselected, at all (no
> manually updating the user options file, for example).
>
> This is feasible?
>
> Where might I start to do this?
>
> I suppose those options should stay visible, but not mutable.
>
> --
> "Wisdom begins in wonder!"
> http://www.wisdomandwonder.com/
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.