Re: [winecfg 1.1] Implement saveConfigValue(), style changes, code cleanup, UI alignment

2003-08-31 Thread Dustin Navea
--- Francois Gouget [EMAIL PROTECTED] wrote: On Fri, 29 Aug 2003, Dustin Navea wrote: [...] Not sure how possible this is or if it has already been thought of just let me know, but what about loading the config into memory and having wine make it look like the registry while loaded (ie

Re: [winecfg 1.1] Implement saveConfigValue(), style changes, code cleanup, UI alignment

2003-08-30 Thread Dustin Navea
--- Francois Gouget [EMAIL PROTECTED] wrote: On Thu, 28 Aug 2003, Alexandre Julliard wrote: [...] Also once the config is in the registry it becomes inconvenient to modify by hand [...] That's one thing that bothers me with moving the configuration data to the registry: in the registry

Re: [winecfg 1.1] Implement saveConfigValue(), style changes, code cleanup, UI alignment

2003-08-29 Thread Steven Edwards
--- Francois Gouget [EMAIL PROTECTED] wrote: Is there a way to use the registry (as seems to be required for many features) and still document our settings correctly? Maybe add a 'Doc' value for each regular value: [SomeKey] OptionFoo=1 OptionFooDoc=OptionFoo does this, that, etc.

Re: [winecfg 1.1] Implement saveConfigValue(), style changes, code cleanup, UI alignment

2003-08-29 Thread Mike Hearn
On Fri, 29 Aug 2003 01:49:51 +0200, Sir Francois Gouget scribed thus: The Unix way is to have text configuration files that are self-documented. Not all projects are born equal on this point of course, but look at squid.conf, smb.conf our even our own Wine configuration file for instance. We

Re: [winecfg 1.1] Implement saveConfigValue(), style changes, code cleanup, UI alignment

2003-08-28 Thread Dimitrie O. Paun
On August 28, 2003 06:50 am, Mike Hearn wrote: 2) Introduce some kind of global flag, maybe a config.h switch, maybe an exported variable (which is best?) that controls whether the configuration is read from the registry or config file. As patches are submitted to make Wine read the registry